Shades of Fire Engine Red #D92125
Tints of Fire Engine Red #D92125
RGB
CMYK
RGB Variations
Color information
#D92125 (or 0xD92125) is known color: Fire Engine Red. HEX triplet: D9, 21 and 25. RGB value is (217,33,37). Sum of RGB (Red+Green+Blue) = 217+33+37=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D92125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92125 is #26DEDA. Grayscale: #585858. Windows color (decimal): -2547419 or 2433497. OLE color: 2433497.
HSL color Cylindrical-coordinate representation of color #D92125: hue angle of 358.7º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92125 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 37 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.15 |
| HSL | 358.7º | 0.74% | 0.49% | - |
| HSV(B) | 358.7º | 0.85% | 0.85% | - |
| XYZ | 29.49 | 15.97 | 3.28 | - |
| YUV | 88.47 | 98.96 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 37 | 0 | 0.85 | 0.83 | 0.15 | 358.7 | 0.74 | 0.49 |
| Hex | D9 | 21 | 25 | 0 | 55 | 53 | F | 167 | 4A | 31 |
| Octal | 331 | 41 | 45 | 0 | 125 | 123 | 17 | 547 | 112 | 61 |
| Binary | 11011001 | 100001 | 100101 | 0 | 1010101 | 1010011 | 1111 | 101100111 | 1001010 | 110001 |
Color Harmonies of #D92125
Complementary color
Monochromatic Colors of #D92125
Black with #D92125
Text Example
Text Example
White with #D92125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92125; }
p { color: rgb(217,33,37); }
H1.HeaderClassName
{
color: #D92125;
}
.AnyTagClassName
{
color: #D92125;
}
</style>
background-color css
<style>
a { background-color: #D92125; }
a { background-color: rgb(217,33,37); }
div.DivClassName
{
background-color: #D92125;
}
.BgClassName
{
background-color: #D92125;
}
</style>
border-color css
<style>
span { border-color: #D92125; }
span { border-color: rgb(217,33,37); }
td.TdClassName
{
border-color: #D92125;
}
.TagClassName
{
border-color: #D92125;
}
</style>