Shades of Fire Engine Red #DB1725
Tints of Fire Engine Red #DB1725
RGB
CMYK
RGB Variations
Color information
#DB1725 (or 0xDB1725) is known color: Fire Engine Red. HEX triplet: DB, 17 and 25. RGB value is (219,23,37). Sum of RGB (Red+Green+Blue) = 219+23+37=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1725 is #24E8DA. Grayscale: #535353. Windows color (decimal): -2418907 or 2430939. OLE color: 2430939.
HSL color Cylindrical-coordinate representation of color #DB1725: hue angle of 355.71º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1725 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 37 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.14 |
| HSL | 355.71º | 0.81% | 0.47% | - |
| HSV(B) | 355.71º | 0.89% | 0.86% | - |
| XYZ | 29.85 | 15.81 | 3.23 | - |
| YUV | 83.2 | 101.93 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 37 | 0 | 0.89 | 0.83 | 0.14 | 355.71 | 0.81 | 0.47 |
| Hex | DB | 17 | 25 | 0 | 59 | 53 | E | 164 | 51 | 2F |
| Octal | 333 | 27 | 45 | 0 | 131 | 123 | 16 | 544 | 121 | 57 |
| Binary | 11011011 | 10111 | 100101 | 0 | 1011001 | 1010011 | 1110 | 101100100 | 1010001 | 101111 |
Color Harmonies of #DB1725
Complementary color
Monochromatic Colors of #DB1725
Black with #DB1725
Text Example
Text Example
White with #DB1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1725; }
p { color: rgb(219,23,37); }
H1.HeaderClassName
{
color: #DB1725;
}
.AnyTagClassName
{
color: #DB1725;
}
</style>
background-color css
<style>
a { background-color: #DB1725; }
a { background-color: rgb(219,23,37); }
div.DivClassName
{
background-color: #DB1725;
}
.BgClassName
{
background-color: #DB1725;
}
</style>
border-color css
<style>
span { border-color: #DB1725; }
span { border-color: rgb(219,23,37); }
td.TdClassName
{
border-color: #DB1725;
}
.TagClassName
{
border-color: #DB1725;
}
</style>