Html Css Color HEX #C42024 Fire Engine Red

📋 copy color: '#C42024'

red 196 ◦ green 32 ◦ blue 36

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

Shades of Fire Engine Red #C42024

Tints of Fire Engine Red #C42024

RGB

 RED value IS 196 (76.95% from 255) = 74.24%

 GREEN value IS 32 (12.89% from 255) = 12.12%

 BLUE value IS 36 (14.45% from 255) = 13.64%

R = 74.24%
G = 12.12%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C42024 (or 0xC42024) is known color: Fire Engine Red. HEX triplet: C4, 20 and 24. RGB value is (196,32,36). Sum of RGB (Red+Green+Blue) = 196+32+36=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C42024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42024 is #3BDFDB. Grayscale: #515151. Windows color (decimal): -3923932 or 2367684. OLE color: 2367684.

HSL color Cylindrical-coordinate representation of color #C42024: hue angle of 358.54º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42024 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 36 -
CMYK 0 0.84 0.82 0.23
HSL 358.54º 0.72% 0.45% -
HSV(B) 358.54º 0.84% 0.77% -
XYZ 23.6 12.9 2.91 -
YUV 81.49 102.33 209.67 -
System Red Green Blue C M Y K H S L
Decimal 196 32 36 0 0.84 0.82 0.23 358.54 0.72 0.45
Hex C4 20 24 0 54 52 17 167 48 2D
Octal 304 40 44 0 124 122 27 547 110 55
Binary 11000100 100000 100100 0 1010100 1010010 10111 101100111 1001000 101101

Color Harmonies of #C42024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42024

Black with #C42024

Text Example


Text Example

White with #C42024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42024; }

 p { color: rgb(196,32,36); }

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

background-color css

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

 a { background-color: rgb(196,32,36); }

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

border-color css

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

 span { border-color: rgb(196,32,36); }

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