#C41124

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

Shades of Fire Engine Red #C41124

Tints of Fire Engine Red #C41124

Color information

#C41124 (or 0xC41124) is unknown color: approx Fire Engine Red. HEX triplet: C4, 11 and 24. RGB value is (196,17,36). Sum of RGB (Red+Green+Blue) = 196+17+36=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C41124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41124 is #3BEEDB. Grayscale: #484848. Windows color (decimal): -3927772 or 2363844. OLE color: 2363844.

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

Color convert

RGB1961736-
CMYK00.910.820.23
HSL353.63º84.04%41.76%-
HSV(B)353.63º91.33%76.86%-
XYZ23.2812.262.81-
YUV72.69107.3215.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 78.71%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 36 (14.45% from 255) = 14.46%
R=78.71%
G=6.83%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196173600.910.820.23353.6384.0441.76
HexC4112405B5217162542a
Octal304214401331222754212452
Binary1100010010001100100010110111010010101111011000101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41124; }

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

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

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

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

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

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

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

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