Shades of Fire Engine Red #D90521
Tints of Fire Engine Red #D90521
RGB
CMYK
RGB Variations
Color information
#D90521 (or 0xD90521) is known color: Fire Engine Red. HEX triplet: D9, 05 and 21. RGB value is (217,5,33). Sum of RGB (Red+Green+Blue) = 217+5+33=255 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.10% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 217 - color contains mainly: red. Hex color #D90521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90521 is #26FADE. Grayscale: #474747. Windows color (decimal): -2554591 or 2164185. OLE color: 2164185.
HSL color Cylindrical-coordinate representation of color #D90521: hue angle of 352.08º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90521 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 33 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.15 |
| HSL | 352.08º | 0.95% | 0.44% | - |
| HSV(B) | 352.08º | 0.98% | 0.85% | - |
| XYZ | 28.94 | 14.97 | 2.8 | - |
| YUV | 71.58 | 106.24 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 33 | 0 | 0.98 | 0.85 | 0.15 | 352.08 | 0.95 | 0.44 |
| Hex | D9 | 5 | 21 | 0 | 62 | 55 | F | 160 | 5F | 2C |
| Octal | 331 | 5 | 41 | 0 | 142 | 125 | 17 | 540 | 137 | 54 |
| Binary | 11011001 | 101 | 100001 | 0 | 1100010 | 1010101 | 1111 | 101100000 | 1011111 | 101100 |
Color Harmonies of #D90521
Complementary color
Monochromatic Colors of #D90521
Black with #D90521
Text Example
Text Example
White with #D90521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90521; }
p { color: rgb(217,5,33); }
H1.HeaderClassName
{
color: #D90521;
}
.AnyTagClassName
{
color: #D90521;
}
</style>
background-color css
<style>
a { background-color: #D90521; }
a { background-color: rgb(217,5,33); }
div.DivClassName
{
background-color: #D90521;
}
.BgClassName
{
background-color: #D90521;
}
</style>
border-color css
<style>
span { border-color: #D90521; }
span { border-color: rgb(217,5,33); }
td.TdClassName
{
border-color: #D90521;
}
.TagClassName
{
border-color: #D90521;
}
</style>