Html Css Color HEX #C42324 Fire Engine Red

📋 copy color: '#C42324'

red 196 ◦ green 35 ◦ blue 36

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

Shades of Fire Engine Red #C42324

Tints of Fire Engine Red #C42324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.11%

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

R = 73.41%
G = 13.11%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C42324 (or 0xC42324) is known color: Fire Engine Red. HEX triplet: C4, 23 and 24. RGB value is (196,35,36). Sum of RGB (Red+Green+Blue) = 196+35+36=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C42324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42324 is #3BDCDB. Grayscale: #535353. Windows color (decimal): -3923164 or 2368452. OLE color: 2368452.

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

Color convert

RGB 196 35 36 -
CMYK 0 0.82 0.82 0.23
HSL 359.63º 0.7% 0.45% -
HSV(B) 359.63º 0.82% 0.77% -
XYZ 23.68 13.07 2.94 -
YUV 83.25 101.34 208.42 -
System Red Green Blue C M Y K H S L
Decimal 196 35 36 0 0.82 0.82 0.23 359.63 0.7 0.45
Hex C4 23 24 0 52 52 17 168 46 2D
Octal 304 43 44 0 122 122 27 550 106 55
Binary 11000100 100011 100100 0 1010010 1010010 10111 101101000 1000110 101101

Color Harmonies of #C42324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42324

Black with #C42324

Text Example


Text Example

White with #C42324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42324; }

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

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

background-color css

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

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

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

border-color css

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

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

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