Shades of Fire Engine Red #C40F20
Tints of Fire Engine Red #C40F20
RGB
CMYK
RGB Variations
Color information
#C40F20 (or 0xC40F20) is known color: Fire Engine Red. HEX triplet: C4, 0F and 20. RGB value is (196,15,32). Sum of RGB (Red+Green+Blue) = 196+15+32=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40F20 is #3BF0DF. Grayscale: #474747. Windows color (decimal): -3928288 or 2101188. OLE color: 2101188.
HSL color Cylindrical-coordinate representation of color #C40F20: hue angle of 354.36º 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 #C40F20 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 32 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.23 |
| HSL | 354.36º | 0.86% | 0.41% | - |
| HSV(B) | 354.36º | 0.92% | 0.77% | - |
| XYZ | 23.2 | 12.18 | 2.5 | - |
| YUV | 71.06 | 105.97 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 32 | 0 | 0.92 | 0.84 | 0.23 | 354.36 | 0.86 | 0.41 |
| Hex | C4 | F | 20 | 0 | 5C | 54 | 17 | 162 | 56 | 29 |
| Octal | 304 | 17 | 40 | 0 | 134 | 124 | 27 | 542 | 126 | 51 |
| Binary | 11000100 | 1111 | 100000 | 0 | 1011100 | 1010100 | 10111 | 101100010 | 1010110 | 101001 |
Color Harmonies of #C40F20
Complementary color
Monochromatic Colors of #C40F20
Black with #C40F20
Text Example
Text Example
White with #C40F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F20; }
p { color: rgb(196,15,32); }
H1.HeaderClassName
{
color: #C40F20;
}
.AnyTagClassName
{
color: #C40F20;
}
</style>
background-color css
<style>
a { background-color: #C40F20; }
a { background-color: rgb(196,15,32); }
div.DivClassName
{
background-color: #C40F20;
}
.BgClassName
{
background-color: #C40F20;
}
</style>
border-color css
<style>
span { border-color: #C40F20; }
span { border-color: rgb(196,15,32); }
td.TdClassName
{
border-color: #C40F20;
}
.TagClassName
{
border-color: #C40F20;
}
</style>