Html Css Color HEX #DA3502 Harley Davidson Orange
📋 copy color: '#DA3502'red 218 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #DA3502
Tints of Harley Davidson Orange #DA3502
RGB
CMYK
RGB Variations
Color information
#DA3502 (or 0xDA3502) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 02. RGB value is (218,53,2). Sum of RGB (Red+Green+Blue) = 218+53+2=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3502 is #25CAFD. Grayscale: #606060. Windows color (decimal): -2476798 or 144858. OLE color: 144858.
HSL color Cylindrical-coordinate representation of color #DA3502: hue angle of 14.17º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA3502 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.15 |
| HSL | 14.17º | 0.98% | 0.43% | - |
| HSV(B) | 14.17º | 0.99% | 0.85% | - |
| XYZ | 30.2 | 17.46 | 1.84 | - |
| YUV | 96.52 | 74.66 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 2 | 0 | 0.76 | 0.99 | 0.15 | 14.17 | 0.98 | 0.43 |
| Hex | DA | 35 | 2 | 0 | 4C | 63 | F | E | 62 | 2B |
| Octal | 332 | 65 | 2 | 0 | 114 | 143 | 17 | 16 | 142 | 53 |
| Binary | 11011010 | 110101 | 10 | 0 | 1001100 | 1100011 | 1111 | 1110 | 1100010 | 101011 |
Color Harmonies of #DA3502
Complementary color
Monochromatic Colors of #DA3502
Black with #DA3502
Text Example
Text Example
White with #DA3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3502; }
p { color: rgb(218,53,2); }
H1.HeaderClassName
{
color: #DA3502;
}
.AnyTagClassName
{
color: #DA3502;
}
</style>
background-color css
<style>
a { background-color: #DA3502; }
a { background-color: rgb(218,53,2); }
div.DivClassName
{
background-color: #DA3502;
}
.BgClassName
{
background-color: #DA3502;
}
</style>
border-color css
<style>
span { border-color: #DA3502; }
span { border-color: rgb(218,53,2); }
td.TdClassName
{
border-color: #DA3502;
}
.TagClassName
{
border-color: #DA3502;
}
</style>