Shades of Fire Engine Red #DB2125
Tints of Fire Engine Red #DB2125
RGB
CMYK
RGB Variations
Color information
#DB2125 (or 0xDB2125) is known color: Fire Engine Red. HEX triplet: DB, 21 and 25. RGB value is (219,33,37). Sum of RGB (Red+Green+Blue) = 219+33+37=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2125 is #24DEDA. Grayscale: #595959. Windows color (decimal): -2416347 or 2433499. OLE color: 2433499.
HSL color Cylindrical-coordinate representation of color #DB2125: hue angle of 358.71º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2125 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 37 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.14 |
| HSL | 358.71º | 0.74% | 0.49% | - |
| HSV(B) | 358.71º | 0.85% | 0.86% | - |
| XYZ | 30.09 | 16.28 | 3.31 | - |
| YUV | 89.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 37 | 0 | 0.85 | 0.83 | 0.14 | 358.71 | 0.74 | 0.49 |
| Hex | DB | 21 | 25 | 0 | 55 | 53 | E | 167 | 4A | 31 |
| Octal | 333 | 41 | 45 | 0 | 125 | 123 | 16 | 547 | 112 | 61 |
| Binary | 11011011 | 100001 | 100101 | 0 | 1010101 | 1010011 | 1110 | 101100111 | 1001010 | 110001 |
Color Harmonies of #DB2125
Complementary color
Monochromatic Colors of #DB2125
Black with #DB2125
Text Example
Text Example
White with #DB2125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2125; }
p { color: rgb(219,33,37); }
H1.HeaderClassName
{
color: #DB2125;
}
.AnyTagClassName
{
color: #DB2125;
}
</style>
background-color css
<style>
a { background-color: #DB2125; }
a { background-color: rgb(219,33,37); }
div.DivClassName
{
background-color: #DB2125;
}
.BgClassName
{
background-color: #DB2125;
}
</style>
border-color css
<style>
span { border-color: #DB2125; }
span { border-color: rgb(219,33,37); }
td.TdClassName
{
border-color: #DB2125;
}
.TagClassName
{
border-color: #DB2125;
}
</style>