Shades of Fire Engine Red #DB0328
Tints of Fire Engine Red #DB0328
RGB
CMYK
RGB Variations
Color information
#DB0328 (or 0xDB0328) is known color: Fire Engine Red. HEX triplet: DB, 03 and 28. RGB value is (219,3,40). Sum of RGB (Red+Green+Blue) = 219+3+40=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0328 is #24FCD7. Grayscale: #474747. Windows color (decimal): -2424024 or 2622427. OLE color: 2622427.
HSL color Cylindrical-coordinate representation of color #DB0328: hue angle of 349.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0328 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.14 |
| HSL | 349.72º | 0.97% | 0.44% | - |
| HSV(B) | 349.72º | 0.99% | 0.86% | - |
| XYZ | 29.63 | 15.28 | 3.39 | - |
| YUV | 71.8 | 110.06 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 40 | 0 | 0.99 | 0.82 | 0.14 | 349.72 | 0.97 | 0.44 |
| Hex | DB | 3 | 28 | 0 | 63 | 52 | E | 15E | 61 | 2C |
| Octal | 333 | 3 | 50 | 0 | 143 | 122 | 16 | 536 | 141 | 54 |
| Binary | 11011011 | 11 | 101000 | 0 | 1100011 | 1010010 | 1110 | 101011110 | 1100001 | 101100 |
Color Harmonies of #DB0328
Complementary color
Monochromatic Colors of #DB0328
Black with #DB0328
Text Example
Text Example
White with #DB0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0328; }
p { color: rgb(219,3,40); }
H1.HeaderClassName
{
color: #DB0328;
}
.AnyTagClassName
{
color: #DB0328;
}
</style>
background-color css
<style>
a { background-color: #DB0328; }
a { background-color: rgb(219,3,40); }
div.DivClassName
{
background-color: #DB0328;
}
.BgClassName
{
background-color: #DB0328;
}
</style>
border-color css
<style>
span { border-color: #DB0328; }
span { border-color: rgb(219,3,40); }
td.TdClassName
{
border-color: #DB0328;
}
.TagClassName
{
border-color: #DB0328;
}
</style>