Shades of Fire Engine Red #DB0524
Tints of Fire Engine Red #DB0524
RGB
CMYK
RGB Variations
Color information
#DB0524 (or 0xDB0524) is known color: Fire Engine Red. HEX triplet: DB, 05 and 24. RGB value is (219,5,36). Sum of RGB (Red+Green+Blue) = 219+5+36=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0524 is #24FADB. Grayscale: #484848. Windows color (decimal): -2423516 or 2360795. OLE color: 2360795.
HSL color Cylindrical-coordinate representation of color #DB0524: hue angle of 351.31º 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 #DB0524 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 36 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.14 |
| HSL | 351.31º | 0.96% | 0.44% | - |
| HSV(B) | 351.31º | 0.98% | 0.86% | - |
| XYZ | 29.59 | 15.3 | 3.06 | - |
| YUV | 72.52 | 107.4 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 36 | 0 | 0.98 | 0.84 | 0.14 | 351.31 | 0.96 | 0.44 |
| Hex | DB | 5 | 24 | 0 | 62 | 54 | E | 15F | 60 | 2C |
| Octal | 333 | 5 | 44 | 0 | 142 | 124 | 16 | 537 | 140 | 54 |
| Binary | 11011011 | 101 | 100100 | 0 | 1100010 | 1010100 | 1110 | 101011111 | 1100000 | 101100 |
Color Harmonies of #DB0524
Complementary color
Monochromatic Colors of #DB0524
Black with #DB0524
Text Example
Text Example
White with #DB0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0524; }
p { color: rgb(219,5,36); }
H1.HeaderClassName
{
color: #DB0524;
}
.AnyTagClassName
{
color: #DB0524;
}
</style>
background-color css
<style>
a { background-color: #DB0524; }
a { background-color: rgb(219,5,36); }
div.DivClassName
{
background-color: #DB0524;
}
.BgClassName
{
background-color: #DB0524;
}
</style>
border-color css
<style>
span { border-color: #DB0524; }
span { border-color: rgb(219,5,36); }
td.TdClassName
{
border-color: #DB0524;
}
.TagClassName
{
border-color: #DB0524;
}
</style>