Shades of Fire Engine Red #DB1228
Tints of Fire Engine Red #DB1228
RGB
CMYK
RGB Variations
Color information
#DB1228 (or 0xDB1228) is known color: Fire Engine Red. HEX triplet: DB, 12 and 28. RGB value is (219,18,40). Sum of RGB (Red+Green+Blue) = 219+18+40=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1228 is #24EDD7. Grayscale: #505050. Windows color (decimal): -2420184 or 2626267. OLE color: 2626267.
HSL color Cylindrical-coordinate representation of color #DB1228: hue angle of 353.43º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1228 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 40 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.14 |
| HSL | 353.43º | 0.85% | 0.46% | - |
| HSV(B) | 353.43º | 0.92% | 0.86% | - |
| XYZ | 29.81 | 15.65 | 3.46 | - |
| YUV | 80.61 | 105.09 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 40 | 0 | 0.92 | 0.82 | 0.14 | 353.43 | 0.85 | 0.46 |
| Hex | DB | 12 | 28 | 0 | 5C | 52 | E | 161 | 55 | 2E |
| Octal | 333 | 22 | 50 | 0 | 134 | 122 | 16 | 541 | 125 | 56 |
| Binary | 11011011 | 10010 | 101000 | 0 | 1011100 | 1010010 | 1110 | 101100001 | 1010101 | 101110 |
Color Harmonies of #DB1228
Complementary color
Monochromatic Colors of #DB1228
Black with #DB1228
Text Example
Text Example
White with #DB1228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1228; }
p { color: rgb(219,18,40); }
H1.HeaderClassName
{
color: #DB1228;
}
.AnyTagClassName
{
color: #DB1228;
}
</style>
background-color css
<style>
a { background-color: #DB1228; }
a { background-color: rgb(219,18,40); }
div.DivClassName
{
background-color: #DB1228;
}
.BgClassName
{
background-color: #DB1228;
}
</style>
border-color css
<style>
span { border-color: #DB1228; }
span { border-color: rgb(219,18,40); }
td.TdClassName
{
border-color: #DB1228;
}
.TagClassName
{
border-color: #DB1228;
}
</style>