Html Css Color HEX #DA2E17 Harley Davidson Orange
📋 copy color: '#DA2E17'red 218 ◦ green 46 ◦ blue 23
Shades of Harley Davidson Orange #DA2E17
Tints of Harley Davidson Orange #DA2E17
RGB
CMYK
RGB Variations
Color information
#DA2E17 (or 0xDA2E17) is known color: Harley Davidson Orange. HEX triplet: DA, 2E and 17. RGB value is (218,46,23). Sum of RGB (Red+Green+Blue) = 218+46+23=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2E17 is #25D1E8. Grayscale: #5F5F5F. Windows color (decimal): -2478569 or 1519322. OLE color: 1519322.
HSL color Cylindrical-coordinate representation of color #DA2E17: hue angle of 7.08º 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 #DA2E17 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 46 | 23 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.15 |
| HSL | 7.08º | 0.81% | 0.47% | - |
| HSV(B) | 7.08º | 0.89% | 0.85% | - |
| XYZ | 30.05 | 16.92 | 2.49 | - |
| YUV | 94.81 | 87.48 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 46 | 23 | 0 | 0.79 | 0.89 | 0.15 | 7.08 | 0.81 | 0.47 |
| Hex | DA | 2E | 17 | 0 | 4F | 59 | F | 7 | 51 | 2F |
| Octal | 332 | 56 | 27 | 0 | 117 | 131 | 17 | 7 | 121 | 57 |
| Binary | 11011010 | 101110 | 10111 | 0 | 1001111 | 1011001 | 1111 | 111 | 1010001 | 101111 |
Color Harmonies of #DA2E17
Complementary color
Monochromatic Colors of #DA2E17
Black with #DA2E17
Text Example
Text Example
White with #DA2E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2E17; }
p { color: rgb(218,46,23); }
H1.HeaderClassName
{
color: #DA2E17;
}
.AnyTagClassName
{
color: #DA2E17;
}
</style>
background-color css
<style>
a { background-color: #DA2E17; }
a { background-color: rgb(218,46,23); }
div.DivClassName
{
background-color: #DA2E17;
}
.BgClassName
{
background-color: #DA2E17;
}
</style>
border-color css
<style>
span { border-color: #DA2E17; }
span { border-color: rgb(218,46,23); }
td.TdClassName
{
border-color: #DA2E17;
}
.TagClassName
{
border-color: #DA2E17;
}
</style>