Html Css Color HEX #DB2E07 Harley Davidson Orange
📋 copy color: '#DB2E07'red 219 ◦ green 46 ◦ blue 7
Shades of Harley Davidson Orange #DB2E07
Tints of Harley Davidson Orange #DB2E07
RGB
CMYK
RGB Variations
Color information
#DB2E07 (or 0xDB2E07) is known color: Harley Davidson Orange. HEX triplet: DB, 2E and 07. RGB value is (219,46,7). Sum of RGB (Red+Green+Blue) = 219+46+7=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2E07 is #24D1F8. Grayscale: #5D5D5D. Windows color (decimal): -2413049 or 470747. OLE color: 470747.
HSL color Cylindrical-coordinate representation of color #DB2E07: hue angle of 11.04º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB2E07 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 7 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.14 |
| HSL | 11.04º | 0.94% | 0.44% | - |
| HSV(B) | 11.04º | 0.97% | 0.86% | - |
| XYZ | 30.23 | 17.03 | 1.89 | - |
| YUV | 93.28 | 79.31 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 7 | 0 | 0.79 | 0.97 | 0.14 | 11.04 | 0.94 | 0.44 |
| Hex | DB | 2E | 7 | 0 | 4F | 61 | E | B | 5E | 2C |
| Octal | 333 | 56 | 7 | 0 | 117 | 141 | 16 | 13 | 136 | 54 |
| Binary | 11011011 | 101110 | 111 | 0 | 1001111 | 1100001 | 1110 | 1011 | 1011110 | 101100 |
Color Harmonies of #DB2E07
Complementary color
Monochromatic Colors of #DB2E07
Black with #DB2E07
Text Example
Text Example
White with #DB2E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E07; }
p { color: rgb(219,46,7); }
H1.HeaderClassName
{
color: #DB2E07;
}
.AnyTagClassName
{
color: #DB2E07;
}
</style>
background-color css
<style>
a { background-color: #DB2E07; }
a { background-color: rgb(219,46,7); }
div.DivClassName
{
background-color: #DB2E07;
}
.BgClassName
{
background-color: #DB2E07;
}
</style>
border-color css
<style>
span { border-color: #DB2E07; }
span { border-color: rgb(219,46,7); }
td.TdClassName
{
border-color: #DB2E07;
}
.TagClassName
{
border-color: #DB2E07;
}
</style>