Shades of Fire Engine Red #DB0527
Tints of Fire Engine Red #DB0527
RGB
CMYK
RGB Variations
Color information
#DB0527 (or 0xDB0527) is known color: Fire Engine Red. HEX triplet: DB, 05 and 27. RGB value is (219,5,39). Sum of RGB (Red+Green+Blue) = 219+5+39=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0527 is #24FAD8. Grayscale: #484848. Windows color (decimal): -2423513 or 2557403. OLE color: 2557403.
HSL color Cylindrical-coordinate representation of color #DB0527: hue angle of 350.47º 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 #DB0527 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 39 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.14 |
| HSL | 350.47º | 0.96% | 0.44% | - |
| HSV(B) | 350.47º | 0.98% | 0.86% | - |
| XYZ | 29.63 | 15.32 | 3.31 | - |
| YUV | 72.86 | 108.9 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 39 | 0 | 0.98 | 0.82 | 0.14 | 350.47 | 0.96 | 0.44 |
| Hex | DB | 5 | 27 | 0 | 62 | 52 | E | 15E | 60 | 2C |
| Octal | 333 | 5 | 47 | 0 | 142 | 122 | 16 | 536 | 140 | 54 |
| Binary | 11011011 | 101 | 100111 | 0 | 1100010 | 1010010 | 1110 | 101011110 | 1100000 | 101100 |
Color Harmonies of #DB0527
Complementary color
Monochromatic Colors of #DB0527
Black with #DB0527
Text Example
Text Example
White with #DB0527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0527; }
p { color: rgb(219,5,39); }
H1.HeaderClassName
{
color: #DB0527;
}
.AnyTagClassName
{
color: #DB0527;
}
</style>
background-color css
<style>
a { background-color: #DB0527; }
a { background-color: rgb(219,5,39); }
div.DivClassName
{
background-color: #DB0527;
}
.BgClassName
{
background-color: #DB0527;
}
</style>
border-color css
<style>
span { border-color: #DB0527; }
span { border-color: rgb(219,5,39); }
td.TdClassName
{
border-color: #DB0527;
}
.TagClassName
{
border-color: #DB0527;
}
</style>