Shades of Fire Engine Red #DB1721
Tints of Fire Engine Red #DB1721
RGB
CMYK
RGB Variations
Color information
#DB1721 (or 0xDB1721) is known color: Fire Engine Red. HEX triplet: DB, 17 and 21. RGB value is (219,23,33). Sum of RGB (Red+Green+Blue) = 219+23+33=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1721 is #24E8DE. Grayscale: #525252. Windows color (decimal): -2418911 or 2168795. OLE color: 2168795.
HSL color Cylindrical-coordinate representation of color #DB1721: hue angle of 356.94º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1721 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 33 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.14 |
| HSL | 356.94º | 0.81% | 0.47% | - |
| HSV(B) | 356.94º | 0.89% | 0.86% | - |
| XYZ | 29.79 | 15.78 | 2.91 | - |
| YUV | 82.74 | 99.93 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 33 | 0 | 0.89 | 0.85 | 0.14 | 356.94 | 0.81 | 0.47 |
| Hex | DB | 17 | 21 | 0 | 59 | 55 | E | 165 | 51 | 2F |
| Octal | 333 | 27 | 41 | 0 | 131 | 125 | 16 | 545 | 121 | 57 |
| Binary | 11011011 | 10111 | 100001 | 0 | 1011001 | 1010101 | 1110 | 101100101 | 1010001 | 101111 |
Color Harmonies of #DB1721
Complementary color
Monochromatic Colors of #DB1721
Black with #DB1721
Text Example
Text Example
White with #DB1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1721; }
p { color: rgb(219,23,33); }
H1.HeaderClassName
{
color: #DB1721;
}
.AnyTagClassName
{
color: #DB1721;
}
</style>
background-color css
<style>
a { background-color: #DB1721; }
a { background-color: rgb(219,23,33); }
div.DivClassName
{
background-color: #DB1721;
}
.BgClassName
{
background-color: #DB1721;
}
</style>
border-color css
<style>
span { border-color: #DB1721; }
span { border-color: rgb(219,23,33); }
td.TdClassName
{
border-color: #DB1721;
}
.TagClassName
{
border-color: #DB1721;
}
</style>