Html Css Color HEX #DB3502 Harley Davidson Orange
📋 copy color: '#DB3502'red 219 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #DB3502
Tints of Harley Davidson Orange #DB3502
RGB
CMYK
RGB Variations
Color information
#DB3502 (or 0xDB3502) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 02. RGB value is (219,53,2). Sum of RGB (Red+Green+Blue) = 219+53+2=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3502 is #24CAFD. Grayscale: #616161. Windows color (decimal): -2411262 or 144859. OLE color: 144859.
HSL color Cylindrical-coordinate representation of color #DB3502: hue angle of 14.1º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB3502 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.14 |
| HSL | 14.1º | 0.98% | 0.43% | - |
| HSV(B) | 14.1º | 0.99% | 0.86% | - |
| XYZ | 30.5 | 17.61 | 1.85 | - |
| YUV | 96.82 | 74.5 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 2 | 0 | 0.76 | 0.99 | 0.14 | 14.1 | 0.98 | 0.43 |
| Hex | DB | 35 | 2 | 0 | 4C | 63 | E | E | 62 | 2B |
| Octal | 333 | 65 | 2 | 0 | 114 | 143 | 16 | 16 | 142 | 53 |
| Binary | 11011011 | 110101 | 10 | 0 | 1001100 | 1100011 | 1110 | 1110 | 1100010 | 101011 |
Color Harmonies of #DB3502
Complementary color
Monochromatic Colors of #DB3502
Black with #DB3502
Text Example
Text Example
White with #DB3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3502; }
p { color: rgb(219,53,2); }
H1.HeaderClassName
{
color: #DB3502;
}
.AnyTagClassName
{
color: #DB3502;
}
</style>
background-color css
<style>
a { background-color: #DB3502; }
a { background-color: rgb(219,53,2); }
div.DivClassName
{
background-color: #DB3502;
}
.BgClassName
{
background-color: #DB3502;
}
</style>
border-color css
<style>
span { border-color: #DB3502; }
span { border-color: rgb(219,53,2); }
td.TdClassName
{
border-color: #DB3502;
}
.TagClassName
{
border-color: #DB3502;
}
</style>