Shades of Fire Engine Red #D91020
Tints of Fire Engine Red #D91020
RGB
CMYK
RGB Variations
Color information
#D91020 (or 0xD91020) is known color: Fire Engine Red. HEX triplet: D9, 10 and 20. RGB value is (217,16,32). Sum of RGB (Red+Green+Blue) = 217+16+32=265 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.89% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 217 - color contains mainly: red. Hex color #D91020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91020 is #26EFDF. Grayscale: #4E4E4E. Windows color (decimal): -2551776 or 2101465. OLE color: 2101465.
HSL color Cylindrical-coordinate representation of color #D91020: hue angle of 355.22º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91020 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 32 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.15 |
| HSL | 355.22º | 0.86% | 0.46% | - |
| HSV(B) | 355.22º | 0.93% | 0.85% | - |
| XYZ | 29.06 | 15.23 | 2.77 | - |
| YUV | 77.92 | 102.09 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 32 | 0 | 0.93 | 0.85 | 0.15 | 355.22 | 0.86 | 0.46 |
| Hex | D9 | 10 | 20 | 0 | 5D | 55 | F | 163 | 56 | 2E |
| Octal | 331 | 20 | 40 | 0 | 135 | 125 | 17 | 543 | 126 | 56 |
| Binary | 11011001 | 10000 | 100000 | 0 | 1011101 | 1010101 | 1111 | 101100011 | 1010110 | 101110 |
Color Harmonies of #D91020
Complementary color
Monochromatic Colors of #D91020
Black with #D91020
Text Example
Text Example
White with #D91020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91020; }
p { color: rgb(217,16,32); }
H1.HeaderClassName
{
color: #D91020;
}
.AnyTagClassName
{
color: #D91020;
}
</style>
background-color css
<style>
a { background-color: #D91020; }
a { background-color: rgb(217,16,32); }
div.DivClassName
{
background-color: #D91020;
}
.BgClassName
{
background-color: #D91020;
}
</style>
border-color css
<style>
span { border-color: #D91020; }
span { border-color: rgb(217,16,32); }
td.TdClassName
{
border-color: #D91020;
}
.TagClassName
{
border-color: #D91020;
}
</style>