Shades of Fire Engine Red #D90D1F
Tints of Fire Engine Red #D90D1F
RGB
CMYK
RGB Variations
Color information
#D90D1F (or 0xD90D1F) is known color: Fire Engine Red. HEX triplet: D9, 0D and 1F. RGB value is (217,13,31). Sum of RGB (Red+Green+Blue) = 217+13+31=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90D1F is #26F2E0. Grayscale: #4C4C4C. Windows color (decimal): -2552545 or 2035161. OLE color: 2035161.
HSL color Cylindrical-coordinate representation of color #D90D1F: hue angle of 354.71º degrees, saturation: 0.89, 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 #D90D1F is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 31 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.15 |
| HSL | 354.71º | 0.89% | 0.45% | - |
| HSV(B) | 354.71º | 0.94% | 0.85% | - |
| XYZ | 29.01 | 15.14 | 2.69 | - |
| YUV | 76.05 | 102.59 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 31 | 0 | 0.94 | 0.86 | 0.15 | 354.71 | 0.89 | 0.45 |
| Hex | D9 | D | 1F | 0 | 5E | 56 | F | 163 | 59 | 2D |
| Octal | 331 | 15 | 37 | 0 | 136 | 126 | 17 | 543 | 131 | 55 |
| Binary | 11011001 | 1101 | 11111 | 0 | 1011110 | 1010110 | 1111 | 101100011 | 1011001 | 101101 |
Color Harmonies of #D90D1F
Complementary color
Monochromatic Colors of #D90D1F
Black with #D90D1F
Text Example
Text Example
White with #D90D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D1F; }
p { color: rgb(217,13,31); }
H1.HeaderClassName
{
color: #D90D1F;
}
.AnyTagClassName
{
color: #D90D1F;
}
</style>
background-color css
<style>
a { background-color: #D90D1F; }
a { background-color: rgb(217,13,31); }
div.DivClassName
{
background-color: #D90D1F;
}
.BgClassName
{
background-color: #D90D1F;
}
</style>
border-color css
<style>
span { border-color: #D90D1F; }
span { border-color: rgb(217,13,31); }
td.TdClassName
{
border-color: #D90D1F;
}
.TagClassName
{
border-color: #D90D1F;
}
</style>