Shades of Fire Engine Red #DB1424
Tints of Fire Engine Red #DB1424
RGB
CMYK
RGB Variations
Color information
#DB1424 (or 0xDB1424) is known color: Fire Engine Red. HEX triplet: DB, 14 and 24. RGB value is (219,20,36). Sum of RGB (Red+Green+Blue) = 219+20+36=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1424 is #24EBDB. Grayscale: #515151. Windows color (decimal): -2419676 or 2364635. OLE color: 2364635.
HSL color Cylindrical-coordinate representation of color #DB1424: hue angle of 355.18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1424 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 36 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.14 |
| HSL | 355.18º | 0.83% | 0.47% | - |
| HSV(B) | 355.18º | 0.91% | 0.86% | - |
| XYZ | 29.78 | 15.69 | 3.13 | - |
| YUV | 81.33 | 102.43 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 36 | 0 | 0.91 | 0.84 | 0.14 | 355.18 | 0.83 | 0.47 |
| Hex | DB | 14 | 24 | 0 | 5B | 54 | E | 163 | 53 | 2F |
| Octal | 333 | 24 | 44 | 0 | 133 | 124 | 16 | 543 | 123 | 57 |
| Binary | 11011011 | 10100 | 100100 | 0 | 1011011 | 1010100 | 1110 | 101100011 | 1010011 | 101111 |
Color Harmonies of #DB1424
Complementary color
Monochromatic Colors of #DB1424
Black with #DB1424
Text Example
Text Example
White with #DB1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1424; }
p { color: rgb(219,20,36); }
H1.HeaderClassName
{
color: #DB1424;
}
.AnyTagClassName
{
color: #DB1424;
}
</style>
background-color css
<style>
a { background-color: #DB1424; }
a { background-color: rgb(219,20,36); }
div.DivClassName
{
background-color: #DB1424;
}
.BgClassName
{
background-color: #DB1424;
}
</style>
border-color css
<style>
span { border-color: #DB1424; }
span { border-color: rgb(219,20,36); }
td.TdClassName
{
border-color: #DB1424;
}
.TagClassName
{
border-color: #DB1424;
}
</style>