Shades of Fire Engine Red #D92226
Tints of Fire Engine Red #D92226
RGB
CMYK
RGB Variations
Color information
#D92226 (or 0xD92226) is known color: Fire Engine Red. HEX triplet: D9, 22 and 26. RGB value is (217,34,38). Sum of RGB (Red+Green+Blue) = 217+34+38=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D92226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92226 is #26DDD9. Grayscale: #595959. Windows color (decimal): -2547162 or 2499289. OLE color: 2499289.
HSL color Cylindrical-coordinate representation of color #D92226: hue angle of 358.69º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D92226 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 38 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.15 |
| HSL | 358.69º | 0.73% | 0.49% | - |
| HSV(B) | 358.69º | 0.84% | 0.85% | - |
| XYZ | 29.54 | 16.04 | 3.37 | - |
| YUV | 89.17 | 99.13 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 38 | 0 | 0.84 | 0.82 | 0.15 | 358.69 | 0.73 | 0.49 |
| Hex | D9 | 22 | 26 | 0 | 54 | 52 | F | 167 | 49 | 31 |
| Octal | 331 | 42 | 46 | 0 | 124 | 122 | 17 | 547 | 111 | 61 |
| Binary | 11011001 | 100010 | 100110 | 0 | 1010100 | 1010010 | 1111 | 101100111 | 1001001 | 110001 |
Color Harmonies of #D92226
Complementary color
Monochromatic Colors of #D92226
Black with #D92226
Text Example
Text Example
White with #D92226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92226; }
p { color: rgb(217,34,38); }
H1.HeaderClassName
{
color: #D92226;
}
.AnyTagClassName
{
color: #D92226;
}
</style>
background-color css
<style>
a { background-color: #D92226; }
a { background-color: rgb(217,34,38); }
div.DivClassName
{
background-color: #D92226;
}
.BgClassName
{
background-color: #D92226;
}
</style>
border-color css
<style>
span { border-color: #D92226; }
span { border-color: rgb(217,34,38); }
td.TdClassName
{
border-color: #D92226;
}
.TagClassName
{
border-color: #D92226;
}
</style>