Shades of Fire Engine Red #C40F24
Tints of Fire Engine Red #C40F24
RGB
CMYK
RGB Variations
Color information
#C40F24 (or 0xC40F24) is known color: Fire Engine Red. HEX triplet: C4, 0F and 24. RGB value is (196,15,36). Sum of RGB (Red+Green+Blue) = 196+15+36=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40F24 is #3BF0DB. Grayscale: #474747. Windows color (decimal): -3928284 or 2363332. OLE color: 2363332.
HSL color Cylindrical-coordinate representation of color #C40F24: hue angle of 353.04º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40F24 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 36 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.23 |
| HSL | 353.04º | 0.86% | 0.41% | - |
| HSV(B) | 353.04º | 0.92% | 0.77% | - |
| XYZ | 23.25 | 12.2 | 2.8 | - |
| YUV | 71.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 36 | 0 | 0.92 | 0.82 | 0.23 | 353.04 | 0.86 | 0.41 |
| Hex | C4 | F | 24 | 0 | 5C | 52 | 17 | 161 | 56 | 29 |
| Octal | 304 | 17 | 44 | 0 | 134 | 122 | 27 | 541 | 126 | 51 |
| Binary | 11000100 | 1111 | 100100 | 0 | 1011100 | 1010010 | 10111 | 101100001 | 1010110 | 101001 |
Color Harmonies of #C40F24
Complementary color
Monochromatic Colors of #C40F24
Black with #C40F24
Text Example
Text Example
White with #C40F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F24; }
p { color: rgb(196,15,36); }
H1.HeaderClassName
{
color: #C40F24;
}
.AnyTagClassName
{
color: #C40F24;
}
</style>
background-color css
<style>
a { background-color: #C40F24; }
a { background-color: rgb(196,15,36); }
div.DivClassName
{
background-color: #C40F24;
}
.BgClassName
{
background-color: #C40F24;
}
</style>
border-color css
<style>
span { border-color: #C40F24; }
span { border-color: rgb(196,15,36); }
td.TdClassName
{
border-color: #C40F24;
}
.TagClassName
{
border-color: #C40F24;
}
</style>