Shades of Fire Engine Red #DB0323
Tints of Fire Engine Red #DB0323
RGB
CMYK
RGB Variations
Color information
#DB0323 (or 0xDB0323) is known color: Fire Engine Red. HEX triplet: DB, 03 and 23. RGB value is (219,3,35). Sum of RGB (Red+Green+Blue) = 219+3+35=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0323 is #24FCDC. Grayscale: #474747. Windows color (decimal): -2424029 or 2294747. OLE color: 2294747.
HSL color Cylindrical-coordinate representation of color #DB0323: hue angle of 351.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0323 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.14 |
| HSL | 351.11º | 0.97% | 0.44% | - |
| HSV(B) | 351.11º | 0.99% | 0.86% | - |
| XYZ | 29.55 | 15.25 | 2.98 | - |
| YUV | 71.23 | 107.56 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 35 | 0 | 0.99 | 0.84 | 0.14 | 351.11 | 0.97 | 0.44 |
| Hex | DB | 3 | 23 | 0 | 63 | 54 | E | 15F | 61 | 2C |
| Octal | 333 | 3 | 43 | 0 | 143 | 124 | 16 | 537 | 141 | 54 |
| Binary | 11011011 | 11 | 100011 | 0 | 1100011 | 1010100 | 1110 | 101011111 | 1100001 | 101100 |
Color Harmonies of #DB0323
Complementary color
Monochromatic Colors of #DB0323
Black with #DB0323
Text Example
Text Example
White with #DB0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0323; }
p { color: rgb(219,3,35); }
H1.HeaderClassName
{
color: #DB0323;
}
.AnyTagClassName
{
color: #DB0323;
}
</style>
background-color css
<style>
a { background-color: #DB0323; }
a { background-color: rgb(219,3,35); }
div.DivClassName
{
background-color: #DB0323;
}
.BgClassName
{
background-color: #DB0323;
}
</style>
border-color css
<style>
span { border-color: #DB0323; }
span { border-color: rgb(219,3,35); }
td.TdClassName
{
border-color: #DB0323;
}
.TagClassName
{
border-color: #DB0323;
}
</style>