Shades of Fire Engine Red #DB1529
Tints of Fire Engine Red #DB1529
RGB
CMYK
RGB Variations
Color information
#DB1529 (or 0xDB1529) is known color: Fire Engine Red. HEX triplet: DB, 15 and 29. RGB value is (219,21,41). Sum of RGB (Red+Green+Blue) = 219+21+41=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1529 is #24EAD6. Grayscale: #525252. Windows color (decimal): -2419415 or 2692571. OLE color: 2692571.
HSL color Cylindrical-coordinate representation of color #DB1529: hue angle of 353.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1529 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 41 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.14 |
| HSL | 353.94º | 0.83% | 0.47% | - |
| HSV(B) | 353.94º | 0.9% | 0.86% | - |
| XYZ | 29.88 | 15.76 | 3.56 | - |
| YUV | 82.48 | 104.6 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 41 | 0 | 0.90 | 0.81 | 0.14 | 353.94 | 0.83 | 0.47 |
| Hex | DB | 15 | 29 | 0 | 5A | 51 | E | 162 | 52 | 2F |
| Octal | 333 | 25 | 51 | 0 | 132 | 121 | 16 | 542 | 122 | 57 |
| Binary | 11011011 | 10101 | 101001 | 0 | 1011010 | 1010001 | 1110 | 101100010 | 1010010 | 101111 |
Color Harmonies of #DB1529
Complementary color
Monochromatic Colors of #DB1529
Black with #DB1529
Text Example
Text Example
White with #DB1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1529; }
p { color: rgb(219,21,41); }
H1.HeaderClassName
{
color: #DB1529;
}
.AnyTagClassName
{
color: #DB1529;
}
</style>
background-color css
<style>
a { background-color: #DB1529; }
a { background-color: rgb(219,21,41); }
div.DivClassName
{
background-color: #DB1529;
}
.BgClassName
{
background-color: #DB1529;
}
</style>
border-color css
<style>
span { border-color: #DB1529; }
span { border-color: rgb(219,21,41); }
td.TdClassName
{
border-color: #DB1529;
}
.TagClassName
{
border-color: #DB1529;
}
</style>