Html Css Color HEX #DB3E06 Harley Davidson Orange
📋 copy color: '#DB3E06'red 219 ◦ green 62 ◦ blue 6
Shades of Harley Davidson Orange #DB3E06
Tints of Harley Davidson Orange #DB3E06
RGB
CMYK
RGB Variations
Color information
#DB3E06 (or 0xDB3E06) is known color: Harley Davidson Orange. HEX triplet: DB, 3E and 06. RGB value is (219,62,6). Sum of RGB (Red+Green+Blue) = 219+62+6=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3E06 is #24C1F9. Grayscale: #666666. Windows color (decimal): -2408954 or 409307. OLE color: 409307.
HSL color Cylindrical-coordinate representation of color #DB3E06: hue angle of 15.77º 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 #DB3E06 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.14 |
| HSL | 15.77º | 0.95% | 0.44% | - |
| HSV(B) | 15.77º | 0.97% | 0.86% | - |
| XYZ | 30.97 | 18.52 | 2.11 | - |
| YUV | 102.56 | 73.51 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 6 | 0 | 0.72 | 0.97 | 0.14 | 15.77 | 0.95 | 0.44 |
| Hex | DB | 3E | 6 | 0 | 48 | 61 | E | 10 | 5F | 2C |
| Octal | 333 | 76 | 6 | 0 | 110 | 141 | 16 | 20 | 137 | 54 |
| Binary | 11011011 | 111110 | 110 | 0 | 1001000 | 1100001 | 1110 | 10000 | 1011111 | 101100 |
Color Harmonies of #DB3E06
Complementary color
Monochromatic Colors of #DB3E06
Black with #DB3E06
Text Example
Text Example
White with #DB3E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E06; }
p { color: rgb(219,62,6); }
H1.HeaderClassName
{
color: #DB3E06;
}
.AnyTagClassName
{
color: #DB3E06;
}
</style>
background-color css
<style>
a { background-color: #DB3E06; }
a { background-color: rgb(219,62,6); }
div.DivClassName
{
background-color: #DB3E06;
}
.BgClassName
{
background-color: #DB3E06;
}
</style>
border-color css
<style>
span { border-color: #DB3E06; }
span { border-color: rgb(219,62,6); }
td.TdClassName
{
border-color: #DB3E06;
}
.TagClassName
{
border-color: #DB3E06;
}
</style>