Html Css Color HEX #CA0E20 Fire Engine Red

📋 copy color: '#CA0E20'

red 202 ◦ green 14 ◦ blue 32

#CA0E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CA0E20

Tints of Fire Engine Red #CA0E20

RGB

 RED value IS 202 (79.3% from 255) = 81.45%

 GREEN value IS 14 (5.86% from 255) = 5.65%

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 81.45%
G = 5.65%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA0E20 (or 0xCA0E20) is known color: Fire Engine Red. HEX triplet: CA, 0E and 20. RGB value is (202,14,32). Sum of RGB (Red+Green+Blue) = 202+14+32=248 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.45% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0E20 is #35F1DF. Grayscale: #484848. Windows color (decimal): -3535328 or 2100938. OLE color: 2100938.

HSL color Cylindrical-coordinate representation of color #CA0E20: hue angle of 354.26º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0E20 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 14 32 -
CMYK 0 0.93 0.84 0.21
HSL 354.26º 0.87% 0.42% -
HSV(B) 354.26º 0.93% 0.79% -
XYZ 24.77 12.97 2.57 -
YUV 72.26 105.28 220.54 -
System Red Green Blue C M Y K H S L
Decimal 202 14 32 0 0.93 0.84 0.21 354.26 0.87 0.42
Hex CA E 20 0 5D 54 15 162 57 2A
Octal 312 16 40 0 135 124 25 542 127 52
Binary 11001010 1110 100000 0 1011101 1010100 10101 101100010 1010111 101010

Color Harmonies of #CA0E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0E20

Black with #CA0E20

Text Example


Text Example

White with #CA0E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0E20; }

 p { color: rgb(202,14,32); }

 H1.HeaderClassName
 {
   color: #CA0E20;
 }
 .AnyTagClassName
 {
   color: #CA0E20;
 }
</style>

background-color css

<style>
 a { background-color: #CA0E20; }

 a { background-color: rgb(202,14,32); }

 div.DivClassName
 {
   background-color: #CA0E20;
 }
 .BgClassName
 {
   background-color: #CA0E20;
 }
</style>

border-color css

<style>
 span { border-color: #CA0E20; }

 span { border-color: rgb(202,14,32); }

 td.TdClassName
 {
   border-color: #CA0E20;
 }
 .TagClassName
 {
   border-color: #CA0E20;
 }
</style>