Shades of Fire Engine Red #DB1226
Tints of Fire Engine Red #DB1226
RGB
CMYK
RGB Variations
Color information
#DB1226 (or 0xDB1226) is known color: Fire Engine Red. HEX triplet: DB, 12 and 26. RGB value is (219,18,38). Sum of RGB (Red+Green+Blue) = 219+18+38=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1226 is #24EDD9. Grayscale: #505050. Windows color (decimal): -2420186 or 2495195. OLE color: 2495195.
HSL color Cylindrical-coordinate representation of color #DB1226: hue angle of 354.03º 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 #DB1226 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 38 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.14 |
| HSL | 354.03º | 0.85% | 0.46% | - |
| HSV(B) | 354.03º | 0.92% | 0.86% | - |
| XYZ | 29.78 | 15.63 | 3.28 | - |
| YUV | 80.38 | 104.09 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 38 | 0 | 0.92 | 0.83 | 0.14 | 354.03 | 0.85 | 0.46 |
| Hex | DB | 12 | 26 | 0 | 5C | 53 | E | 162 | 55 | 2E |
| Octal | 333 | 22 | 46 | 0 | 134 | 123 | 16 | 542 | 125 | 56 |
| Binary | 11011011 | 10010 | 100110 | 0 | 1011100 | 1010011 | 1110 | 101100010 | 1010101 | 101110 |
Color Harmonies of #DB1226
Complementary color
Monochromatic Colors of #DB1226
Black with #DB1226
Text Example
Text Example
White with #DB1226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1226; }
p { color: rgb(219,18,38); }
H1.HeaderClassName
{
color: #DB1226;
}
.AnyTagClassName
{
color: #DB1226;
}
</style>
background-color css
<style>
a { background-color: #DB1226; }
a { background-color: rgb(219,18,38); }
div.DivClassName
{
background-color: #DB1226;
}
.BgClassName
{
background-color: #DB1226;
}
</style>
border-color css
<style>
span { border-color: #DB1226; }
span { border-color: rgb(219,18,38); }
td.TdClassName
{
border-color: #DB1226;
}
.TagClassName
{
border-color: #DB1226;
}
</style>