Shades of Fire Engine Red #D90E1E
Tints of Fire Engine Red #D90E1E
RGB
CMYK
RGB Variations
Color information
#D90E1E (or 0xD90E1E) is known color: Fire Engine Red. HEX triplet: D9, 0E and 1E. RGB value is (217,14,30). Sum of RGB (Red+Green+Blue) = 217+14+30=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90E1E is #26F1E1. Grayscale: #4C4C4C. Windows color (decimal): -2552290 or 1969881. OLE color: 1969881.
HSL color Cylindrical-coordinate representation of color #D90E1E: hue angle of 355.27º 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 #D90E1E is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 30 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.15 |
| HSL | 355.27º | 0.88% | 0.45% | - |
| HSV(B) | 355.27º | 0.94% | 0.85% | - |
| XYZ | 29.01 | 15.16 | 2.63 | - |
| YUV | 76.52 | 101.75 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 30 | 0 | 0.94 | 0.86 | 0.15 | 355.27 | 0.88 | 0.45 |
| Hex | D9 | E | 1E | 0 | 5E | 56 | F | 163 | 58 | 2D |
| Octal | 331 | 16 | 36 | 0 | 136 | 126 | 17 | 543 | 130 | 55 |
| Binary | 11011001 | 1110 | 11110 | 0 | 1011110 | 1010110 | 1111 | 101100011 | 1011000 | 101101 |
Color Harmonies of #D90E1E
Complementary color
Monochromatic Colors of #D90E1E
Black with #D90E1E
Text Example
Text Example
White with #D90E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90E1E; }
p { color: rgb(217,14,30); }
H1.HeaderClassName
{
color: #D90E1E;
}
.AnyTagClassName
{
color: #D90E1E;
}
</style>
background-color css
<style>
a { background-color: #D90E1E; }
a { background-color: rgb(217,14,30); }
div.DivClassName
{
background-color: #D90E1E;
}
.BgClassName
{
background-color: #D90E1E;
}
</style>
border-color css
<style>
span { border-color: #D90E1E; }
span { border-color: rgb(217,14,30); }
td.TdClassName
{
border-color: #D90E1E;
}
.TagClassName
{
border-color: #D90E1E;
}
</style>