Html Css Color HEX #DA2917 Harley Davidson Orange
📋 copy color: '#DA2917'red 218 ◦ green 41 ◦ blue 23
Shades of Harley Davidson Orange #DA2917
Tints of Harley Davidson Orange #DA2917
RGB
CMYK
RGB Variations
Color information
#DA2917 (or 0xDA2917) is known color: Harley Davidson Orange. HEX triplet: DA, 29 and 17. RGB value is (218,41,23). Sum of RGB (Red+Green+Blue) = 218+41+23=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2917 is #25D6E8. Grayscale: #5C5C5C. Windows color (decimal): -2479849 or 1518042. OLE color: 1518042.
HSL color Cylindrical-coordinate representation of color #DA2917: hue angle of 5.54º 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 #DA2917 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 23 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.15 |
| HSL | 5.54º | 0.81% | 0.47% | - |
| HSV(B) | 5.54º | 0.89% | 0.85% | - |
| XYZ | 29.86 | 16.55 | 2.43 | - |
| YUV | 91.87 | 89.14 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 23 | 0 | 0.81 | 0.89 | 0.15 | 5.54 | 0.81 | 0.47 |
| Hex | DA | 29 | 17 | 0 | 51 | 59 | F | 6 | 51 | 2F |
| Octal | 332 | 51 | 27 | 0 | 121 | 131 | 17 | 6 | 121 | 57 |
| Binary | 11011010 | 101001 | 10111 | 0 | 1010001 | 1011001 | 1111 | 110 | 1010001 | 101111 |
Color Harmonies of #DA2917
Complementary color
Monochromatic Colors of #DA2917
Black with #DA2917
Text Example
Text Example
White with #DA2917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2917; }
p { color: rgb(218,41,23); }
H1.HeaderClassName
{
color: #DA2917;
}
.AnyTagClassName
{
color: #DA2917;
}
</style>
background-color css
<style>
a { background-color: #DA2917; }
a { background-color: rgb(218,41,23); }
div.DivClassName
{
background-color: #DA2917;
}
.BgClassName
{
background-color: #DA2917;
}
</style>
border-color css
<style>
span { border-color: #DA2917; }
span { border-color: rgb(218,41,23); }
td.TdClassName
{
border-color: #DA2917;
}
.TagClassName
{
border-color: #DA2917;
}
</style>