Shades of Fire Engine Red #DB1C21
Tints of Fire Engine Red #DB1C21
RGB
CMYK
RGB Variations
Color information
#DB1C21 (or 0xDB1C21) is known color: Fire Engine Red. HEX triplet: DB, 1C and 21. RGB value is (219,28,33). Sum of RGB (Red+Green+Blue) = 219+28+33=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C21 is #24E3DE. Grayscale: #555555. Windows color (decimal): -2417631 or 2170075. OLE color: 2170075.
HSL color Cylindrical-coordinate representation of color #DB1C21: hue angle of 358.43º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C21 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 33 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.14 |
| HSL | 358.43º | 0.77% | 0.48% | - |
| HSV(B) | 358.43º | 0.87% | 0.86% | - |
| XYZ | 29.9 | 16 | 2.95 | - |
| YUV | 85.68 | 98.28 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 33 | 0 | 0.87 | 0.85 | 0.14 | 358.43 | 0.77 | 0.48 |
| Hex | DB | 1C | 21 | 0 | 57 | 55 | E | 166 | 4D | 30 |
| Octal | 333 | 34 | 41 | 0 | 127 | 125 | 16 | 546 | 115 | 60 |
| Binary | 11011011 | 11100 | 100001 | 0 | 1010111 | 1010101 | 1110 | 101100110 | 1001101 | 110000 |
Color Harmonies of #DB1C21
Complementary color
Monochromatic Colors of #DB1C21
Black with #DB1C21
Text Example
Text Example
White with #DB1C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C21; }
p { color: rgb(219,28,33); }
H1.HeaderClassName
{
color: #DB1C21;
}
.AnyTagClassName
{
color: #DB1C21;
}
</style>
background-color css
<style>
a { background-color: #DB1C21; }
a { background-color: rgb(219,28,33); }
div.DivClassName
{
background-color: #DB1C21;
}
.BgClassName
{
background-color: #DB1C21;
}
</style>
border-color css
<style>
span { border-color: #DB1C21; }
span { border-color: rgb(219,28,33); }
td.TdClassName
{
border-color: #DB1C21;
}
.TagClassName
{
border-color: #DB1C21;
}
</style>