#C42329

Color #C42329 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C42329

Tints of Fire Engine Red #C42329

Color information

#C42329 (or 0xC42329) is unknown color: approx Fire Engine Red. HEX triplet: C4, 23 and 29. RGB value is (196,35,41). Sum of RGB (Red+Green+Blue) = 196+35+41=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C42329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42329 is #3BDCD6. Grayscale: #535353. Windows color (decimal): -3923159 or 2696132. OLE color: 2696132.

HSL color Cylindrical-coordinate representation of color #C42329: hue angle of 357.76º 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 #C42329 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB1963541-
CMYK00.820.790.23
HSL357.76º69.7%45.29%-
HSV(B)357.76º82.14%76.86%-
XYZ23.7713.13.37-
YUV83.82103.84208.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 72.06%
GREEN value IS 35 (14.06% from 255) = 12.87%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=72.06%
G=12.87%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196354100.820.790.23357.7669.745.29
HexC423290524F17166462d
Octal304435101221172754610655
Binary11000100100011101001010100101001111101111011001101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42329; }

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

 H1.HeaderClassName
 {
   color: #C42329;
 }
 .AnyTagClassName
 {
   color: #C42329;
 }
</style>
background-color css

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

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

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

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

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

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