Shades of Fire Engine Red #DB0525
Tints of Fire Engine Red #DB0525
RGB
CMYK
RGB Variations
Color information
#DB0525 (or 0xDB0525) is known color: Fire Engine Red. HEX triplet: DB, 05 and 25. RGB value is (219,5,37). Sum of RGB (Red+Green+Blue) = 219+5+37=261 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.91% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0525 is #24FADA. Grayscale: #484848. Windows color (decimal): -2423515 or 2426331. OLE color: 2426331.
HSL color Cylindrical-coordinate representation of color #DB0525: hue angle of 351.03º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0525 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 37 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.14 |
| HSL | 351.03º | 0.96% | 0.44% | - |
| HSV(B) | 351.03º | 0.98% | 0.86% | - |
| XYZ | 29.6 | 15.3 | 3.14 | - |
| YUV | 72.63 | 107.9 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 37 | 0 | 0.98 | 0.83 | 0.14 | 351.03 | 0.96 | 0.44 |
| Hex | DB | 5 | 25 | 0 | 62 | 53 | E | 15F | 60 | 2C |
| Octal | 333 | 5 | 45 | 0 | 142 | 123 | 16 | 537 | 140 | 54 |
| Binary | 11011011 | 101 | 100101 | 0 | 1100010 | 1010011 | 1110 | 101011111 | 1100000 | 101100 |
Color Harmonies of #DB0525
Complementary color
Monochromatic Colors of #DB0525
Black with #DB0525
Text Example
Text Example
White with #DB0525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0525; }
p { color: rgb(219,5,37); }
H1.HeaderClassName
{
color: #DB0525;
}
.AnyTagClassName
{
color: #DB0525;
}
</style>
background-color css
<style>
a { background-color: #DB0525; }
a { background-color: rgb(219,5,37); }
div.DivClassName
{
background-color: #DB0525;
}
.BgClassName
{
background-color: #DB0525;
}
</style>
border-color css
<style>
span { border-color: #DB0525; }
span { border-color: rgb(219,5,37); }
td.TdClassName
{
border-color: #DB0525;
}
.TagClassName
{
border-color: #DB0525;
}
</style>