Shades of Fire Engine Red #D90722
Tints of Fire Engine Red #D90722
RGB
CMYK
RGB Variations
Color information
#D90722 (or 0xD90722) is known color: Fire Engine Red. HEX triplet: D9, 07 and 22. RGB value is (217,7,34). Sum of RGB (Red+Green+Blue) = 217+7+34=258 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.11% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 217 - color contains mainly: red. Hex color #D90722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90722 is #26F8DD. Grayscale: #484848. Windows color (decimal): -2554078 or 2230233. OLE color: 2230233.
HSL color Cylindrical-coordinate representation of color #D90722: hue angle of 352.29º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90722 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 34 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.15 |
| HSL | 352.29º | 0.94% | 0.44% | - |
| HSV(B) | 352.29º | 0.97% | 0.85% | - |
| XYZ | 28.98 | 15.02 | 2.88 | - |
| YUV | 72.87 | 106.07 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 34 | 0 | 0.97 | 0.84 | 0.15 | 352.29 | 0.94 | 0.44 |
| Hex | D9 | 7 | 22 | 0 | 61 | 54 | F | 160 | 5E | 2C |
| Octal | 331 | 7 | 42 | 0 | 141 | 124 | 17 | 540 | 136 | 54 |
| Binary | 11011001 | 111 | 100010 | 0 | 1100001 | 1010100 | 1111 | 101100000 | 1011110 | 101100 |
Color Harmonies of #D90722
Complementary color
Monochromatic Colors of #D90722
Black with #D90722
Text Example
Text Example
White with #D90722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90722; }
p { color: rgb(217,7,34); }
H1.HeaderClassName
{
color: #D90722;
}
.AnyTagClassName
{
color: #D90722;
}
</style>
background-color css
<style>
a { background-color: #D90722; }
a { background-color: rgb(217,7,34); }
div.DivClassName
{
background-color: #D90722;
}
.BgClassName
{
background-color: #D90722;
}
</style>
border-color css
<style>
span { border-color: #D90722; }
span { border-color: rgb(217,7,34); }
td.TdClassName
{
border-color: #D90722;
}
.TagClassName
{
border-color: #D90722;
}
</style>