Html Css Color HEX #DA2D17 Harley Davidson Orange
📋 copy color: '#DA2D17'red 218 ◦ green 45 ◦ blue 23
Shades of Harley Davidson Orange #DA2D17
Tints of Harley Davidson Orange #DA2D17
RGB
CMYK
RGB Variations
Color information
#DA2D17 (or 0xDA2D17) is known color: Harley Davidson Orange. HEX triplet: DA, 2D and 17. RGB value is (218,45,23). Sum of RGB (Red+Green+Blue) = 218+45+23=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2D17 is #25D2E8. Grayscale: #5E5E5E. Windows color (decimal): -2478825 or 1519066. OLE color: 1519066.
HSL color Cylindrical-coordinate representation of color #DA2D17: hue angle of 6.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 #DA2D17 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 23 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.15 |
| HSL | 6.77º | 0.81% | 0.47% | - |
| HSV(B) | 6.77º | 0.89% | 0.85% | - |
| XYZ | 30.01 | 16.84 | 2.48 | - |
| YUV | 94.22 | 87.81 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 23 | 0 | 0.79 | 0.89 | 0.15 | 6.77 | 0.81 | 0.47 |
| Hex | DA | 2D | 17 | 0 | 4F | 59 | F | 7 | 51 | 2F |
| Octal | 332 | 55 | 27 | 0 | 117 | 131 | 17 | 7 | 121 | 57 |
| Binary | 11011010 | 101101 | 10111 | 0 | 1001111 | 1011001 | 1111 | 111 | 1010001 | 101111 |
Color Harmonies of #DA2D17
Complementary color
Monochromatic Colors of #DA2D17
Black with #DA2D17
Text Example
Text Example
White with #DA2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D17; }
p { color: rgb(218,45,23); }
H1.HeaderClassName
{
color: #DA2D17;
}
.AnyTagClassName
{
color: #DA2D17;
}
</style>
background-color css
<style>
a { background-color: #DA2D17; }
a { background-color: rgb(218,45,23); }
div.DivClassName
{
background-color: #DA2D17;
}
.BgClassName
{
background-color: #DA2D17;
}
</style>
border-color css
<style>
span { border-color: #DA2D17; }
span { border-color: rgb(218,45,23); }
td.TdClassName
{
border-color: #DA2D17;
}
.TagClassName
{
border-color: #DA2D17;
}
</style>