Shades of Fire Engine Red #DB1C23
Tints of Fire Engine Red #DB1C23
RGB
CMYK
RGB Variations
Color information
#DB1C23 (or 0xDB1C23) is known color: Fire Engine Red. HEX triplet: DB, 1C and 23. RGB value is (219,28,35). Sum of RGB (Red+Green+Blue) = 219+28+35=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C23 is #24E3DC. Grayscale: #565656. Windows color (decimal): -2417629 or 2301147. OLE color: 2301147.
HSL color Cylindrical-coordinate representation of color #DB1C23: hue angle of 357.8º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C23 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 35 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.14 |
| HSL | 357.8º | 0.77% | 0.48% | - |
| HSV(B) | 357.8º | 0.87% | 0.86% | - |
| XYZ | 29.93 | 16.01 | 3.1 | - |
| YUV | 85.91 | 99.28 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 35 | 0 | 0.87 | 0.84 | 0.14 | 357.8 | 0.77 | 0.48 |
| Hex | DB | 1C | 23 | 0 | 57 | 54 | E | 166 | 4D | 30 |
| Octal | 333 | 34 | 43 | 0 | 127 | 124 | 16 | 546 | 115 | 60 |
| Binary | 11011011 | 11100 | 100011 | 0 | 1010111 | 1010100 | 1110 | 101100110 | 1001101 | 110000 |
Color Harmonies of #DB1C23
Complementary color
Monochromatic Colors of #DB1C23
Black with #DB1C23
Text Example
Text Example
White with #DB1C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C23; }
p { color: rgb(219,28,35); }
H1.HeaderClassName
{
color: #DB1C23;
}
.AnyTagClassName
{
color: #DB1C23;
}
</style>
background-color css
<style>
a { background-color: #DB1C23; }
a { background-color: rgb(219,28,35); }
div.DivClassName
{
background-color: #DB1C23;
}
.BgClassName
{
background-color: #DB1C23;
}
</style>
border-color css
<style>
span { border-color: #DB1C23; }
span { border-color: rgb(219,28,35); }
td.TdClassName
{
border-color: #DB1C23;
}
.TagClassName
{
border-color: #DB1C23;
}
</style>