Shades of Fire Engine Red #DB172B
Tints of Fire Engine Red #DB172B
RGB
CMYK
RGB Variations
Color information
#DB172B (or 0xDB172B) is known color: Fire Engine Red. HEX triplet: DB, 17 and 2B. RGB value is (219,23,43). Sum of RGB (Red+Green+Blue) = 219+23+43=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB172B is #24E8D4. Grayscale: #545454. Windows color (decimal): -2418901 or 2824155. OLE color: 2824155.
HSL color Cylindrical-coordinate representation of color #DB172B: hue angle of 353.88º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB172B is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 43 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.14 |
| HSL | 353.88º | 0.81% | 0.47% | - |
| HSV(B) | 353.88º | 0.89% | 0.86% | - |
| XYZ | 29.96 | 15.85 | 3.77 | - |
| YUV | 83.88 | 104.93 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 43 | 0 | 0.89 | 0.80 | 0.14 | 353.88 | 0.81 | 0.47 |
| Hex | DB | 17 | 2B | 0 | 59 | 50 | E | 162 | 51 | 2F |
| Octal | 333 | 27 | 53 | 0 | 131 | 120 | 16 | 542 | 121 | 57 |
| Binary | 11011011 | 10111 | 101011 | 0 | 1011001 | 1010000 | 1110 | 101100010 | 1010001 | 101111 |
Color Harmonies of #DB172B
Complementary color
Monochromatic Colors of #DB172B
Black with #DB172B
Text Example
Text Example
White with #DB172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB172B; }
p { color: rgb(219,23,43); }
H1.HeaderClassName
{
color: #DB172B;
}
.AnyTagClassName
{
color: #DB172B;
}
</style>
background-color css
<style>
a { background-color: #DB172B; }
a { background-color: rgb(219,23,43); }
div.DivClassName
{
background-color: #DB172B;
}
.BgClassName
{
background-color: #DB172B;
}
</style>
border-color css
<style>
span { border-color: #DB172B; }
span { border-color: rgb(219,23,43); }
td.TdClassName
{
border-color: #DB172B;
}
.TagClassName
{
border-color: #DB172B;
}
</style>