Html Css Color HEX #DA2A17 Harley Davidson Orange
📋 copy color: '#DA2A17'red 218 ◦ green 42 ◦ blue 23
Shades of Harley Davidson Orange #DA2A17
Tints of Harley Davidson Orange #DA2A17
RGB
CMYK
RGB Variations
Color information
#DA2A17 (or 0xDA2A17) is known color: Harley Davidson Orange. HEX triplet: DA, 2A and 17. RGB value is (218,42,23). Sum of RGB (Red+Green+Blue) = 218+42+23=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2A17 is #25D5E8. Grayscale: #5C5C5C. Windows color (decimal): -2479593 or 1518298. OLE color: 1518298.
HSL color Cylindrical-coordinate representation of color #DA2A17: hue angle of 5.85º 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 #DA2A17 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 23 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.15 |
| HSL | 5.85º | 0.81% | 0.47% | - |
| HSV(B) | 5.85º | 0.89% | 0.85% | - |
| XYZ | 29.9 | 16.62 | 2.44 | - |
| YUV | 92.46 | 88.81 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 23 | 0 | 0.81 | 0.89 | 0.15 | 5.85 | 0.81 | 0.47 |
| Hex | DA | 2A | 17 | 0 | 51 | 59 | F | 6 | 51 | 2F |
| Octal | 332 | 52 | 27 | 0 | 121 | 131 | 17 | 6 | 121 | 57 |
| Binary | 11011010 | 101010 | 10111 | 0 | 1010001 | 1011001 | 1111 | 110 | 1010001 | 101111 |
Color Harmonies of #DA2A17
Complementary color
Monochromatic Colors of #DA2A17
Black with #DA2A17
Text Example
Text Example
White with #DA2A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A17; }
p { color: rgb(218,42,23); }
H1.HeaderClassName
{
color: #DA2A17;
}
.AnyTagClassName
{
color: #DA2A17;
}
</style>
background-color css
<style>
a { background-color: #DA2A17; }
a { background-color: rgb(218,42,23); }
div.DivClassName
{
background-color: #DA2A17;
}
.BgClassName
{
background-color: #DA2A17;
}
</style>
border-color css
<style>
span { border-color: #DA2A17; }
span { border-color: rgb(218,42,23); }
td.TdClassName
{
border-color: #DA2A17;
}
.TagClassName
{
border-color: #DA2A17;
}
</style>