Shades of Fire Engine Red #D40E26
Tints of Fire Engine Red #D40E26
RGB
CMYK
RGB Variations
Color information
#D40E26 (or 0xD40E26) is known color: Fire Engine Red. HEX triplet: D4, 0E and 26. RGB value is (212,14,38). Sum of RGB (Red+Green+Blue) = 212+14+38=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40E26 is #2BF1D9. Grayscale: #4C4C4C. Windows color (decimal): -2879962 or 2494164. OLE color: 2494164.
HSL color Cylindrical-coordinate representation of color #D40E26: hue angle of 352.73º 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 #D40E26 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 38 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.17 |
| HSL | 352.73º | 0.88% | 0.44% | - |
| HSV(B) | 352.73º | 0.93% | 0.83% | - |
| XYZ | 27.66 | 14.45 | 3.17 | - |
| YUV | 75.94 | 106.6 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 38 | 0 | 0.93 | 0.82 | 0.17 | 352.73 | 0.88 | 0.44 |
| Hex | D4 | E | 26 | 0 | 5D | 52 | 11 | 161 | 58 | 2C |
| Octal | 324 | 16 | 46 | 0 | 135 | 122 | 21 | 541 | 130 | 54 |
| Binary | 11010100 | 1110 | 100110 | 0 | 1011101 | 1010010 | 10001 | 101100001 | 1011000 | 101100 |
Color Harmonies of #D40E26
Complementary color
Monochromatic Colors of #D40E26
Black with #D40E26
Text Example
Text Example
White with #D40E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40E26; }
p { color: rgb(212,14,38); }
H1.HeaderClassName
{
color: #D40E26;
}
.AnyTagClassName
{
color: #D40E26;
}
</style>
background-color css
<style>
a { background-color: #D40E26; }
a { background-color: rgb(212,14,38); }
div.DivClassName
{
background-color: #D40E26;
}
.BgClassName
{
background-color: #D40E26;
}
</style>
border-color css
<style>
span { border-color: #D40E26; }
span { border-color: rgb(212,14,38); }
td.TdClassName
{
border-color: #D40E26;
}
.TagClassName
{
border-color: #D40E26;
}
</style>