Shades of Fire Engine Red #DB0627
Tints of Fire Engine Red #DB0627
RGB
CMYK
RGB Variations
Color information
#DB0627 (or 0xDB0627) is known color: Fire Engine Red. HEX triplet: DB, 06 and 27. RGB value is (219,6,39). Sum of RGB (Red+Green+Blue) = 219+6+39=264 (34% of max value = 765). Red value is 219 (85.94% from 255 or 82.95% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0627 is #24F9D8. Grayscale: #494949. Windows color (decimal): -2423257 or 2557659. OLE color: 2557659.
HSL color Cylindrical-coordinate representation of color #DB0627: hue angle of 350.7º degrees, saturation: 0.95, 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 #DB0627 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 39 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.14 |
| HSL | 350.7º | 0.95% | 0.44% | - |
| HSV(B) | 350.7º | 0.97% | 0.86% | - |
| XYZ | 29.64 | 15.34 | 3.32 | - |
| YUV | 73.45 | 108.57 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 39 | 0 | 0.97 | 0.82 | 0.14 | 350.7 | 0.95 | 0.44 |
| Hex | DB | 6 | 27 | 0 | 61 | 52 | E | 15F | 5F | 2C |
| Octal | 333 | 6 | 47 | 0 | 141 | 122 | 16 | 537 | 137 | 54 |
| Binary | 11011011 | 110 | 100111 | 0 | 1100001 | 1010010 | 1110 | 101011111 | 1011111 | 101100 |
Color Harmonies of #DB0627
Complementary color
Monochromatic Colors of #DB0627
Black with #DB0627
Text Example
Text Example
White with #DB0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0627; }
p { color: rgb(219,6,39); }
H1.HeaderClassName
{
color: #DB0627;
}
.AnyTagClassName
{
color: #DB0627;
}
</style>
background-color css
<style>
a { background-color: #DB0627; }
a { background-color: rgb(219,6,39); }
div.DivClassName
{
background-color: #DB0627;
}
.BgClassName
{
background-color: #DB0627;
}
</style>
border-color css
<style>
span { border-color: #DB0627; }
span { border-color: rgb(219,6,39); }
td.TdClassName
{
border-color: #DB0627;
}
.TagClassName
{
border-color: #DB0627;
}
</style>