Shades of Fire Engine Red #C40F21
Tints of Fire Engine Red #C40F21
RGB
CMYK
RGB Variations
Color information
#C40F21 (or 0xC40F21) is known color: Fire Engine Red. HEX triplet: C4, 0F and 21. RGB value is (196,15,33). Sum of RGB (Red+Green+Blue) = 196+15+33=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40F21 is #3BF0DE. Grayscale: #474747. Windows color (decimal): -3928287 or 2166724. OLE color: 2166724.
HSL color Cylindrical-coordinate representation of color #C40F21: hue angle of 354.03º 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 #C40F21 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 33 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.23 |
| HSL | 354.03º | 0.86% | 0.41% | - |
| HSV(B) | 354.03º | 0.92% | 0.77% | - |
| XYZ | 23.21 | 12.19 | 2.57 | - |
| YUV | 71.17 | 106.47 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 33 | 0 | 0.92 | 0.83 | 0.23 | 354.03 | 0.86 | 0.41 |
| Hex | C4 | F | 21 | 0 | 5C | 53 | 17 | 162 | 56 | 29 |
| Octal | 304 | 17 | 41 | 0 | 134 | 123 | 27 | 542 | 126 | 51 |
| Binary | 11000100 | 1111 | 100001 | 0 | 1011100 | 1010011 | 10111 | 101100010 | 1010110 | 101001 |
Color Harmonies of #C40F21
Complementary color
Monochromatic Colors of #C40F21
Black with #C40F21
Text Example
Text Example
White with #C40F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F21; }
p { color: rgb(196,15,33); }
H1.HeaderClassName
{
color: #C40F21;
}
.AnyTagClassName
{
color: #C40F21;
}
</style>
background-color css
<style>
a { background-color: #C40F21; }
a { background-color: rgb(196,15,33); }
div.DivClassName
{
background-color: #C40F21;
}
.BgClassName
{
background-color: #C40F21;
}
</style>
border-color css
<style>
span { border-color: #C40F21; }
span { border-color: rgb(196,15,33); }
td.TdClassName
{
border-color: #C40F21;
}
.TagClassName
{
border-color: #C40F21;
}
</style>