Shades of Fire Engine Red #D90B18
Tints of Fire Engine Red #D90B18
RGB
CMYK
RGB Variations
Color information
#D90B18 (or 0xD90B18) is known color: Fire Engine Red. HEX triplet: D9, 0B and 18. RGB value is (217,11,24). Sum of RGB (Red+Green+Blue) = 217+11+24=252 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.11% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90B18 is #26F4E7. Grayscale: #4A4A4A. Windows color (decimal): -2553064 or 1575897. OLE color: 1575897.
HSL color Cylindrical-coordinate representation of color #D90B18: hue angle of 356.21º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90B18 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 24 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.15 |
| HSL | 356.21º | 0.9% | 0.45% | - |
| HSV(B) | 356.21º | 0.95% | 0.85% | - |
| XYZ | 28.9 | 15.06 | 2.25 | - |
| YUV | 74.08 | 99.75 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 24 | 0 | 0.95 | 0.89 | 0.15 | 356.21 | 0.9 | 0.45 |
| Hex | D9 | B | 18 | 0 | 5F | 59 | F | 164 | 5A | 2D |
| Octal | 331 | 13 | 30 | 0 | 137 | 131 | 17 | 544 | 132 | 55 |
| Binary | 11011001 | 1011 | 11000 | 0 | 1011111 | 1011001 | 1111 | 101100100 | 1011010 | 101101 |
Color Harmonies of #D90B18
Complementary color
Monochromatic Colors of #D90B18
Black with #D90B18
Text Example
Text Example
White with #D90B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B18; }
p { color: rgb(217,11,24); }
H1.HeaderClassName
{
color: #D90B18;
}
.AnyTagClassName
{
color: #D90B18;
}
</style>
background-color css
<style>
a { background-color: #D90B18; }
a { background-color: rgb(217,11,24); }
div.DivClassName
{
background-color: #D90B18;
}
.BgClassName
{
background-color: #D90B18;
}
</style>
border-color css
<style>
span { border-color: #D90B18; }
span { border-color: rgb(217,11,24); }
td.TdClassName
{
border-color: #D90B18;
}
.TagClassName
{
border-color: #D90B18;
}
</style>