Html Css Color HEX #CA0E28 Fire Engine Red

📋 copy color: '#CA0E28'

red 202 ◦ green 14 ◦ blue 40

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

Shades of Fire Engine Red #CA0E28

Tints of Fire Engine Red #CA0E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 78.91%
G = 5.47%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA0E28 (or 0xCA0E28) is known color: Fire Engine Red. HEX triplet: CA, 0E and 28. RGB value is (202,14,40). Sum of RGB (Red+Green+Blue) = 202+14+40=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0E28 is #35F1D7. Grayscale: #494949. Windows color (decimal): -3535320 or 2625226. OLE color: 2625226.

HSL color Cylindrical-coordinate representation of color #CA0E28: hue angle of 351.7º 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 #CA0E28 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 14 40 -
CMYK 0 0.93 0.80 0.21
HSL 351.7º 0.87% 0.42% -
HSV(B) 351.7º 0.93% 0.79% -
XYZ 24.9 13.02 3.21 -
YUV 73.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 202 14 40 0 0.93 0.80 0.21 351.7 0.87 0.42
Hex CA E 28 0 5D 50 15 160 57 2A
Octal 312 16 50 0 135 120 25 540 127 52
Binary 11001010 1110 101000 0 1011101 1010000 10101 101100000 1010111 101010

Color Harmonies of #CA0E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0E28

Black with #CA0E28

Text Example


Text Example

White with #CA0E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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