Shades of Fire Engine Red #D10924
Tints of Fire Engine Red #D10924
RGB
CMYK
RGB Variations
Color information
#D10924 (or 0xD10924) is known color: Fire Engine Red. HEX triplet: D1, 09 and 24. RGB value is (209,9,36). Sum of RGB (Red+Green+Blue) = 209+9+36=254 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.28% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 209 - color contains mainly: red. Hex color #D10924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10924 is #2EF6DB. Grayscale: #474747. Windows color (decimal): -3077852 or 2361809. OLE color: 2361809.
HSL color Cylindrical-coordinate representation of color #D10924: hue angle of 351.9º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10924 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 36 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.18 |
| HSL | 351.9º | 0.92% | 0.43% | - |
| HSV(B) | 351.9º | 0.96% | 0.82% | - |
| XYZ | 26.71 | 13.88 | 2.94 | - |
| YUV | 71.88 | 107.76 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 36 | 0 | 0.96 | 0.83 | 0.18 | 351.9 | 0.92 | 0.43 |
| Hex | D1 | 9 | 24 | 0 | 60 | 53 | 12 | 160 | 5C | 2B |
| Octal | 321 | 11 | 44 | 0 | 140 | 123 | 22 | 540 | 134 | 53 |
| Binary | 11010001 | 1001 | 100100 | 0 | 1100000 | 1010011 | 10010 | 101100000 | 1011100 | 101011 |
Color Harmonies of #D10924
Complementary color
Monochromatic Colors of #D10924
Black with #D10924
Text Example
Text Example
White with #D10924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10924; }
p { color: rgb(209,9,36); }
H1.HeaderClassName
{
color: #D10924;
}
.AnyTagClassName
{
color: #D10924;
}
</style>
background-color css
<style>
a { background-color: #D10924; }
a { background-color: rgb(209,9,36); }
div.DivClassName
{
background-color: #D10924;
}
.BgClassName
{
background-color: #D10924;
}
</style>
border-color css
<style>
span { border-color: #D10924; }
span { border-color: rgb(209,9,36); }
td.TdClassName
{
border-color: #D10924;
}
.TagClassName
{
border-color: #D10924;
}
</style>