Html Css Color HEX #CA042C Fire Engine Red

📋 copy color: '#CA042C'

red 202 ◦ green 4 ◦ blue 44

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

Shades of Fire Engine Red #CA042C

Tints of Fire Engine Red #CA042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.6%

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 80.8%
G = 1.6%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA042C (or 0xCA042C) is known color: Fire Engine Red. HEX triplet: CA, 04 and 2C. RGB value is (202,4,44). Sum of RGB (Red+Green+Blue) = 202+4+44=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA042C is #35FBD3. Grayscale: #434343. Windows color (decimal): -3537876 or 2884810. OLE color: 2884810.

HSL color Cylindrical-coordinate representation of color #CA042C: hue angle of 347.88º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA042C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 4 44 -
CMYK 0 0.98 0.78 0.21
HSL 347.88º 0.96% 0.4% -
HSV(B) 347.88º 0.98% 0.79% -
XYZ 24.86 12.83 3.55 -
YUV 67.76 114.6 223.75 -
System Red Green Blue C M Y K H S L
Decimal 202 4 44 0 0.98 0.78 0.21 347.88 0.96 0.4
Hex CA 4 2C 0 62 4E 15 15C 60 28
Octal 312 4 54 0 142 116 25 534 140 50
Binary 11001010 100 101100 0 1100010 1001110 10101 101011100 1100000 101000

Color Harmonies of #CA042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA042C

Black with #CA042C

Text Example


Text Example

White with #CA042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA042C; }

 p { color: rgb(202,4,44); }

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

background-color css

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

 a { background-color: rgb(202,4,44); }

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

border-color css

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

 span { border-color: rgb(202,4,44); }

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