Shades of Fire Engine Red #D90128
Tints of Fire Engine Red #D90128
RGB
CMYK
RGB Variations
Color information
#D90128 (or 0xD90128) is known color: Fire Engine Red. HEX triplet: D9, 01 and 28. RGB value is (217,1,40). Sum of RGB (Red+Green+Blue) = 217+1+40=258 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.11% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 217 - color contains mainly: red. Hex color #D90128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90128 is #26FED7. Grayscale: #464646. Windows color (decimal): -2555608 or 2621913. OLE color: 2621913.
HSL color Cylindrical-coordinate representation of color #D90128: hue angle of 349.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90128 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.15 |
| HSL | 349.17º | 0.99% | 0.43% | - |
| HSV(B) | 349.17º | 1% | 0.85% | - |
| XYZ | 29.01 | 14.93 | 3.36 | - |
| YUV | 70.03 | 111.06 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 40 | 0 | 1.00 | 0.82 | 0.15 | 349.17 | 0.99 | 0.43 |
| Hex | D9 | 1 | 28 | 0 | 64 | 52 | F | 15D | 63 | 2B |
| Octal | 331 | 1 | 50 | 0 | 144 | 122 | 17 | 535 | 143 | 53 |
| Binary | 11011001 | 1 | 101000 | 0 | 1100100 | 1010010 | 1111 | 101011101 | 1100011 | 101011 |
Color Harmonies of #D90128
Complementary color
Monochromatic Colors of #D90128
Black with #D90128
Text Example
Text Example
White with #D90128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90128; }
p { color: rgb(217,1,40); }
H1.HeaderClassName
{
color: #D90128;
}
.AnyTagClassName
{
color: #D90128;
}
</style>
background-color css
<style>
a { background-color: #D90128; }
a { background-color: rgb(217,1,40); }
div.DivClassName
{
background-color: #D90128;
}
.BgClassName
{
background-color: #D90128;
}
</style>
border-color css
<style>
span { border-color: #D90128; }
span { border-color: rgb(217,1,40); }
td.TdClassName
{
border-color: #D90128;
}
.TagClassName
{
border-color: #D90128;
}
</style>