Shades of Fire Engine Red #DB1C28
Tints of Fire Engine Red #DB1C28
RGB
CMYK
RGB Variations
Color information
#DB1C28 (or 0xDB1C28) is known color: Fire Engine Red. HEX triplet: DB, 1C and 28. RGB value is (219,28,40). Sum of RGB (Red+Green+Blue) = 219+28+40=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C28 is #24E3D7. Grayscale: #565656. Windows color (decimal): -2417624 or 2628827. OLE color: 2628827.
HSL color Cylindrical-coordinate representation of color #DB1C28: hue angle of 356.23º 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 #DB1C28 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 40 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.14 |
| HSL | 356.23º | 0.77% | 0.48% | - |
| HSV(B) | 356.23º | 0.87% | 0.86% | - |
| XYZ | 30.01 | 16.04 | 3.52 | - |
| YUV | 86.48 | 101.78 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 40 | 0 | 0.87 | 0.82 | 0.14 | 356.23 | 0.77 | 0.48 |
| Hex | DB | 1C | 28 | 0 | 57 | 52 | E | 164 | 4D | 30 |
| Octal | 333 | 34 | 50 | 0 | 127 | 122 | 16 | 544 | 115 | 60 |
| Binary | 11011011 | 11100 | 101000 | 0 | 1010111 | 1010010 | 1110 | 101100100 | 1001101 | 110000 |
Color Harmonies of #DB1C28
Complementary color
Monochromatic Colors of #DB1C28
Black with #DB1C28
Text Example
Text Example
White with #DB1C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C28; }
p { color: rgb(219,28,40); }
H1.HeaderClassName
{
color: #DB1C28;
}
.AnyTagClassName
{
color: #DB1C28;
}
</style>
background-color css
<style>
a { background-color: #DB1C28; }
a { background-color: rgb(219,28,40); }
div.DivClassName
{
background-color: #DB1C28;
}
.BgClassName
{
background-color: #DB1C28;
}
</style>
border-color css
<style>
span { border-color: #DB1C28; }
span { border-color: rgb(219,28,40); }
td.TdClassName
{
border-color: #DB1C28;
}
.TagClassName
{
border-color: #DB1C28;
}
</style>