Shades of Fire Engine Red #D92324
Tints of Fire Engine Red #D92324
RGB
CMYK
RGB Variations
Color information
#D92324 (or 0xD92324) is known color: Fire Engine Red. HEX triplet: D9, 23 and 24. RGB value is (217,35,36). Sum of RGB (Red+Green+Blue) = 217+35+36=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D92324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92324 is #26DCDB. Grayscale: #595959. Windows color (decimal): -2546908 or 2368473. OLE color: 2368473.
HSL color Cylindrical-coordinate representation of color #D92324: hue angle of 359.67º degrees, saturation: 0.72, 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 #D92324 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 36 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.15 |
| HSL | 359.67º | 0.72% | 0.49% | - |
| HSV(B) | 359.67º | 0.84% | 0.85% | - |
| XYZ | 29.53 | 16.08 | 3.22 | - |
| YUV | 89.53 | 97.8 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 36 | 0 | 0.84 | 0.83 | 0.15 | 359.67 | 0.72 | 0.49 |
| Hex | D9 | 23 | 24 | 0 | 54 | 53 | F | 168 | 48 | 31 |
| Octal | 331 | 43 | 44 | 0 | 124 | 123 | 17 | 550 | 110 | 61 |
| Binary | 11011001 | 100011 | 100100 | 0 | 1010100 | 1010011 | 1111 | 101101000 | 1001000 | 110001 |
Color Harmonies of #D92324
Complementary color
Monochromatic Colors of #D92324
Black with #D92324
Text Example
Text Example
White with #D92324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92324; }
p { color: rgb(217,35,36); }
H1.HeaderClassName
{
color: #D92324;
}
.AnyTagClassName
{
color: #D92324;
}
</style>
background-color css
<style>
a { background-color: #D92324; }
a { background-color: rgb(217,35,36); }
div.DivClassName
{
background-color: #D92324;
}
.BgClassName
{
background-color: #D92324;
}
</style>
border-color css
<style>
span { border-color: #D92324; }
span { border-color: rgb(217,35,36); }
td.TdClassName
{
border-color: #D92324;
}
.TagClassName
{
border-color: #D92324;
}
</style>