Shades of Fire Engine Red #D40E2C
Tints of Fire Engine Red #D40E2C
RGB
CMYK
RGB Variations
Color information
#D40E2C (or 0xD40E2C) is known color: Fire Engine Red. HEX triplet: D4, 0E and 2C. RGB value is (212,14,44). Sum of RGB (Red+Green+Blue) = 212+14+44=270 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.52% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40E2C is #2BF1D3. Grayscale: #4C4C4C. Windows color (decimal): -2879956 or 2887380. OLE color: 2887380.
HSL color Cylindrical-coordinate representation of color #D40E2C: hue angle of 350.91º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40E2C is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 44 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.17 |
| HSL | 350.91º | 0.88% | 0.44% | - |
| HSV(B) | 350.91º | 0.93% | 0.83% | - |
| XYZ | 27.76 | 14.49 | 3.72 | - |
| YUV | 76.62 | 109.6 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 44 | 0 | 0.93 | 0.79 | 0.17 | 350.91 | 0.88 | 0.44 |
| Hex | D4 | E | 2C | 0 | 5D | 4F | 11 | 15F | 58 | 2C |
| Octal | 324 | 16 | 54 | 0 | 135 | 117 | 21 | 537 | 130 | 54 |
| Binary | 11010100 | 1110 | 101100 | 0 | 1011101 | 1001111 | 10001 | 101011111 | 1011000 | 101100 |
Color Harmonies of #D40E2C
Complementary color
Monochromatic Colors of #D40E2C
Black with #D40E2C
Text Example
Text Example
White with #D40E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40E2C; }
p { color: rgb(212,14,44); }
H1.HeaderClassName
{
color: #D40E2C;
}
.AnyTagClassName
{
color: #D40E2C;
}
</style>
background-color css
<style>
a { background-color: #D40E2C; }
a { background-color: rgb(212,14,44); }
div.DivClassName
{
background-color: #D40E2C;
}
.BgClassName
{
background-color: #D40E2C;
}
</style>
border-color css
<style>
span { border-color: #D40E2C; }
span { border-color: rgb(212,14,44); }
td.TdClassName
{
border-color: #D40E2C;
}
.TagClassName
{
border-color: #D40E2C;
}
</style>