Shades of Fire Engine Red #DB1923
Tints of Fire Engine Red #DB1923
RGB
CMYK
RGB Variations
Color information
#DB1923 (or 0xDB1923) is known color: Fire Engine Red. HEX triplet: DB, 19 and 23. RGB value is (219,25,35). Sum of RGB (Red+Green+Blue) = 219+25+35=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1923 is #24E6DC. Grayscale: #545454. Windows color (decimal): -2418397 or 2300379. OLE color: 2300379.
HSL color Cylindrical-coordinate representation of color #DB1923: hue angle of 356.91º 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 #DB1923 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 35 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.14 |
| HSL | 356.91º | 0.8% | 0.48% | - |
| HSV(B) | 356.91º | 0.89% | 0.86% | - |
| XYZ | 29.86 | 15.88 | 3.08 | - |
| YUV | 84.15 | 100.27 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 35 | 0 | 0.89 | 0.84 | 0.14 | 356.91 | 0.8 | 0.48 |
| Hex | DB | 19 | 23 | 0 | 59 | 54 | E | 165 | 50 | 30 |
| Octal | 333 | 31 | 43 | 0 | 131 | 124 | 16 | 545 | 120 | 60 |
| Binary | 11011011 | 11001 | 100011 | 0 | 1011001 | 1010100 | 1110 | 101100101 | 1010000 | 110000 |
Color Harmonies of #DB1923
Complementary color
Monochromatic Colors of #DB1923
Black with #DB1923
Text Example
Text Example
White with #DB1923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1923; }
p { color: rgb(219,25,35); }
H1.HeaderClassName
{
color: #DB1923;
}
.AnyTagClassName
{
color: #DB1923;
}
</style>
background-color css
<style>
a { background-color: #DB1923; }
a { background-color: rgb(219,25,35); }
div.DivClassName
{
background-color: #DB1923;
}
.BgClassName
{
background-color: #DB1923;
}
</style>
border-color css
<style>
span { border-color: #DB1923; }
span { border-color: rgb(219,25,35); }
td.TdClassName
{
border-color: #DB1923;
}
.TagClassName
{
border-color: #DB1923;
}
</style>