Shades of Fire Engine Red #D90622
Tints of Fire Engine Red #D90622
RGB
CMYK
RGB Variations
Color information
#D90622 (or 0xD90622) is known color: Fire Engine Red. HEX triplet: D9, 06 and 22. RGB value is (217,6,34). Sum of RGB (Red+Green+Blue) = 217+6+34=257 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.44% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 217 - color contains mainly: red. Hex color #D90622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90622 is #26F9DD. Grayscale: #484848. Windows color (decimal): -2554334 or 2229977. OLE color: 2229977.
HSL color Cylindrical-coordinate representation of color #D90622: hue angle of 352.04º degrees, saturation: 0.95, 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 #D90622 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.15 |
| HSL | 352.04º | 0.95% | 0.44% | - |
| HSV(B) | 352.04º | 0.97% | 0.85% | - |
| XYZ | 28.97 | 15 | 2.88 | - |
| YUV | 72.28 | 106.4 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 34 | 0 | 0.97 | 0.84 | 0.15 | 352.04 | 0.95 | 0.44 |
| Hex | D9 | 6 | 22 | 0 | 61 | 54 | F | 160 | 5F | 2C |
| Octal | 331 | 6 | 42 | 0 | 141 | 124 | 17 | 540 | 137 | 54 |
| Binary | 11011001 | 110 | 100010 | 0 | 1100001 | 1010100 | 1111 | 101100000 | 1011111 | 101100 |
Color Harmonies of #D90622
Complementary color
Monochromatic Colors of #D90622
Black with #D90622
Text Example
Text Example
White with #D90622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90622; }
p { color: rgb(217,6,34); }
H1.HeaderClassName
{
color: #D90622;
}
.AnyTagClassName
{
color: #D90622;
}
</style>
background-color css
<style>
a { background-color: #D90622; }
a { background-color: rgb(217,6,34); }
div.DivClassName
{
background-color: #D90622;
}
.BgClassName
{
background-color: #D90622;
}
</style>
border-color css
<style>
span { border-color: #D90622; }
span { border-color: rgb(217,6,34); }
td.TdClassName
{
border-color: #D90622;
}
.TagClassName
{
border-color: #D90622;
}
</style>