Shades of Fire Engine Red #DB0127
Tints of Fire Engine Red #DB0127
RGB
CMYK
RGB Variations
Color information
#DB0127 (or 0xDB0127) is known color: Fire Engine Red. HEX triplet: DB, 01 and 27. RGB value is (219,1,39). Sum of RGB (Red+Green+Blue) = 219+1+39=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0127 is #24FED8. Grayscale: #464646. Windows color (decimal): -2424537 or 2556379. OLE color: 2556379.
HSL color Cylindrical-coordinate representation of color #DB0127: hue angle of 349.54º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0127 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.14 |
| HSL | 349.54º | 0.99% | 0.43% | - |
| HSV(B) | 349.54º | 1% | 0.86% | - |
| XYZ | 29.59 | 15.23 | 3.3 | - |
| YUV | 70.51 | 110.22 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 39 | 0 | 1.00 | 0.82 | 0.14 | 349.54 | 0.99 | 0.43 |
| Hex | DB | 1 | 27 | 0 | 64 | 52 | E | 15E | 63 | 2B |
| Octal | 333 | 1 | 47 | 0 | 144 | 122 | 16 | 536 | 143 | 53 |
| Binary | 11011011 | 1 | 100111 | 0 | 1100100 | 1010010 | 1110 | 101011110 | 1100011 | 101011 |
Color Harmonies of #DB0127
Complementary color
Monochromatic Colors of #DB0127
Black with #DB0127
Text Example
Text Example
White with #DB0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0127; }
p { color: rgb(219,1,39); }
H1.HeaderClassName
{
color: #DB0127;
}
.AnyTagClassName
{
color: #DB0127;
}
</style>
background-color css
<style>
a { background-color: #DB0127; }
a { background-color: rgb(219,1,39); }
div.DivClassName
{
background-color: #DB0127;
}
.BgClassName
{
background-color: #DB0127;
}
</style>
border-color css
<style>
span { border-color: #DB0127; }
span { border-color: rgb(219,1,39); }
td.TdClassName
{
border-color: #DB0127;
}
.TagClassName
{
border-color: #DB0127;
}
</style>