Shades of Fire Engine Red #D91821
Tints of Fire Engine Red #D91821
RGB
CMYK
RGB Variations
Color information
#D91821 (or 0xD91821) is known color: Fire Engine Red. HEX triplet: D9, 18 and 21. RGB value is (217,24,33). Sum of RGB (Red+Green+Blue) = 217+24+33=274 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.20% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 217 - color contains mainly: red. Hex color #D91821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91821 is #26E7DE. Grayscale: #525252. Windows color (decimal): -2549727 or 2169049. OLE color: 2169049.
HSL color Cylindrical-coordinate representation of color #D91821: hue angle of 357.2º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91821 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 33 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.15 |
| HSL | 357.2º | 0.8% | 0.47% | - |
| HSV(B) | 357.2º | 0.89% | 0.85% | - |
| XYZ | 29.22 | 15.51 | 2.89 | - |
| YUV | 82.73 | 99.94 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 33 | 0 | 0.89 | 0.85 | 0.15 | 357.2 | 0.8 | 0.47 |
| Hex | D9 | 18 | 21 | 0 | 59 | 55 | F | 165 | 50 | 2F |
| Octal | 331 | 30 | 41 | 0 | 131 | 125 | 17 | 545 | 120 | 57 |
| Binary | 11011001 | 11000 | 100001 | 0 | 1011001 | 1010101 | 1111 | 101100101 | 1010000 | 101111 |
Color Harmonies of #D91821
Complementary color
Monochromatic Colors of #D91821
Black with #D91821
Text Example
Text Example
White with #D91821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91821; }
p { color: rgb(217,24,33); }
H1.HeaderClassName
{
color: #D91821;
}
.AnyTagClassName
{
color: #D91821;
}
</style>
background-color css
<style>
a { background-color: #D91821; }
a { background-color: rgb(217,24,33); }
div.DivClassName
{
background-color: #D91821;
}
.BgClassName
{
background-color: #D91821;
}
</style>
border-color css
<style>
span { border-color: #D91821; }
span { border-color: rgb(217,24,33); }
td.TdClassName
{
border-color: #D91821;
}
.TagClassName
{
border-color: #D91821;
}
</style>