Shades of Fire Engine Red #DB1E23
Tints of Fire Engine Red #DB1E23
RGB
CMYK
RGB Variations
Color information
#DB1E23 (or 0xDB1E23) is known color: Fire Engine Red. HEX triplet: DB, 1E and 23. RGB value is (219,30,35). Sum of RGB (Red+Green+Blue) = 219+30+35=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1E23 is #24E1DC. Grayscale: #575757. Windows color (decimal): -2417117 or 2301659. OLE color: 2301659.
HSL color Cylindrical-coordinate representation of color #DB1E23: hue angle of 358.41º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1E23 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 35 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.14 |
| HSL | 358.41º | 0.76% | 0.49% | - |
| HSV(B) | 358.41º | 0.86% | 0.86% | - |
| XYZ | 29.98 | 16.11 | 3.12 | - |
| YUV | 87.08 | 98.62 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 35 | 0 | 0.86 | 0.84 | 0.14 | 358.41 | 0.76 | 0.49 |
| Hex | DB | 1E | 23 | 0 | 56 | 54 | E | 166 | 4C | 31 |
| Octal | 333 | 36 | 43 | 0 | 126 | 124 | 16 | 546 | 114 | 61 |
| Binary | 11011011 | 11110 | 100011 | 0 | 1010110 | 1010100 | 1110 | 101100110 | 1001100 | 110001 |
Color Harmonies of #DB1E23
Complementary color
Monochromatic Colors of #DB1E23
Black with #DB1E23
Text Example
Text Example
White with #DB1E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E23; }
p { color: rgb(219,30,35); }
H1.HeaderClassName
{
color: #DB1E23;
}
.AnyTagClassName
{
color: #DB1E23;
}
</style>
background-color css
<style>
a { background-color: #DB1E23; }
a { background-color: rgb(219,30,35); }
div.DivClassName
{
background-color: #DB1E23;
}
.BgClassName
{
background-color: #DB1E23;
}
</style>
border-color css
<style>
span { border-color: #DB1E23; }
span { border-color: rgb(219,30,35); }
td.TdClassName
{
border-color: #DB1E23;
}
.TagClassName
{
border-color: #DB1E23;
}
</style>