Shades of Fire Engine Red #C41418
Tints of Fire Engine Red #C41418
RGB
CMYK
RGB Variations
Color information
#C41418 (or 0xC41418) is known color: Fire Engine Red. HEX triplet: C4, 14 and 18. RGB value is (196,20,24). Sum of RGB (Red+Green+Blue) = 196+20+24=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C41418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41418 is #3BEBE7. Grayscale: #494949. Windows color (decimal): -3927016 or 1578180. OLE color: 1578180.
HSL color Cylindrical-coordinate representation of color #C41418: hue angle of 358.64º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41418 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 24 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.23 |
| HSL | 358.64º | 0.81% | 0.42% | - |
| HSV(B) | 358.64º | 0.9% | 0.77% | - |
| XYZ | 23.18 | 12.3 | 2.02 | - |
| YUV | 73.08 | 100.31 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 24 | 0 | 0.90 | 0.88 | 0.23 | 358.64 | 0.81 | 0.42 |
| Hex | C4 | 14 | 18 | 0 | 5A | 58 | 17 | 167 | 51 | 2A |
| Octal | 304 | 24 | 30 | 0 | 132 | 130 | 27 | 547 | 121 | 52 |
| Binary | 11000100 | 10100 | 11000 | 0 | 1011010 | 1011000 | 10111 | 101100111 | 1010001 | 101010 |
Color Harmonies of #C41418
Complementary color
Monochromatic Colors of #C41418
Black with #C41418
Text Example
Text Example
White with #C41418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41418; }
p { color: rgb(196,20,24); }
H1.HeaderClassName
{
color: #C41418;
}
.AnyTagClassName
{
color: #C41418;
}
</style>
background-color css
<style>
a { background-color: #C41418; }
a { background-color: rgb(196,20,24); }
div.DivClassName
{
background-color: #C41418;
}
.BgClassName
{
background-color: #C41418;
}
</style>
border-color css
<style>
span { border-color: #C41418; }
span { border-color: rgb(196,20,24); }
td.TdClassName
{
border-color: #C41418;
}
.TagClassName
{
border-color: #C41418;
}
</style>