Shades of Fire Engine Red #C40F28
Tints of Fire Engine Red #C40F28
RGB
CMYK
RGB Variations
Color information
#C40F28 (or 0xC40F28) is known color: Fire Engine Red. HEX triplet: C4, 0F and 28. RGB value is (196,15,40). Sum of RGB (Red+Green+Blue) = 196+15+40=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40F28 is #3BF0D7. Grayscale: #484848. Windows color (decimal): -3928280 or 2625476. OLE color: 2625476.
HSL color Cylindrical-coordinate representation of color #C40F28: hue angle of 351.71º 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 #C40F28 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 40 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.23 |
| HSL | 351.71º | 0.86% | 0.41% | - |
| HSV(B) | 351.71º | 0.92% | 0.77% | - |
| XYZ | 23.32 | 12.23 | 3.14 | - |
| YUV | 71.97 | 109.97 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 40 | 0 | 0.92 | 0.80 | 0.23 | 351.71 | 0.86 | 0.41 |
| Hex | C4 | F | 28 | 0 | 5C | 50 | 17 | 160 | 56 | 29 |
| Octal | 304 | 17 | 50 | 0 | 134 | 120 | 27 | 540 | 126 | 51 |
| Binary | 11000100 | 1111 | 101000 | 0 | 1011100 | 1010000 | 10111 | 101100000 | 1010110 | 101001 |
Color Harmonies of #C40F28
Complementary color
Monochromatic Colors of #C40F28
Black with #C40F28
Text Example
Text Example
White with #C40F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F28; }
p { color: rgb(196,15,40); }
H1.HeaderClassName
{
color: #C40F28;
}
.AnyTagClassName
{
color: #C40F28;
}
</style>
background-color css
<style>
a { background-color: #C40F28; }
a { background-color: rgb(196,15,40); }
div.DivClassName
{
background-color: #C40F28;
}
.BgClassName
{
background-color: #C40F28;
}
</style>
border-color css
<style>
span { border-color: #C40F28; }
span { border-color: rgb(196,15,40); }
td.TdClassName
{
border-color: #C40F28;
}
.TagClassName
{
border-color: #C40F28;
}
</style>