Shades of Fire Engine Red #DB142B
Tints of Fire Engine Red #DB142B
RGB
CMYK
RGB Variations
Color information
#DB142B (or 0xDB142B) is known color: Fire Engine Red. HEX triplet: DB, 14 and 2B. RGB value is (219,20,43). Sum of RGB (Red+Green+Blue) = 219+20+43=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB142B is #24EBD4. Grayscale: #525252. Windows color (decimal): -2419669 or 2823387. OLE color: 2823387.
HSL color Cylindrical-coordinate representation of color #DB142B: hue angle of 353.07º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB142B is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 43 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.14 |
| HSL | 353.07º | 0.83% | 0.47% | - |
| HSV(B) | 353.07º | 0.91% | 0.86% | - |
| XYZ | 29.9 | 15.73 | 3.75 | - |
| YUV | 82.12 | 105.93 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 43 | 0 | 0.91 | 0.80 | 0.14 | 353.07 | 0.83 | 0.47 |
| Hex | DB | 14 | 2B | 0 | 5B | 50 | E | 161 | 53 | 2F |
| Octal | 333 | 24 | 53 | 0 | 133 | 120 | 16 | 541 | 123 | 57 |
| Binary | 11011011 | 10100 | 101011 | 0 | 1011011 | 1010000 | 1110 | 101100001 | 1010011 | 101111 |
Color Harmonies of #DB142B
Complementary color
Monochromatic Colors of #DB142B
Black with #DB142B
Text Example
Text Example
White with #DB142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB142B; }
p { color: rgb(219,20,43); }
H1.HeaderClassName
{
color: #DB142B;
}
.AnyTagClassName
{
color: #DB142B;
}
</style>
background-color css
<style>
a { background-color: #DB142B; }
a { background-color: rgb(219,20,43); }
div.DivClassName
{
background-color: #DB142B;
}
.BgClassName
{
background-color: #DB142B;
}
</style>
border-color css
<style>
span { border-color: #DB142B; }
span { border-color: rgb(219,20,43); }
td.TdClassName
{
border-color: #DB142B;
}
.TagClassName
{
border-color: #DB142B;
}
</style>