Shades of Fire Engine Red #DB131D
Tints of Fire Engine Red #DB131D
RGB
CMYK
RGB Variations
Color information
#DB131D (or 0xDB131D) is known color: Fire Engine Red. HEX triplet: DB, 13 and 1D. RGB value is (219,19,29). Sum of RGB (Red+Green+Blue) = 219+19+29=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB131D is #24ECE2. Grayscale: #505050. Windows color (decimal): -2419939 or 1905627. OLE color: 1905627.
HSL color Cylindrical-coordinate representation of color #DB131D: hue angle of 357º degrees, saturation: 0.84, 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 #DB131D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.14 |
| HSL | 357º | 0.84% | 0.47% | - |
| HSV(B) | 357º | 0.91% | 0.86% | - |
| XYZ | 29.67 | 15.61 | 2.61 | - |
| YUV | 79.94 | 99.26 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 29 | 0 | 0.91 | 0.87 | 0.14 | 357 | 0.84 | 0.47 |
| Hex | DB | 13 | 1D | 0 | 5B | 57 | E | 165 | 54 | 2F |
| Octal | 333 | 23 | 35 | 0 | 133 | 127 | 16 | 545 | 124 | 57 |
| Binary | 11011011 | 10011 | 11101 | 0 | 1011011 | 1010111 | 1110 | 101100101 | 1010100 | 101111 |
Color Harmonies of #DB131D
Complementary color
Monochromatic Colors of #DB131D
Black with #DB131D
Text Example
Text Example
White with #DB131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB131D; }
p { color: rgb(219,19,29); }
H1.HeaderClassName
{
color: #DB131D;
}
.AnyTagClassName
{
color: #DB131D;
}
</style>
background-color css
<style>
a { background-color: #DB131D; }
a { background-color: rgb(219,19,29); }
div.DivClassName
{
background-color: #DB131D;
}
.BgClassName
{
background-color: #DB131D;
}
</style>
border-color css
<style>
span { border-color: #DB131D; }
span { border-color: rgb(219,19,29); }
td.TdClassName
{
border-color: #DB131D;
}
.TagClassName
{
border-color: #DB131D;
}
</style>