Shades of Fire Engine Red #DB0821
Tints of Fire Engine Red #DB0821
RGB
CMYK
RGB Variations
Color information
#DB0821 (or 0xDB0821) is known color: Fire Engine Red. HEX triplet: DB, 08 and 21. RGB value is (219,8,33). Sum of RGB (Red+Green+Blue) = 219+8+33=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0821 is #24F7DE. Grayscale: #4A4A4A. Windows color (decimal): -2422751 or 2164955. OLE color: 2164955.
HSL color Cylindrical-coordinate representation of color #DB0821: hue angle of 352.89º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0821 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 33 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.14 |
| HSL | 352.89º | 0.93% | 0.45% | - |
| HSV(B) | 352.89º | 0.96% | 0.86% | - |
| XYZ | 29.57 | 15.34 | 2.84 | - |
| YUV | 73.94 | 104.9 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 33 | 0 | 0.96 | 0.85 | 0.14 | 352.89 | 0.93 | 0.45 |
| Hex | DB | 8 | 21 | 0 | 60 | 55 | E | 161 | 5D | 2D |
| Octal | 333 | 10 | 41 | 0 | 140 | 125 | 16 | 541 | 135 | 55 |
| Binary | 11011011 | 1000 | 100001 | 0 | 1100000 | 1010101 | 1110 | 101100001 | 1011101 | 101101 |
Color Harmonies of #DB0821
Complementary color
Monochromatic Colors of #DB0821
Black with #DB0821
Text Example
Text Example
White with #DB0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0821; }
p { color: rgb(219,8,33); }
H1.HeaderClassName
{
color: #DB0821;
}
.AnyTagClassName
{
color: #DB0821;
}
</style>
background-color css
<style>
a { background-color: #DB0821; }
a { background-color: rgb(219,8,33); }
div.DivClassName
{
background-color: #DB0821;
}
.BgClassName
{
background-color: #DB0821;
}
</style>
border-color css
<style>
span { border-color: #DB0821; }
span { border-color: rgb(219,8,33); }
td.TdClassName
{
border-color: #DB0821;
}
.TagClassName
{
border-color: #DB0821;
}
</style>