Shades of Fire Engine Red #D90821
Tints of Fire Engine Red #D90821
RGB
CMYK
RGB Variations
Color information
#D90821 (or 0xD90821) is known color: Fire Engine Red. HEX triplet: D9, 08 and 21. RGB value is (217,8,33). Sum of RGB (Red+Green+Blue) = 217+8+33=258 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.11% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 217 - color contains mainly: red. Hex color #D90821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90821 is #26F7DE. Grayscale: #494949. Windows color (decimal): -2553823 or 2164953. OLE color: 2164953.
HSL color Cylindrical-coordinate representation of color #D90821: hue angle of 352.82º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90821 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 33 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.15 |
| HSL | 352.82º | 0.93% | 0.44% | - |
| HSV(B) | 352.82º | 0.96% | 0.85% | - |
| XYZ | 28.98 | 15.04 | 2.81 | - |
| YUV | 73.34 | 105.24 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 33 | 0 | 0.96 | 0.85 | 0.15 | 352.82 | 0.93 | 0.44 |
| Hex | D9 | 8 | 21 | 0 | 60 | 55 | F | 161 | 5D | 2C |
| Octal | 331 | 10 | 41 | 0 | 140 | 125 | 17 | 541 | 135 | 54 |
| Binary | 11011001 | 1000 | 100001 | 0 | 1100000 | 1010101 | 1111 | 101100001 | 1011101 | 101100 |
Color Harmonies of #D90821
Complementary color
Monochromatic Colors of #D90821
Black with #D90821
Text Example
Text Example
White with #D90821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90821; }
p { color: rgb(217,8,33); }
H1.HeaderClassName
{
color: #D90821;
}
.AnyTagClassName
{
color: #D90821;
}
</style>
background-color css
<style>
a { background-color: #D90821; }
a { background-color: rgb(217,8,33); }
div.DivClassName
{
background-color: #D90821;
}
.BgClassName
{
background-color: #D90821;
}
</style>
border-color css
<style>
span { border-color: #D90821; }
span { border-color: rgb(217,8,33); }
td.TdClassName
{
border-color: #D90821;
}
.TagClassName
{
border-color: #D90821;
}
</style>