Shades of Fire Engine Red #DB0A1C
Tints of Fire Engine Red #DB0A1C
RGB
CMYK
RGB Variations
Color information
#DB0A1C (or 0xDB0A1C) is known color: Fire Engine Red. HEX triplet: DB, 0A and 1C. RGB value is (219,10,28). Sum of RGB (Red+Green+Blue) = 219+10+28=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0A1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0A1C is #24F5E3. Grayscale: #4A4A4A. Windows color (decimal): -2422244 or 1837787. OLE color: 1837787.
HSL color Cylindrical-coordinate representation of color #DB0A1C: hue angle of 354.83º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0A1C is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 10 | 28 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.14 |
| HSL | 354.83º | 0.91% | 0.45% | - |
| HSV(B) | 354.83º | 0.95% | 0.86% | - |
| XYZ | 29.53 | 15.36 | 2.51 | - |
| YUV | 74.54 | 101.74 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 10 | 28 | 0 | 0.95 | 0.87 | 0.14 | 354.83 | 0.91 | 0.45 |
| Hex | DB | A | 1C | 0 | 5F | 57 | E | 163 | 5B | 2D |
| Octal | 333 | 12 | 34 | 0 | 137 | 127 | 16 | 543 | 133 | 55 |
| Binary | 11011011 | 1010 | 11100 | 0 | 1011111 | 1010111 | 1110 | 101100011 | 1011011 | 101101 |
Color Harmonies of #DB0A1C
Complementary color
Monochromatic Colors of #DB0A1C
Black with #DB0A1C
Text Example
Text Example
White with #DB0A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0A1C; }
p { color: rgb(219,10,28); }
H1.HeaderClassName
{
color: #DB0A1C;
}
.AnyTagClassName
{
color: #DB0A1C;
}
</style>
background-color css
<style>
a { background-color: #DB0A1C; }
a { background-color: rgb(219,10,28); }
div.DivClassName
{
background-color: #DB0A1C;
}
.BgClassName
{
background-color: #DB0A1C;
}
</style>
border-color css
<style>
span { border-color: #DB0A1C; }
span { border-color: rgb(219,10,28); }
td.TdClassName
{
border-color: #DB0A1C;
}
.TagClassName
{
border-color: #DB0A1C;
}
</style>