Shades of Fire Engine Red #DB1021
Tints of Fire Engine Red #DB1021
RGB
CMYK
RGB Variations
Color information
#DB1021 (or 0xDB1021) is known color: Fire Engine Red. HEX triplet: DB, 10 and 21. RGB value is (219,16,33). Sum of RGB (Red+Green+Blue) = 219+16+33=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1021 is #24EFDE. Grayscale: #4E4E4E. Windows color (decimal): -2420703 or 2167003. OLE color: 2167003.
HSL color Cylindrical-coordinate representation of color #DB1021: hue angle of 354.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1021 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 33 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.14 |
| HSL | 354.98º | 0.86% | 0.46% | - |
| HSV(B) | 354.98º | 0.93% | 0.86% | - |
| XYZ | 29.67 | 15.54 | 2.87 | - |
| YUV | 78.64 | 102.25 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 33 | 0 | 0.93 | 0.85 | 0.14 | 354.98 | 0.86 | 0.46 |
| Hex | DB | 10 | 21 | 0 | 5D | 55 | E | 163 | 56 | 2E |
| Octal | 333 | 20 | 41 | 0 | 135 | 125 | 16 | 543 | 126 | 56 |
| Binary | 11011011 | 10000 | 100001 | 0 | 1011101 | 1010101 | 1110 | 101100011 | 1010110 | 101110 |
Color Harmonies of #DB1021
Complementary color
Monochromatic Colors of #DB1021
Black with #DB1021
Text Example
Text Example
White with #DB1021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1021; }
p { color: rgb(219,16,33); }
H1.HeaderClassName
{
color: #DB1021;
}
.AnyTagClassName
{
color: #DB1021;
}
</style>
background-color css
<style>
a { background-color: #DB1021; }
a { background-color: rgb(219,16,33); }
div.DivClassName
{
background-color: #DB1021;
}
.BgClassName
{
background-color: #DB1021;
}
</style>
border-color css
<style>
span { border-color: #DB1021; }
span { border-color: rgb(219,16,33); }
td.TdClassName
{
border-color: #DB1021;
}
.TagClassName
{
border-color: #DB1021;
}
</style>