Shades of Fire Engine Red #DB2123
Tints of Fire Engine Red #DB2123
RGB
CMYK
RGB Variations
Color information
#DB2123 (or 0xDB2123) is known color: Fire Engine Red. HEX triplet: DB, 21 and 23. RGB value is (219,33,35). Sum of RGB (Red+Green+Blue) = 219+33+35=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2123 is #24DEDC. Grayscale: #595959. Windows color (decimal): -2416349 or 2302427. OLE color: 2302427.
HSL color Cylindrical-coordinate representation of color #DB2123: hue angle of 359.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2123 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 35 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.14 |
| HSL | 359.35º | 0.74% | 0.49% | - |
| HSV(B) | 359.35º | 0.85% | 0.86% | - |
| XYZ | 30.06 | 16.27 | 3.15 | - |
| YUV | 88.84 | 97.62 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 35 | 0 | 0.85 | 0.84 | 0.14 | 359.35 | 0.74 | 0.49 |
| Hex | DB | 21 | 23 | 0 | 55 | 54 | E | 167 | 4A | 31 |
| Octal | 333 | 41 | 43 | 0 | 125 | 124 | 16 | 547 | 112 | 61 |
| Binary | 11011011 | 100001 | 100011 | 0 | 1010101 | 1010100 | 1110 | 101100111 | 1001010 | 110001 |
Color Harmonies of #DB2123
Complementary color
Monochromatic Colors of #DB2123
Black with #DB2123
Text Example
Text Example
White with #DB2123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2123; }
p { color: rgb(219,33,35); }
H1.HeaderClassName
{
color: #DB2123;
}
.AnyTagClassName
{
color: #DB2123;
}
</style>
background-color css
<style>
a { background-color: #DB2123; }
a { background-color: rgb(219,33,35); }
div.DivClassName
{
background-color: #DB2123;
}
.BgClassName
{
background-color: #DB2123;
}
</style>
border-color css
<style>
span { border-color: #DB2123; }
span { border-color: rgb(219,33,35); }
td.TdClassName
{
border-color: #DB2123;
}
.TagClassName
{
border-color: #DB2123;
}
</style>