Html Css Color HEX #DB2E06 Harley Davidson Orange
📋 copy color: '#DB2E06'red 219 ◦ green 46 ◦ blue 6
Shades of Harley Davidson Orange #DB2E06
Tints of Harley Davidson Orange #DB2E06
RGB
CMYK
RGB Variations
Color information
#DB2E06 (or 0xDB2E06) is known color: Harley Davidson Orange. HEX triplet: DB, 2E and 06. RGB value is (219,46,6). Sum of RGB (Red+Green+Blue) = 219+46+6=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2E06 is #24D1F9. Grayscale: #5D5D5D. Windows color (decimal): -2413050 or 405211. OLE color: 405211.
HSL color Cylindrical-coordinate representation of color #DB2E06: hue angle of 11.27º degrees, saturation: 0.95, 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 #DB2E06 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 6 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.14 |
| HSL | 11.27º | 0.95% | 0.44% | - |
| HSV(B) | 11.27º | 0.97% | 0.86% | - |
| XYZ | 30.22 | 17.03 | 1.87 | - |
| YUV | 93.17 | 78.81 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 6 | 0 | 0.79 | 0.97 | 0.14 | 11.27 | 0.95 | 0.44 |
| Hex | DB | 2E | 6 | 0 | 4F | 61 | E | B | 5F | 2C |
| Octal | 333 | 56 | 6 | 0 | 117 | 141 | 16 | 13 | 137 | 54 |
| Binary | 11011011 | 101110 | 110 | 0 | 1001111 | 1100001 | 1110 | 1011 | 1011111 | 101100 |
Color Harmonies of #DB2E06
Complementary color
Monochromatic Colors of #DB2E06
Black with #DB2E06
Text Example
Text Example
White with #DB2E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E06; }
p { color: rgb(219,46,6); }
H1.HeaderClassName
{
color: #DB2E06;
}
.AnyTagClassName
{
color: #DB2E06;
}
</style>
background-color css
<style>
a { background-color: #DB2E06; }
a { background-color: rgb(219,46,6); }
div.DivClassName
{
background-color: #DB2E06;
}
.BgClassName
{
background-color: #DB2E06;
}
</style>
border-color css
<style>
span { border-color: #DB2E06; }
span { border-color: rgb(219,46,6); }
td.TdClassName
{
border-color: #DB2E06;
}
.TagClassName
{
border-color: #DB2E06;
}
</style>