Shades of Fire Engine Red #DB1B28
Tints of Fire Engine Red #DB1B28
RGB
CMYK
RGB Variations
Color information
#DB1B28 (or 0xDB1B28) is known color: Fire Engine Red. HEX triplet: DB, 1B and 28. RGB value is (219,27,40). Sum of RGB (Red+Green+Blue) = 219+27+40=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1B28 is #24E4D7. Grayscale: #565656. Windows color (decimal): -2417880 or 2628571. OLE color: 2628571.
HSL color Cylindrical-coordinate representation of color #DB1B28: hue angle of 355.94º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1B28 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 40 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.14 |
| HSL | 355.94º | 0.78% | 0.48% | - |
| HSV(B) | 355.94º | 0.88% | 0.86% | - |
| XYZ | 29.99 | 16 | 3.51 | - |
| YUV | 85.89 | 102.11 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 40 | 0 | 0.88 | 0.82 | 0.14 | 355.94 | 0.78 | 0.48 |
| Hex | DB | 1B | 28 | 0 | 58 | 52 | E | 164 | 4E | 30 |
| Octal | 333 | 33 | 50 | 0 | 130 | 122 | 16 | 544 | 116 | 60 |
| Binary | 11011011 | 11011 | 101000 | 0 | 1011000 | 1010010 | 1110 | 101100100 | 1001110 | 110000 |
Color Harmonies of #DB1B28
Complementary color
Monochromatic Colors of #DB1B28
Black with #DB1B28
Text Example
Text Example
White with #DB1B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B28; }
p { color: rgb(219,27,40); }
H1.HeaderClassName
{
color: #DB1B28;
}
.AnyTagClassName
{
color: #DB1B28;
}
</style>
background-color css
<style>
a { background-color: #DB1B28; }
a { background-color: rgb(219,27,40); }
div.DivClassName
{
background-color: #DB1B28;
}
.BgClassName
{
background-color: #DB1B28;
}
</style>
border-color css
<style>
span { border-color: #DB1B28; }
span { border-color: rgb(219,27,40); }
td.TdClassName
{
border-color: #DB1B28;
}
.TagClassName
{
border-color: #DB1B28;
}
</style>