Shades of Fire Engine Red #DB151A
Tints of Fire Engine Red #DB151A
RGB
CMYK
RGB Variations
Color information
#DB151A (or 0xDB151A) is known color: Fire Engine Red. HEX triplet: DB, 15 and 1A. RGB value is (219,21,26). Sum of RGB (Red+Green+Blue) = 219+21+26=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB151A is #24EAE5. Grayscale: #505050. Windows color (decimal): -2419430 or 1709531. OLE color: 1709531.
HSL color Cylindrical-coordinate representation of color #DB151A: hue angle of 358.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB151A is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 26 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.14 |
| HSL | 358.48º | 0.83% | 0.47% | - |
| HSV(B) | 358.48º | 0.9% | 0.86% | - |
| XYZ | 29.67 | 15.67 | 2.44 | - |
| YUV | 80.77 | 97.1 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 26 | 0 | 0.90 | 0.88 | 0.14 | 358.48 | 0.83 | 0.47 |
| Hex | DB | 15 | 1A | 0 | 5A | 58 | E | 166 | 52 | 2F |
| Octal | 333 | 25 | 32 | 0 | 132 | 130 | 16 | 546 | 122 | 57 |
| Binary | 11011011 | 10101 | 11010 | 0 | 1011010 | 1011000 | 1110 | 101100110 | 1010010 | 101111 |
Color Harmonies of #DB151A
Complementary color
Monochromatic Colors of #DB151A
Black with #DB151A
Text Example
Text Example
White with #DB151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB151A; }
p { color: rgb(219,21,26); }
H1.HeaderClassName
{
color: #DB151A;
}
.AnyTagClassName
{
color: #DB151A;
}
</style>
background-color css
<style>
a { background-color: #DB151A; }
a { background-color: rgb(219,21,26); }
div.DivClassName
{
background-color: #DB151A;
}
.BgClassName
{
background-color: #DB151A;
}
</style>
border-color css
<style>
span { border-color: #DB151A; }
span { border-color: rgb(219,21,26); }
td.TdClassName
{
border-color: #DB151A;
}
.TagClassName
{
border-color: #DB151A;
}
</style>