Shades of Fire Engine Red #DB1024
Tints of Fire Engine Red #DB1024
RGB
CMYK
RGB Variations
Color information
#DB1024 (or 0xDB1024) is known color: Fire Engine Red. HEX triplet: DB, 10 and 24. RGB value is (219,16,36). Sum of RGB (Red+Green+Blue) = 219+16+36=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1024 is #24EFDB. Grayscale: #4F4F4F. Windows color (decimal): -2420700 or 2363611. OLE color: 2363611.
HSL color Cylindrical-coordinate representation of color #DB1024: hue angle of 354.09º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1024 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 36 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.14 |
| HSL | 354.09º | 0.86% | 0.46% | - |
| HSV(B) | 354.09º | 0.93% | 0.86% | - |
| XYZ | 29.72 | 15.56 | 3.11 | - |
| YUV | 78.98 | 103.75 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 36 | 0 | 0.93 | 0.84 | 0.14 | 354.09 | 0.86 | 0.46 |
| Hex | DB | 10 | 24 | 0 | 5D | 54 | E | 162 | 56 | 2E |
| Octal | 333 | 20 | 44 | 0 | 135 | 124 | 16 | 542 | 126 | 56 |
| Binary | 11011011 | 10000 | 100100 | 0 | 1011101 | 1010100 | 1110 | 101100010 | 1010110 | 101110 |
Color Harmonies of #DB1024
Complementary color
Monochromatic Colors of #DB1024
Black with #DB1024
Text Example
Text Example
White with #DB1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1024; }
p { color: rgb(219,16,36); }
H1.HeaderClassName
{
color: #DB1024;
}
.AnyTagClassName
{
color: #DB1024;
}
</style>
background-color css
<style>
a { background-color: #DB1024; }
a { background-color: rgb(219,16,36); }
div.DivClassName
{
background-color: #DB1024;
}
.BgClassName
{
background-color: #DB1024;
}
</style>
border-color css
<style>
span { border-color: #DB1024; }
span { border-color: rgb(219,16,36); }
td.TdClassName
{
border-color: #DB1024;
}
.TagClassName
{
border-color: #DB1024;
}
</style>