Shades of Fire Engine Red #D90E17
Tints of Fire Engine Red #D90E17
RGB
CMYK
RGB Variations
Color information
#D90E17 (or 0xD90E17) is known color: Fire Engine Red. HEX triplet: D9, 0E and 17. RGB value is (217,14,23). Sum of RGB (Red+Green+Blue) = 217+14+23=254 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.43% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90E17 is #26F1E8. Grayscale: #4B4B4B. Windows color (decimal): -2552297 or 1511129. OLE color: 1511129.
HSL color Cylindrical-coordinate representation of color #D90E17: hue angle of 357.34º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90E17 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 23 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.15 |
| HSL | 357.34º | 0.88% | 0.45% | - |
| HSV(B) | 357.34º | 0.94% | 0.85% | - |
| XYZ | 28.93 | 15.13 | 2.21 | - |
| YUV | 75.72 | 98.25 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 23 | 0 | 0.94 | 0.89 | 0.15 | 357.34 | 0.88 | 0.45 |
| Hex | D9 | E | 17 | 0 | 5E | 59 | F | 165 | 58 | 2D |
| Octal | 331 | 16 | 27 | 0 | 136 | 131 | 17 | 545 | 130 | 55 |
| Binary | 11011001 | 1110 | 10111 | 0 | 1011110 | 1011001 | 1111 | 101100101 | 1011000 | 101101 |
Color Harmonies of #D90E17
Complementary color
Monochromatic Colors of #D90E17
Black with #D90E17
Text Example
Text Example
White with #D90E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90E17; }
p { color: rgb(217,14,23); }
H1.HeaderClassName
{
color: #D90E17;
}
.AnyTagClassName
{
color: #D90E17;
}
</style>
background-color css
<style>
a { background-color: #D90E17; }
a { background-color: rgb(217,14,23); }
div.DivClassName
{
background-color: #D90E17;
}
.BgClassName
{
background-color: #D90E17;
}
</style>
border-color css
<style>
span { border-color: #D90E17; }
span { border-color: rgb(217,14,23); }
td.TdClassName
{
border-color: #D90E17;
}
.TagClassName
{
border-color: #D90E17;
}
</style>