Shades of Fire Engine Red #DB131F
Tints of Fire Engine Red #DB131F
RGB
CMYK
RGB Variations
Color information
#DB131F (or 0xDB131F) is known color: Fire Engine Red. HEX triplet: DB, 13 and 1F. RGB value is (219,19,31). Sum of RGB (Red+Green+Blue) = 219+19+31=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB131F is #24ECE0. Grayscale: #505050. Windows color (decimal): -2419937 or 2036699. OLE color: 2036699.
HSL color Cylindrical-coordinate representation of color #DB131F: hue angle of 356.4º 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 #DB131F is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 31 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.14 |
| HSL | 356.4º | 0.84% | 0.47% | - |
| HSV(B) | 356.4º | 0.91% | 0.86% | - |
| XYZ | 29.69 | 15.62 | 2.75 | - |
| YUV | 80.17 | 100.26 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 31 | 0 | 0.91 | 0.86 | 0.14 | 356.4 | 0.84 | 0.47 |
| Hex | DB | 13 | 1F | 0 | 5B | 56 | E | 164 | 54 | 2F |
| Octal | 333 | 23 | 37 | 0 | 133 | 126 | 16 | 544 | 124 | 57 |
| Binary | 11011011 | 10011 | 11111 | 0 | 1011011 | 1010110 | 1110 | 101100100 | 1010100 | 101111 |
Color Harmonies of #DB131F
Complementary color
Monochromatic Colors of #DB131F
Black with #DB131F
Text Example
Text Example
White with #DB131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB131F; }
p { color: rgb(219,19,31); }
H1.HeaderClassName
{
color: #DB131F;
}
.AnyTagClassName
{
color: #DB131F;
}
</style>
background-color css
<style>
a { background-color: #DB131F; }
a { background-color: rgb(219,19,31); }
div.DivClassName
{
background-color: #DB131F;
}
.BgClassName
{
background-color: #DB131F;
}
</style>
border-color css
<style>
span { border-color: #DB131F; }
span { border-color: rgb(219,19,31); }
td.TdClassName
{
border-color: #DB131F;
}
.TagClassName
{
border-color: #DB131F;
}
</style>