Shades of Fire Engine Red #DB0421
Tints of Fire Engine Red #DB0421
RGB
CMYK
RGB Variations
Color information
#DB0421 (or 0xDB0421) is known color: Fire Engine Red. HEX triplet: DB, 04 and 21. RGB value is (219,4,33). Sum of RGB (Red+Green+Blue) = 219+4+33=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0421 is #24FBDE. Grayscale: #474747. Windows color (decimal): -2423775 or 2163931. OLE color: 2163931.
HSL color Cylindrical-coordinate representation of color #DB0421: hue angle of 351.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0421 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 33 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.14 |
| HSL | 351.91º | 0.96% | 0.44% | - |
| HSV(B) | 351.91º | 0.98% | 0.86% | - |
| XYZ | 29.53 | 15.26 | 2.83 | - |
| YUV | 71.59 | 106.23 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 33 | 0 | 0.98 | 0.85 | 0.14 | 351.91 | 0.96 | 0.44 |
| Hex | DB | 4 | 21 | 0 | 62 | 55 | E | 160 | 60 | 2C |
| Octal | 333 | 4 | 41 | 0 | 142 | 125 | 16 | 540 | 140 | 54 |
| Binary | 11011011 | 100 | 100001 | 0 | 1100010 | 1010101 | 1110 | 101100000 | 1100000 | 101100 |
Color Harmonies of #DB0421
Complementary color
Monochromatic Colors of #DB0421
Black with #DB0421
Text Example
Text Example
White with #DB0421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0421; }
p { color: rgb(219,4,33); }
H1.HeaderClassName
{
color: #DB0421;
}
.AnyTagClassName
{
color: #DB0421;
}
</style>
background-color css
<style>
a { background-color: #DB0421; }
a { background-color: rgb(219,4,33); }
div.DivClassName
{
background-color: #DB0421;
}
.BgClassName
{
background-color: #DB0421;
}
</style>
border-color css
<style>
span { border-color: #DB0421; }
span { border-color: rgb(219,4,33); }
td.TdClassName
{
border-color: #DB0421;
}
.TagClassName
{
border-color: #DB0421;
}
</style>