Shades of Fire Engine Red #DB2021
Tints of Fire Engine Red #DB2021
RGB
CMYK
RGB Variations
Color information
#DB2021 (or 0xDB2021) is known color: Fire Engine Red. HEX triplet: DB, 20 and 21. RGB value is (219,32,33). Sum of RGB (Red+Green+Blue) = 219+32+33=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2021 is #24DFDE. Grayscale: #585858. Windows color (decimal): -2416607 or 2171099. OLE color: 2171099.
HSL color Cylindrical-coordinate representation of color #DB2021: hue angle of 359.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2021 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 33 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.14 |
| HSL | 359.68º | 0.75% | 0.49% | - |
| HSV(B) | 359.68º | 0.85% | 0.86% | - |
| XYZ | 30 | 16.2 | 2.98 | - |
| YUV | 88.03 | 96.95 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 33 | 0 | 0.85 | 0.85 | 0.14 | 359.68 | 0.75 | 0.49 |
| Hex | DB | 20 | 21 | 0 | 55 | 55 | E | 168 | 4B | 31 |
| Octal | 333 | 40 | 41 | 0 | 125 | 125 | 16 | 550 | 113 | 61 |
| Binary | 11011011 | 100000 | 100001 | 0 | 1010101 | 1010101 | 1110 | 101101000 | 1001011 | 110001 |
Color Harmonies of #DB2021
Complementary color
Monochromatic Colors of #DB2021
Black with #DB2021
Text Example
Text Example
White with #DB2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2021; }
p { color: rgb(219,32,33); }
H1.HeaderClassName
{
color: #DB2021;
}
.AnyTagClassName
{
color: #DB2021;
}
</style>
background-color css
<style>
a { background-color: #DB2021; }
a { background-color: rgb(219,32,33); }
div.DivClassName
{
background-color: #DB2021;
}
.BgClassName
{
background-color: #DB2021;
}
</style>
border-color css
<style>
span { border-color: #DB2021; }
span { border-color: rgb(219,32,33); }
td.TdClassName
{
border-color: #DB2021;
}
.TagClassName
{
border-color: #DB2021;
}
</style>