Html Css Color HEX #DA2017 Harley Davidson Orange
📋 copy color: '#DA2017'red 218 ◦ green 32 ◦ blue 23
Shades of Harley Davidson Orange #DA2017
Tints of Harley Davidson Orange #DA2017
RGB
CMYK
RGB Variations
Color information
#DA2017 (or 0xDA2017) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 17. RGB value is (218,32,23). Sum of RGB (Red+Green+Blue) = 218+32+23=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2017 is #25DFE8. Grayscale: #565656. Windows color (decimal): -2482153 or 1515738. OLE color: 1515738.
HSL color Cylindrical-coordinate representation of color #DA2017: hue angle of 2.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA2017 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 23 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.15 |
| HSL | 2.77º | 0.81% | 0.47% | - |
| HSV(B) | 2.77º | 0.89% | 0.85% | - |
| XYZ | 29.58 | 16 | 2.34 | - |
| YUV | 86.59 | 92.12 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 23 | 0 | 0.85 | 0.89 | 0.15 | 2.77 | 0.81 | 0.47 |
| Hex | DA | 20 | 17 | 0 | 55 | 59 | F | 3 | 51 | 2F |
| Octal | 332 | 40 | 27 | 0 | 125 | 131 | 17 | 3 | 121 | 57 |
| Binary | 11011010 | 100000 | 10111 | 0 | 1010101 | 1011001 | 1111 | 11 | 1010001 | 101111 |
Color Harmonies of #DA2017
Complementary color
Monochromatic Colors of #DA2017
Black with #DA2017
Text Example
Text Example
White with #DA2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2017; }
p { color: rgb(218,32,23); }
H1.HeaderClassName
{
color: #DA2017;
}
.AnyTagClassName
{
color: #DA2017;
}
</style>
background-color css
<style>
a { background-color: #DA2017; }
a { background-color: rgb(218,32,23); }
div.DivClassName
{
background-color: #DA2017;
}
.BgClassName
{
background-color: #DA2017;
}
</style>
border-color css
<style>
span { border-color: #DA2017; }
span { border-color: rgb(218,32,23); }
td.TdClassName
{
border-color: #DA2017;
}
.TagClassName
{
border-color: #DA2017;
}
</style>