Shades of Fire Engine Red #DB1821
Tints of Fire Engine Red #DB1821
RGB
CMYK
RGB Variations
Color information
#DB1821 (or 0xDB1821) is known color: Fire Engine Red. HEX triplet: DB, 18 and 21. RGB value is (219,24,33). Sum of RGB (Red+Green+Blue) = 219+24+33=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1821 is #24E7DE. Grayscale: #535353. Windows color (decimal): -2418655 or 2169051. OLE color: 2169051.
HSL color Cylindrical-coordinate representation of color #DB1821: hue angle of 357.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1821 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 33 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.14 |
| HSL | 357.23º | 0.8% | 0.48% | - |
| HSV(B) | 357.23º | 0.89% | 0.86% | - |
| XYZ | 29.81 | 15.82 | 2.92 | - |
| YUV | 83.33 | 99.6 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 33 | 0 | 0.89 | 0.85 | 0.14 | 357.23 | 0.8 | 0.48 |
| Hex | DB | 18 | 21 | 0 | 59 | 55 | E | 165 | 50 | 30 |
| Octal | 333 | 30 | 41 | 0 | 131 | 125 | 16 | 545 | 120 | 60 |
| Binary | 11011011 | 11000 | 100001 | 0 | 1011001 | 1010101 | 1110 | 101100101 | 1010000 | 110000 |
Color Harmonies of #DB1821
Complementary color
Monochromatic Colors of #DB1821
Black with #DB1821
Text Example
Text Example
White with #DB1821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1821; }
p { color: rgb(219,24,33); }
H1.HeaderClassName
{
color: #DB1821;
}
.AnyTagClassName
{
color: #DB1821;
}
</style>
background-color css
<style>
a { background-color: #DB1821; }
a { background-color: rgb(219,24,33); }
div.DivClassName
{
background-color: #DB1821;
}
.BgClassName
{
background-color: #DB1821;
}
</style>
border-color css
<style>
span { border-color: #DB1821; }
span { border-color: rgb(219,24,33); }
td.TdClassName
{
border-color: #DB1821;
}
.TagClassName
{
border-color: #DB1821;
}
</style>