Shades of Fire Engine Red #DB1025
Tints of Fire Engine Red #DB1025
RGB
CMYK
RGB Variations
Color information
#DB1025 (or 0xDB1025) is known color: Fire Engine Red. HEX triplet: DB, 10 and 25. RGB value is (219,16,37). Sum of RGB (Red+Green+Blue) = 219+16+37=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1025 is #24EFDA. Grayscale: #4F4F4F. Windows color (decimal): -2420699 or 2429147. OLE color: 2429147.
HSL color Cylindrical-coordinate representation of color #DB1025: hue angle of 353.79º 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 #DB1025 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 37 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.14 |
| HSL | 353.79º | 0.86% | 0.46% | - |
| HSV(B) | 353.79º | 0.93% | 0.86% | - |
| XYZ | 29.73 | 15.56 | 3.19 | - |
| YUV | 79.09 | 104.25 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 37 | 0 | 0.93 | 0.83 | 0.14 | 353.79 | 0.86 | 0.46 |
| Hex | DB | 10 | 25 | 0 | 5D | 53 | E | 162 | 56 | 2E |
| Octal | 333 | 20 | 45 | 0 | 135 | 123 | 16 | 542 | 126 | 56 |
| Binary | 11011011 | 10000 | 100101 | 0 | 1011101 | 1010011 | 1110 | 101100010 | 1010110 | 101110 |
Color Harmonies of #DB1025
Complementary color
Monochromatic Colors of #DB1025
Black with #DB1025
Text Example
Text Example
White with #DB1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1025; }
p { color: rgb(219,16,37); }
H1.HeaderClassName
{
color: #DB1025;
}
.AnyTagClassName
{
color: #DB1025;
}
</style>
background-color css
<style>
a { background-color: #DB1025; }
a { background-color: rgb(219,16,37); }
div.DivClassName
{
background-color: #DB1025;
}
.BgClassName
{
background-color: #DB1025;
}
</style>
border-color css
<style>
span { border-color: #DB1025; }
span { border-color: rgb(219,16,37); }
td.TdClassName
{
border-color: #DB1025;
}
.TagClassName
{
border-color: #DB1025;
}
</style>