Shades of Fire Engine Red #DB1A2A
Tints of Fire Engine Red #DB1A2A
RGB
CMYK
RGB Variations
Color information
#DB1A2A (or 0xDB1A2A) is known color: Fire Engine Red. HEX triplet: DB, 1A and 2A. RGB value is (219,26,42). Sum of RGB (Red+Green+Blue) = 219+26+42=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A2A is #24E5D5. Grayscale: #555555. Windows color (decimal): -2418134 or 2759387. OLE color: 2759387.
HSL color Cylindrical-coordinate representation of color #DB1A2A: hue angle of 355.03º 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 #DB1A2A is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 42 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.14 |
| HSL | 355.03º | 0.79% | 0.48% | - |
| HSV(B) | 355.03º | 0.88% | 0.86% | - |
| XYZ | 30 | 15.97 | 3.69 | - |
| YUV | 85.53 | 103.44 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 42 | 0 | 0.88 | 0.81 | 0.14 | 355.03 | 0.79 | 0.48 |
| Hex | DB | 1A | 2A | 0 | 58 | 51 | E | 163 | 4F | 30 |
| Octal | 333 | 32 | 52 | 0 | 130 | 121 | 16 | 543 | 117 | 60 |
| Binary | 11011011 | 11010 | 101010 | 0 | 1011000 | 1010001 | 1110 | 101100011 | 1001111 | 110000 |
Color Harmonies of #DB1A2A
Complementary color
Monochromatic Colors of #DB1A2A
Black with #DB1A2A
Text Example
Text Example
White with #DB1A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A2A; }
p { color: rgb(219,26,42); }
H1.HeaderClassName
{
color: #DB1A2A;
}
.AnyTagClassName
{
color: #DB1A2A;
}
</style>
background-color css
<style>
a { background-color: #DB1A2A; }
a { background-color: rgb(219,26,42); }
div.DivClassName
{
background-color: #DB1A2A;
}
.BgClassName
{
background-color: #DB1A2A;
}
</style>
border-color css
<style>
span { border-color: #DB1A2A; }
span { border-color: rgb(219,26,42); }
td.TdClassName
{
border-color: #DB1A2A;
}
.TagClassName
{
border-color: #DB1A2A;
}
</style>