Shades of Fire Engine Red #DB1A28
Tints of Fire Engine Red #DB1A28
RGB
CMYK
RGB Variations
Color information
#DB1A28 (or 0xDB1A28) is known color: Fire Engine Red. HEX triplet: DB, 1A and 28. RGB value is (219,26,40). Sum of RGB (Red+Green+Blue) = 219+26+40=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A28 is #24E5D7. Grayscale: #555555. Windows color (decimal): -2418136 or 2628315. OLE color: 2628315.
HSL color Cylindrical-coordinate representation of color #DB1A28: hue angle of 355.65º 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 #DB1A28 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 40 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.14 |
| HSL | 355.65º | 0.79% | 0.48% | - |
| HSV(B) | 355.65º | 0.88% | 0.86% | - |
| XYZ | 29.97 | 15.95 | 3.51 | - |
| YUV | 85.3 | 102.44 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 40 | 0 | 0.88 | 0.82 | 0.14 | 355.65 | 0.79 | 0.48 |
| Hex | DB | 1A | 28 | 0 | 58 | 52 | E | 164 | 4F | 30 |
| Octal | 333 | 32 | 50 | 0 | 130 | 122 | 16 | 544 | 117 | 60 |
| Binary | 11011011 | 11010 | 101000 | 0 | 1011000 | 1010010 | 1110 | 101100100 | 1001111 | 110000 |
Color Harmonies of #DB1A28
Complementary color
Monochromatic Colors of #DB1A28
Black with #DB1A28
Text Example
Text Example
White with #DB1A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A28; }
p { color: rgb(219,26,40); }
H1.HeaderClassName
{
color: #DB1A28;
}
.AnyTagClassName
{
color: #DB1A28;
}
</style>
background-color css
<style>
a { background-color: #DB1A28; }
a { background-color: rgb(219,26,40); }
div.DivClassName
{
background-color: #DB1A28;
}
.BgClassName
{
background-color: #DB1A28;
}
</style>
border-color css
<style>
span { border-color: #DB1A28; }
span { border-color: rgb(219,26,40); }
td.TdClassName
{
border-color: #DB1A28;
}
.TagClassName
{
border-color: #DB1A28;
}
</style>