Shades of Fire Engine Red #D40C27
Tints of Fire Engine Red #D40C27
RGB
CMYK
RGB Variations
Color information
#D40C27 (or 0xD40C27) is known color: Fire Engine Red. HEX triplet: D4, 0C and 27. RGB value is (212,12,39). Sum of RGB (Red+Green+Blue) = 212+12+39=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40C27 is #2BF3D8. Grayscale: #4A4A4A. Windows color (decimal): -2880473 or 2559188. OLE color: 2559188.
HSL color Cylindrical-coordinate representation of color #D40C27: hue angle of 351.9º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40C27 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 39 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.17 |
| HSL | 351.9º | 0.89% | 0.44% | - |
| HSV(B) | 351.9º | 0.94% | 0.83% | - |
| XYZ | 27.65 | 14.41 | 3.24 | - |
| YUV | 74.88 | 107.76 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 39 | 0 | 0.94 | 0.82 | 0.17 | 351.9 | 0.89 | 0.44 |
| Hex | D4 | C | 27 | 0 | 5E | 52 | 11 | 160 | 59 | 2C |
| Octal | 324 | 14 | 47 | 0 | 136 | 122 | 21 | 540 | 131 | 54 |
| Binary | 11010100 | 1100 | 100111 | 0 | 1011110 | 1010010 | 10001 | 101100000 | 1011001 | 101100 |
Color Harmonies of #D40C27
Complementary color
Monochromatic Colors of #D40C27
Black with #D40C27
Text Example
Text Example
White with #D40C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C27; }
p { color: rgb(212,12,39); }
H1.HeaderClassName
{
color: #D40C27;
}
.AnyTagClassName
{
color: #D40C27;
}
</style>
background-color css
<style>
a { background-color: #D40C27; }
a { background-color: rgb(212,12,39); }
div.DivClassName
{
background-color: #D40C27;
}
.BgClassName
{
background-color: #D40C27;
}
</style>
border-color css
<style>
span { border-color: #D40C27; }
span { border-color: rgb(212,12,39); }
td.TdClassName
{
border-color: #D40C27;
}
.TagClassName
{
border-color: #D40C27;
}
</style>