Shades of Fire Engine Red #DB1527
Tints of Fire Engine Red #DB1527
RGB
CMYK
RGB Variations
Color information
#DB1527 (or 0xDB1527) is known color: Fire Engine Red. HEX triplet: DB, 15 and 27. RGB value is (219,21,39). Sum of RGB (Red+Green+Blue) = 219+21+39=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1527 is #24EAD8. Grayscale: #525252. Windows color (decimal): -2419417 or 2561499. OLE color: 2561499.
HSL color Cylindrical-coordinate representation of color #DB1527: hue angle of 354.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1527 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 39 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.14 |
| HSL | 354.55º | 0.83% | 0.47% | - |
| HSV(B) | 354.55º | 0.9% | 0.86% | - |
| XYZ | 29.85 | 15.74 | 3.38 | - |
| YUV | 82.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 39 | 0 | 0.90 | 0.82 | 0.14 | 354.55 | 0.83 | 0.47 |
| Hex | DB | 15 | 27 | 0 | 5A | 52 | E | 163 | 52 | 2F |
| Octal | 333 | 25 | 47 | 0 | 132 | 122 | 16 | 543 | 122 | 57 |
| Binary | 11011011 | 10101 | 100111 | 0 | 1011010 | 1010010 | 1110 | 101100011 | 1010010 | 101111 |
Color Harmonies of #DB1527
Complementary color
Monochromatic Colors of #DB1527
Black with #DB1527
Text Example
Text Example
White with #DB1527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1527; }
p { color: rgb(219,21,39); }
H1.HeaderClassName
{
color: #DB1527;
}
.AnyTagClassName
{
color: #DB1527;
}
</style>
background-color css
<style>
a { background-color: #DB1527; }
a { background-color: rgb(219,21,39); }
div.DivClassName
{
background-color: #DB1527;
}
.BgClassName
{
background-color: #DB1527;
}
</style>
border-color css
<style>
span { border-color: #DB1527; }
span { border-color: rgb(219,21,39); }
td.TdClassName
{
border-color: #DB1527;
}
.TagClassName
{
border-color: #DB1527;
}
</style>