Shades of Fire Engine Red #DB1823
Tints of Fire Engine Red #DB1823
RGB
CMYK
RGB Variations
Color information
#DB1823 (or 0xDB1823) is known color: Fire Engine Red. HEX triplet: DB, 18 and 23. RGB value is (219,24,35). Sum of RGB (Red+Green+Blue) = 219+24+35=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1823 is #24E7DC. Grayscale: #535353. Windows color (decimal): -2418653 or 2300123. OLE color: 2300123.
HSL color Cylindrical-coordinate representation of color #DB1823: hue angle of 356.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1823 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 35 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.14 |
| HSL | 356.62º | 0.8% | 0.48% | - |
| HSV(B) | 356.62º | 0.89% | 0.86% | - |
| XYZ | 29.84 | 15.83 | 3.07 | - |
| YUV | 83.56 | 100.6 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 35 | 0 | 0.89 | 0.84 | 0.14 | 356.62 | 0.8 | 0.48 |
| Hex | DB | 18 | 23 | 0 | 59 | 54 | E | 165 | 50 | 30 |
| Octal | 333 | 30 | 43 | 0 | 131 | 124 | 16 | 545 | 120 | 60 |
| Binary | 11011011 | 11000 | 100011 | 0 | 1011001 | 1010100 | 1110 | 101100101 | 1010000 | 110000 |
Color Harmonies of #DB1823
Complementary color
Monochromatic Colors of #DB1823
Black with #DB1823
Text Example
Text Example
White with #DB1823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1823; }
p { color: rgb(219,24,35); }
H1.HeaderClassName
{
color: #DB1823;
}
.AnyTagClassName
{
color: #DB1823;
}
</style>
background-color css
<style>
a { background-color: #DB1823; }
a { background-color: rgb(219,24,35); }
div.DivClassName
{
background-color: #DB1823;
}
.BgClassName
{
background-color: #DB1823;
}
</style>
border-color css
<style>
span { border-color: #DB1823; }
span { border-color: rgb(219,24,35); }
td.TdClassName
{
border-color: #DB1823;
}
.TagClassName
{
border-color: #DB1823;
}
</style>