Shades of Fire Engine Red #D10921
Tints of Fire Engine Red #D10921
RGB
CMYK
RGB Variations
Color information
#D10921 (or 0xD10921) is known color: Fire Engine Red. HEX triplet: D1, 09 and 21. RGB value is (209,9,33). Sum of RGB (Red+Green+Blue) = 209+9+33=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D10921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10921 is #2EF6DE. Grayscale: #474747. Windows color (decimal): -3077855 or 2165201. OLE color: 2165201.
HSL color Cylindrical-coordinate representation of color #D10921: hue angle of 352.8º 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 #D10921 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 33 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.18 |
| HSL | 352.8º | 0.92% | 0.43% | - |
| HSV(B) | 352.8º | 0.96% | 0.82% | - |
| XYZ | 26.67 | 13.86 | 2.71 | - |
| YUV | 71.54 | 106.26 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 33 | 0 | 0.96 | 0.84 | 0.18 | 352.8 | 0.92 | 0.43 |
| Hex | D1 | 9 | 21 | 0 | 60 | 54 | 12 | 161 | 5C | 2B |
| Octal | 321 | 11 | 41 | 0 | 140 | 124 | 22 | 541 | 134 | 53 |
| Binary | 11010001 | 1001 | 100001 | 0 | 1100000 | 1010100 | 10010 | 101100001 | 1011100 | 101011 |
Color Harmonies of #D10921
Complementary color
Monochromatic Colors of #D10921
Black with #D10921
Text Example
Text Example
White with #D10921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10921; }
p { color: rgb(209,9,33); }
H1.HeaderClassName
{
color: #D10921;
}
.AnyTagClassName
{
color: #D10921;
}
</style>
background-color css
<style>
a { background-color: #D10921; }
a { background-color: rgb(209,9,33); }
div.DivClassName
{
background-color: #D10921;
}
.BgClassName
{
background-color: #D10921;
}
</style>
border-color css
<style>
span { border-color: #D10921; }
span { border-color: rgb(209,9,33); }
td.TdClassName
{
border-color: #D10921;
}
.TagClassName
{
border-color: #D10921;
}
</style>