Shades of Fire Engine Red #D91822
Tints of Fire Engine Red #D91822
RGB
CMYK
RGB Variations
Color information
#D91822 (or 0xD91822) is known color: Fire Engine Red. HEX triplet: D9, 18 and 22. RGB value is (217,24,34). Sum of RGB (Red+Green+Blue) = 217+24+34=275 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.91% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 217 - color contains mainly: red. Hex color #D91822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91822 is #26E7DD. Grayscale: #525252. Windows color (decimal): -2549726 or 2234585. OLE color: 2234585.
HSL color Cylindrical-coordinate representation of color #D91822: hue angle of 356.89º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91822 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 34 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.15 |
| HSL | 356.89º | 0.8% | 0.47% | - |
| HSV(B) | 356.89º | 0.89% | 0.85% | - |
| XYZ | 29.23 | 15.52 | 2.97 | - |
| YUV | 82.85 | 100.44 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 34 | 0 | 0.89 | 0.84 | 0.15 | 356.89 | 0.8 | 0.47 |
| Hex | D9 | 18 | 22 | 0 | 59 | 54 | F | 165 | 50 | 2F |
| Octal | 331 | 30 | 42 | 0 | 131 | 124 | 17 | 545 | 120 | 57 |
| Binary | 11011001 | 11000 | 100010 | 0 | 1011001 | 1010100 | 1111 | 101100101 | 1010000 | 101111 |
Color Harmonies of #D91822
Complementary color
Monochromatic Colors of #D91822
Black with #D91822
Text Example
Text Example
White with #D91822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91822; }
p { color: rgb(217,24,34); }
H1.HeaderClassName
{
color: #D91822;
}
.AnyTagClassName
{
color: #D91822;
}
</style>
background-color css
<style>
a { background-color: #D91822; }
a { background-color: rgb(217,24,34); }
div.DivClassName
{
background-color: #D91822;
}
.BgClassName
{
background-color: #D91822;
}
</style>
border-color css
<style>
span { border-color: #D91822; }
span { border-color: rgb(217,24,34); }
td.TdClassName
{
border-color: #D91822;
}
.TagClassName
{
border-color: #D91822;
}
</style>