Shades of Fire Engine Red #DB0125
Tints of Fire Engine Red #DB0125
RGB
CMYK
RGB Variations
Color information
#DB0125 (or 0xDB0125) is known color: Fire Engine Red. HEX triplet: DB, 01 and 25. RGB value is (219,1,37). Sum of RGB (Red+Green+Blue) = 219+1+37=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0125 is #24FEDA. Grayscale: #464646. Windows color (decimal): -2424539 or 2425307. OLE color: 2425307.
HSL color Cylindrical-coordinate representation of color #DB0125: hue angle of 350.09º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0125 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 37 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.14 |
| HSL | 350.09º | 0.99% | 0.43% | - |
| HSV(B) | 350.09º | 1% | 0.86% | - |
| XYZ | 29.56 | 15.22 | 3.13 | - |
| YUV | 70.29 | 109.22 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 37 | 0 | 1.00 | 0.83 | 0.14 | 350.09 | 0.99 | 0.43 |
| Hex | DB | 1 | 25 | 0 | 64 | 53 | E | 15E | 63 | 2B |
| Octal | 333 | 1 | 45 | 0 | 144 | 123 | 16 | 536 | 143 | 53 |
| Binary | 11011011 | 1 | 100101 | 0 | 1100100 | 1010011 | 1110 | 101011110 | 1100011 | 101011 |
Color Harmonies of #DB0125
Complementary color
Monochromatic Colors of #DB0125
Black with #DB0125
Text Example
Text Example
White with #DB0125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0125; }
p { color: rgb(219,1,37); }
H1.HeaderClassName
{
color: #DB0125;
}
.AnyTagClassName
{
color: #DB0125;
}
</style>
background-color css
<style>
a { background-color: #DB0125; }
a { background-color: rgb(219,1,37); }
div.DivClassName
{
background-color: #DB0125;
}
.BgClassName
{
background-color: #DB0125;
}
</style>
border-color css
<style>
span { border-color: #DB0125; }
span { border-color: rgb(219,1,37); }
td.TdClassName
{
border-color: #DB0125;
}
.TagClassName
{
border-color: #DB0125;
}
</style>