Shades of Fire Engine Red #DB0425
Tints of Fire Engine Red #DB0425
RGB
CMYK
RGB Variations
Color information
#DB0425 (or 0xDB0425) is known color: Fire Engine Red. HEX triplet: DB, 04 and 25. RGB value is (219,4,37). Sum of RGB (Red+Green+Blue) = 219+4+37=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0425 is #24FBDA. Grayscale: #484848. Windows color (decimal): -2423771 or 2426075. OLE color: 2426075.
HSL color Cylindrical-coordinate representation of color #DB0425: hue angle of 350.79º 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 #DB0425 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 37 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.14 |
| HSL | 350.79º | 0.96% | 0.44% | - |
| HSV(B) | 350.79º | 0.98% | 0.86% | - |
| XYZ | 29.59 | 15.28 | 3.14 | - |
| YUV | 72.05 | 108.23 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 37 | 0 | 0.98 | 0.83 | 0.14 | 350.79 | 0.96 | 0.44 |
| Hex | DB | 4 | 25 | 0 | 62 | 53 | E | 15F | 60 | 2C |
| Octal | 333 | 4 | 45 | 0 | 142 | 123 | 16 | 537 | 140 | 54 |
| Binary | 11011011 | 100 | 100101 | 0 | 1100010 | 1010011 | 1110 | 101011111 | 1100000 | 101100 |
Color Harmonies of #DB0425
Complementary color
Monochromatic Colors of #DB0425
Black with #DB0425
Text Example
Text Example
White with #DB0425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0425; }
p { color: rgb(219,4,37); }
H1.HeaderClassName
{
color: #DB0425;
}
.AnyTagClassName
{
color: #DB0425;
}
</style>
background-color css
<style>
a { background-color: #DB0425; }
a { background-color: rgb(219,4,37); }
div.DivClassName
{
background-color: #DB0425;
}
.BgClassName
{
background-color: #DB0425;
}
</style>
border-color css
<style>
span { border-color: #DB0425; }
span { border-color: rgb(219,4,37); }
td.TdClassName
{
border-color: #DB0425;
}
.TagClassName
{
border-color: #DB0425;
}
</style>