Html Css Color HEX #DA4417 Harley Davidson Orange
📋 copy color: '#DA4417'red 218 ◦ green 68 ◦ blue 23
Shades of Harley Davidson Orange #DA4417
Tints of Harley Davidson Orange #DA4417
RGB
CMYK
RGB Variations
Color information
#DA4417 (or 0xDA4417) is known color: Harley Davidson Orange. HEX triplet: DA, 44 and 17. RGB value is (218,68,23). Sum of RGB (Red+Green+Blue) = 218+68+23=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4417 is #25BBE8. Grayscale: #6C6C6C. Windows color (decimal): -2472937 or 1524954. OLE color: 1524954.
HSL color Cylindrical-coordinate representation of color #DA4417: hue angle of 13.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 #DA4417 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 23 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.15 |
| HSL | 13.85º | 0.81% | 0.47% | - |
| HSV(B) | 13.85º | 0.89% | 0.85% | - |
| XYZ | 31.14 | 19.1 | 2.86 | - |
| YUV | 107.72 | 80.2 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 23 | 0 | 0.69 | 0.89 | 0.15 | 13.85 | 0.81 | 0.47 |
| Hex | DA | 44 | 17 | 0 | 45 | 59 | F | E | 51 | 2F |
| Octal | 332 | 104 | 27 | 0 | 105 | 131 | 17 | 16 | 121 | 57 |
| Binary | 11011010 | 1000100 | 10111 | 0 | 1000101 | 1011001 | 1111 | 1110 | 1010001 | 101111 |
Color Harmonies of #DA4417
Complementary color
Monochromatic Colors of #DA4417
Black with #DA4417
Text Example
Text Example
White with #DA4417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4417; }
p { color: rgb(218,68,23); }
H1.HeaderClassName
{
color: #DA4417;
}
.AnyTagClassName
{
color: #DA4417;
}
</style>
background-color css
<style>
a { background-color: #DA4417; }
a { background-color: rgb(218,68,23); }
div.DivClassName
{
background-color: #DA4417;
}
.BgClassName
{
background-color: #DA4417;
}
</style>
border-color css
<style>
span { border-color: #DA4417; }
span { border-color: rgb(218,68,23); }
td.TdClassName
{
border-color: #DA4417;
}
.TagClassName
{
border-color: #DA4417;
}
</style>