COLOR #CA003D

HEX: #CA003D
RGB: (202,0,61)

Color info

#CA003D contains mainly red color. Web safe color of #CA003D is #CC0033 (or #C03).

RGB color model

#CA003D color RGB value is (202,0,61).

  • red value is 202;
  • green value is 0;
  • blue value is 61.
RGB:
(202,0,61)
(79%,0%,24%)

RGB channels and saturation

R 202 of 255 = 79%
G 0 of 255 = 0%
B 61 of 255 = 24%

202
0
61

R + G + B ~ 34%. #CA003D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
202 + 0 + 61 = 263 (100%)
R 202 of 263 ~ 76.81%
G 0 of 263 ~ 0%
B 61 of 263 ~ 23.19%

%76.81
%23.19

CMYK color model

#CA003D color CMYK value is (0,100,70,21).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 69.80%
  • key color value is 20.78%
CMYK:
(0,100,70,21)
C0M100Y70K21 
(0%,100%,70%,21%)
(0.00/1.00/0.70/0.21)	

CMYK percentages

%0
%100
%69.8
%20.78

Codes

Color #CA003D in popluar color models

CA003D
RGB202061
HSL342°100.00%39.61%
HSB/HSV342°100.00%79.22%
CMYK0.00%100.00%69.80%
20.78%

Color #CA003D in popluar number systems.

HEXCA003D
Decimal202061
Binary110010100111101
Octal312075

Shades and tints

Shades of #CA003D

#CA003D
(202,0,61)
#B80038
(184,0,56)
#A60033
(166,0,51)
#94002E
(148,0,46)
#820029
(130,0,41)
#700024
(112,0,36)
#5E001F
(94,0,31)
#4C001A
(76,0,26)
#3A0015
(58,0,21)
#280010
(40,0,16)
#16000B
(22,0,11)
#000000
(0,0,0)

Tints of #CA003D

#CA003D
(202,0,61)
#CE174E
(206,23,78)
#D22E5F
(210,46,95)
#D64570
(214,69,112)
#DA5C81
(218,92,129)
#DE7392
(222,115,146)
#E28AA3
(226,138,163)
#E6A1B4
(230,161,180)
#EAB8C5
(234,184,197)
#EECFD6
(238,207,214)
#F2E6E7
(242,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA003D color. Also use rgb(202,0,61) instead hex code.

Text Font Color

.myTextColor { color: #CA003D; }

<p style="color:#CA003D">This sample text font color is #CA003D.</p>

This text font color is #CA003D.


Background Color

.myBgColor { background-color: #CA003D; }

<div style="background-color:#CA003D">Inner text</div>

This div background color is #CA003D.


Border color

.myBorderColor { border: 1px solid #CA003D; }

<div style="border:3px solid #CA003D">Div</div>

This div border color is #CA003D.


Opacity

.myOpacity80 { color: #CA003D; opacity: 0.8; }

<p style="color:#CA003D;opacity:0.8;">80%</p>

Text with #CA003D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CA003D;}

<p style="text-shadow: 3px 3px 1px #CA003D">Text here.</p>

This text has shadow with #CA003D color.

.textShadow {text-shadow: 3px 3px 1px #CA003D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CA003D, 5px 5px 20px red">Text here.</p>

This text has shadow with #CA003D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CA003D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CA003D, Direction=45, Strength=4)">Text</p>

This text has shadow with #CA003D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CA003D;
  -webkit-box-shadow:	1px 1px 3px 2px #CA003D;
  box-shadow:		1px 1px 3px 2px #CA003D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CA003D;
-webkit-box-shadow: 1px 1px 3px 2px #CA003D;
box-shadow:1px 1px 3px 2px #CA003D;">
Div content here</div>
This div box has shadow with color #CA003D.

Preview

Color preview on black background

This text has color #CA003D on black background.


Color preview on white background

This text has color #CA003D on white background.



Black color preview on #CA003D background

This text has black color on #CA003D background.


White color preview on #CA003D background

This text has white color on #CA003D background.