Shades of Fire Engine Red #DB1629
Tints of Fire Engine Red #DB1629
RGB
CMYK
RGB Variations
Color information
#DB1629 (or 0xDB1629) is known color: Fire Engine Red. HEX triplet: DB, 16 and 29. RGB value is (219,22,41). Sum of RGB (Red+Green+Blue) = 219+22+41=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1629 is #24E9D6. Grayscale: #535353. Windows color (decimal): -2419159 or 2692827. OLE color: 2692827.
HSL color Cylindrical-coordinate representation of color #DB1629: hue angle of 354.21º 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 #DB1629 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 41 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.14 |
| HSL | 354.21º | 0.82% | 0.47% | - |
| HSV(B) | 354.21º | 0.9% | 0.86% | - |
| XYZ | 29.9 | 15.79 | 3.57 | - |
| YUV | 83.07 | 104.27 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 41 | 0 | 0.90 | 0.81 | 0.14 | 354.21 | 0.82 | 0.47 |
| Hex | DB | 16 | 29 | 0 | 5A | 51 | E | 162 | 52 | 2F |
| Octal | 333 | 26 | 51 | 0 | 132 | 121 | 16 | 542 | 122 | 57 |
| Binary | 11011011 | 10110 | 101001 | 0 | 1011010 | 1010001 | 1110 | 101100010 | 1010010 | 101111 |
Color Harmonies of #DB1629
Complementary color
Monochromatic Colors of #DB1629
Black with #DB1629
Text Example
Text Example
White with #DB1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1629; }
p { color: rgb(219,22,41); }
H1.HeaderClassName
{
color: #DB1629;
}
.AnyTagClassName
{
color: #DB1629;
}
</style>
background-color css
<style>
a { background-color: #DB1629; }
a { background-color: rgb(219,22,41); }
div.DivClassName
{
background-color: #DB1629;
}
.BgClassName
{
background-color: #DB1629;
}
</style>
border-color css
<style>
span { border-color: #DB1629; }
span { border-color: rgb(219,22,41); }
td.TdClassName
{
border-color: #DB1629;
}
.TagClassName
{
border-color: #DB1629;
}
</style>