Shades of Fire Engine Red #DB1A2B
Tints of Fire Engine Red #DB1A2B
RGB
CMYK
RGB Variations
Color information
#DB1A2B (or 0xDB1A2B) is known color: Fire Engine Red. HEX triplet: DB, 1A and 2B. RGB value is (219,26,43). Sum of RGB (Red+Green+Blue) = 219+26+43=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A2B is #24E5D4. Grayscale: #555555. Windows color (decimal): -2418133 or 2824923. OLE color: 2824923.
HSL color Cylindrical-coordinate representation of color #DB1A2B: hue angle of 354.72º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A2B is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 43 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.14 |
| HSL | 354.72º | 0.79% | 0.48% | - |
| HSV(B) | 354.72º | 0.88% | 0.86% | - |
| XYZ | 30.02 | 15.97 | 3.79 | - |
| YUV | 85.65 | 103.94 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 43 | 0 | 0.88 | 0.80 | 0.14 | 354.72 | 0.79 | 0.48 |
| Hex | DB | 1A | 2B | 0 | 58 | 50 | E | 163 | 4F | 30 |
| Octal | 333 | 32 | 53 | 0 | 130 | 120 | 16 | 543 | 117 | 60 |
| Binary | 11011011 | 11010 | 101011 | 0 | 1011000 | 1010000 | 1110 | 101100011 | 1001111 | 110000 |
Color Harmonies of #DB1A2B
Complementary color
Monochromatic Colors of #DB1A2B
Black with #DB1A2B
Text Example
Text Example
White with #DB1A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A2B; }
p { color: rgb(219,26,43); }
H1.HeaderClassName
{
color: #DB1A2B;
}
.AnyTagClassName
{
color: #DB1A2B;
}
</style>
background-color css
<style>
a { background-color: #DB1A2B; }
a { background-color: rgb(219,26,43); }
div.DivClassName
{
background-color: #DB1A2B;
}
.BgClassName
{
background-color: #DB1A2B;
}
</style>
border-color css
<style>
span { border-color: #DB1A2B; }
span { border-color: rgb(219,26,43); }
td.TdClassName
{
border-color: #DB1A2B;
}
.TagClassName
{
border-color: #DB1A2B;
}
</style>