Html Css Color HEX #DB2E1E Harley Davidson Orange
📋 copy color: '#DB2E1E'red 219 ◦ green 46 ◦ blue 30
Shades of Harley Davidson Orange #DB2E1E
Tints of Harley Davidson Orange #DB2E1E
RGB
CMYK
RGB Variations
Color information
#DB2E1E (or 0xDB2E1E) is known color: Harley Davidson Orange. HEX triplet: DB, 2E and 1E. RGB value is (219,46,30). Sum of RGB (Red+Green+Blue) = 219+46+30=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E1E is #24D1E1. Grayscale: #606060. Windows color (decimal): -2413026 or 1978075. OLE color: 1978075.
HSL color Cylindrical-coordinate representation of color #DB2E1E: hue angle of 5.08º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB2E1E is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 30 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.14 |
| HSL | 5.08º | 0.76% | 0.49% | - |
| HSV(B) | 5.08º | 0.86% | 0.86% | - |
| XYZ | 30.42 | 17.11 | 2.93 | - |
| YUV | 95.9 | 90.81 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 30 | 0 | 0.79 | 0.86 | 0.14 | 5.08 | 0.76 | 0.49 |
| Hex | DB | 2E | 1E | 0 | 4F | 56 | E | 5 | 4C | 31 |
| Octal | 333 | 56 | 36 | 0 | 117 | 126 | 16 | 5 | 114 | 61 |
| Binary | 11011011 | 101110 | 11110 | 0 | 1001111 | 1010110 | 1110 | 101 | 1001100 | 110001 |
Color Harmonies of #DB2E1E
Complementary color
Monochromatic Colors of #DB2E1E
Black with #DB2E1E
Text Example
Text Example
White with #DB2E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E1E; }
p { color: rgb(219,46,30); }
H1.HeaderClassName
{
color: #DB2E1E;
}
.AnyTagClassName
{
color: #DB2E1E;
}
</style>
background-color css
<style>
a { background-color: #DB2E1E; }
a { background-color: rgb(219,46,30); }
div.DivClassName
{
background-color: #DB2E1E;
}
.BgClassName
{
background-color: #DB2E1E;
}
</style>
border-color css
<style>
span { border-color: #DB2E1E; }
span { border-color: rgb(219,46,30); }
td.TdClassName
{
border-color: #DB2E1E;
}
.TagClassName
{
border-color: #DB2E1E;
}
</style>