Shades of Fire Engine Red #DB1728
Tints of Fire Engine Red #DB1728
RGB
CMYK
RGB Variations
Color information
#DB1728 (or 0xDB1728) is known color: Fire Engine Red. HEX triplet: DB, 17 and 28. RGB value is (219,23,40). Sum of RGB (Red+Green+Blue) = 219+23+40=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1728 is #24E8D7. Grayscale: #535353. Windows color (decimal): -2418904 or 2627547. OLE color: 2627547.
HSL color Cylindrical-coordinate representation of color #DB1728: hue angle of 354.8º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1728 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 40 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.14 |
| HSL | 354.8º | 0.81% | 0.47% | - |
| HSV(B) | 354.8º | 0.89% | 0.86% | - |
| XYZ | 29.9 | 15.83 | 3.49 | - |
| YUV | 83.54 | 103.43 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 40 | 0 | 0.89 | 0.82 | 0.14 | 354.8 | 0.81 | 0.47 |
| Hex | DB | 17 | 28 | 0 | 59 | 52 | E | 163 | 51 | 2F |
| Octal | 333 | 27 | 50 | 0 | 131 | 122 | 16 | 543 | 121 | 57 |
| Binary | 11011011 | 10111 | 101000 | 0 | 1011001 | 1010010 | 1110 | 101100011 | 1010001 | 101111 |
Color Harmonies of #DB1728
Complementary color
Monochromatic Colors of #DB1728
Black with #DB1728
Text Example
Text Example
White with #DB1728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1728; }
p { color: rgb(219,23,40); }
H1.HeaderClassName
{
color: #DB1728;
}
.AnyTagClassName
{
color: #DB1728;
}
</style>
background-color css
<style>
a { background-color: #DB1728; }
a { background-color: rgb(219,23,40); }
div.DivClassName
{
background-color: #DB1728;
}
.BgClassName
{
background-color: #DB1728;
}
</style>
border-color css
<style>
span { border-color: #DB1728; }
span { border-color: rgb(219,23,40); }
td.TdClassName
{
border-color: #DB1728;
}
.TagClassName
{
border-color: #DB1728;
}
</style>