Shades of Fire Engine Red #DB0725
Tints of Fire Engine Red #DB0725
RGB
CMYK
RGB Variations
Color information
#DB0725 (or 0xDB0725) is known color: Fire Engine Red. HEX triplet: DB, 07 and 25. RGB value is (219,7,37). Sum of RGB (Red+Green+Blue) = 219+7+37=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0725 is #24F8DA. Grayscale: #494949. Windows color (decimal): -2423003 or 2426843. OLE color: 2426843.
HSL color Cylindrical-coordinate representation of color #DB0725: hue angle of 351.51º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0725 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 37 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.14 |
| HSL | 351.51º | 0.94% | 0.44% | - |
| HSV(B) | 351.51º | 0.97% | 0.86% | - |
| XYZ | 29.62 | 15.35 | 3.15 | - |
| YUV | 73.81 | 107.24 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 37 | 0 | 0.97 | 0.83 | 0.14 | 351.51 | 0.94 | 0.44 |
| Hex | DB | 7 | 25 | 0 | 61 | 53 | E | 160 | 5E | 2C |
| Octal | 333 | 7 | 45 | 0 | 141 | 123 | 16 | 540 | 136 | 54 |
| Binary | 11011011 | 111 | 100101 | 0 | 1100001 | 1010011 | 1110 | 101100000 | 1011110 | 101100 |
Color Harmonies of #DB0725
Complementary color
Monochromatic Colors of #DB0725
Black with #DB0725
Text Example
Text Example
White with #DB0725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0725; }
p { color: rgb(219,7,37); }
H1.HeaderClassName
{
color: #DB0725;
}
.AnyTagClassName
{
color: #DB0725;
}
</style>
background-color css
<style>
a { background-color: #DB0725; }
a { background-color: rgb(219,7,37); }
div.DivClassName
{
background-color: #DB0725;
}
.BgClassName
{
background-color: #DB0725;
}
</style>
border-color css
<style>
span { border-color: #DB0725; }
span { border-color: rgb(219,7,37); }
td.TdClassName
{
border-color: #DB0725;
}
.TagClassName
{
border-color: #DB0725;
}
</style>