Shades of Fire Engine Red #D71921
Tints of Fire Engine Red #D71921
RGB
CMYK
RGB Variations
Color information
#D71921 (or 0xD71921) is known color: Fire Engine Red. HEX triplet: D7, 19 and 21. RGB value is (215,25,33). Sum of RGB (Red+Green+Blue) = 215+25+33=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D71921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71921 is #28E6DE. Grayscale: #525252. Windows color (decimal): -2680543 or 2169303. OLE color: 2169303.
HSL color Cylindrical-coordinate representation of color #D71921: hue angle of 357.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71921 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 33 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.16 |
| HSL | 357.47º | 0.79% | 0.47% | - |
| HSV(B) | 357.47º | 0.88% | 0.84% | - |
| XYZ | 28.65 | 15.25 | 2.87 | - |
| YUV | 82.72 | 99.95 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 33 | 0 | 0.88 | 0.85 | 0.16 | 357.47 | 0.79 | 0.47 |
| Hex | D7 | 19 | 21 | 0 | 58 | 55 | 10 | 165 | 4F | 2F |
| Octal | 327 | 31 | 41 | 0 | 130 | 125 | 20 | 545 | 117 | 57 |
| Binary | 11010111 | 11001 | 100001 | 0 | 1011000 | 1010101 | 10000 | 101100101 | 1001111 | 101111 |
Color Harmonies of #D71921
Complementary color
Monochromatic Colors of #D71921
Black with #D71921
Text Example
Text Example
White with #D71921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71921; }
p { color: rgb(215,25,33); }
H1.HeaderClassName
{
color: #D71921;
}
.AnyTagClassName
{
color: #D71921;
}
</style>
background-color css
<style>
a { background-color: #D71921; }
a { background-color: rgb(215,25,33); }
div.DivClassName
{
background-color: #D71921;
}
.BgClassName
{
background-color: #D71921;
}
</style>
border-color css
<style>
span { border-color: #D71921; }
span { border-color: rgb(215,25,33); }
td.TdClassName
{
border-color: #D71921;
}
.TagClassName
{
border-color: #D71921;
}
</style>