COLOR #CA300E

HEX: #CA300E
RGB: (202,48,14)

Color info

#CA300E contains mainly red color. Web safe color of #CA300E is #CC3300 (or #C30).

RGB color model

#CA300E color RGB value is (202,48,14).

  • red value is 202;
  • green value is 48;
  • blue value is 14.
RGB:
(202,48,14)
(79%,19%,5%)

RGB channels and saturation

R 202 of 255 = 79%
G 48 of 255 = 19%
B 14 of 255 = 5%

202
48
14

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

Portions of RGB colors in percentages

R + G + B =
202 + 48 + 14 = 264 (100%)
R 202 of 264 ~ 76.52%
G 48 of 264 ~ 18.18%
B 14 of 264 ~ 5.3%

%76.52
%18.18

CMYK color model

#CA300E color CMYK value is (0,76,93,21).

  • cyan value is 0.00%
  • magenta value is 76.24%
  • yellow value is 93.07%
  • key color value is 20.78%
CMYK:
(0,76,93,21)
C0M76Y93K21 
(0%,76%,93%,21%)
(0.00/0.76/0.93/0.21)	

CMYK percentages

%0
%76.24
%93.07
%20.78

Codes

Color #CA300E in popluar color models

CA300E
RGB2024814
HSL11°87.04%42.35%
HSB/HSV11°93.07%79.22%
CMYK0.00%76.24%93.07%
20.78%

Color #CA300E in popluar number systems.

HEXCA300E
Decimal2024814
Binary110010101100001110
Octal3126016

Shades and tints

Shades of #CA300E

#CA300E
(202,48,14)
#B82C0D
(184,44,13)
#A6280C
(166,40,12)
#94240B
(148,36,11)
#82200A
(130,32,10)
#701C09
(112,28,9)
#5E1808
(94,24,8)
#4C1407
(76,20,7)
#3A1006
(58,16,6)
#280C05
(40,12,5)
#160804
(22,8,4)
#000000
(0,0,0)

Tints of #CA300E

#CA300E
(202,48,14)
#CE4223
(206,66,35)
#D25438
(210,84,56)
#D6664D
(214,102,77)
#DA7862
(218,120,98)
#DE8A77
(222,138,119)
#E29C8C
(226,156,140)
#E6AEA1
(230,174,161)
#EAC0B6
(234,192,182)
#EED2CB
(238,210,203)
#F2E4E0
(242,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA300E color. Also use rgb(202,48,14) instead hex code.

Text Font Color

.myTextColor { color: #CA300E; }

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

This text font color is #CA300E.


Background Color

.myBgColor { background-color: #CA300E; }

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

This div background color is #CA300E.


Border color

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

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

This div border color is #CA300E.


Opacity

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

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

Text with #CA300E 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 #CA300E;}

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

This text has shadow with #CA300E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA300E on black background.


Color preview on white background

This text has color #CA300E on white background.



Black color preview on #CA300E background

This text has black color on #CA300E background.


White color preview on #CA300E background

This text has white color on #CA300E background.