Shades of Fire Engine Red #DB0723
Tints of Fire Engine Red #DB0723
RGB
CMYK
RGB Variations
Color information
#DB0723 (or 0xDB0723) is known color: Fire Engine Red. HEX triplet: DB, 07 and 23. RGB value is (219,7,35). Sum of RGB (Red+Green+Blue) = 219+7+35=261 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.91% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0723 is #24F8DC. Grayscale: #494949. Windows color (decimal): -2423005 or 2295771. OLE color: 2295771.
HSL color Cylindrical-coordinate representation of color #DB0723: hue angle of 352.08º 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 #DB0723 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 35 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.14 |
| HSL | 352.08º | 0.94% | 0.44% | - |
| HSV(B) | 352.08º | 0.97% | 0.86% | - |
| XYZ | 29.59 | 15.33 | 2.99 | - |
| YUV | 73.58 | 106.24 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 35 | 0 | 0.97 | 0.84 | 0.14 | 352.08 | 0.94 | 0.44 |
| Hex | DB | 7 | 23 | 0 | 61 | 54 | E | 160 | 5E | 2C |
| Octal | 333 | 7 | 43 | 0 | 141 | 124 | 16 | 540 | 136 | 54 |
| Binary | 11011011 | 111 | 100011 | 0 | 1100001 | 1010100 | 1110 | 101100000 | 1011110 | 101100 |
Color Harmonies of #DB0723
Complementary color
Monochromatic Colors of #DB0723
Black with #DB0723
Text Example
Text Example
White with #DB0723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0723; }
p { color: rgb(219,7,35); }
H1.HeaderClassName
{
color: #DB0723;
}
.AnyTagClassName
{
color: #DB0723;
}
</style>
background-color css
<style>
a { background-color: #DB0723; }
a { background-color: rgb(219,7,35); }
div.DivClassName
{
background-color: #DB0723;
}
.BgClassName
{
background-color: #DB0723;
}
</style>
border-color css
<style>
span { border-color: #DB0723; }
span { border-color: rgb(219,7,35); }
td.TdClassName
{
border-color: #DB0723;
}
.TagClassName
{
border-color: #DB0723;
}
</style>