Html Css Color HEX #CA0F28 Fire Engine Red

📋 copy color: '#CA0F28'

red 202 ◦ green 15 ◦ blue 40

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

Shades of Fire Engine Red #CA0F28

Tints of Fire Engine Red #CA0F28

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.84%

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

R = 78.6%
G = 5.84%
B = 15.56%

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

#CA0F28 (or 0xCA0F28) is known color: Fire Engine Red. HEX triplet: CA, 0F and 28. RGB value is (202,15,40). Sum of RGB (Red+Green+Blue) = 202+15+40=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0F28 is #35F0D7. Grayscale: #494949. Windows color (decimal): -3535064 or 2625482. OLE color: 2625482.

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

Color convert

RGB 202 15 40 -
CMYK 0 0.93 0.80 0.21
HSL 351.98º 0.86% 0.43% -
HSV(B) 351.98º 0.93% 0.79% -
XYZ 24.91 13.05 3.21 -
YUV 73.76 108.95 219.47 -
System Red Green Blue C M Y K H S L
Decimal 202 15 40 0 0.93 0.80 0.21 351.98 0.86 0.43
Hex CA F 28 0 5D 50 15 160 56 2B
Octal 312 17 50 0 135 120 25 540 126 53
Binary 11001010 1111 101000 0 1011101 1010000 10101 101100000 1010110 101011

Color Harmonies of #CA0F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0F28

Black with #CA0F28

Text Example


Text Example

White with #CA0F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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