Html Css Color HEX #DA4110 Harley Davidson Orange
📋 copy color: '#DA4110'red 218 ◦ green 65 ◦ blue 16
Shades of Harley Davidson Orange #DA4110
Tints of Harley Davidson Orange #DA4110
RGB
CMYK
RGB Variations
Color information
#DA4110 (or 0xDA4110) is known color: Harley Davidson Orange. HEX triplet: DA, 41 and 10. RGB value is (218,65,16). Sum of RGB (Red+Green+Blue) = 218+65+16=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4110 is #25BEEF. Grayscale: #696969. Windows color (decimal): -2473712 or 1065434. OLE color: 1065434.
HSL color Cylindrical-coordinate representation of color #DA4110: hue angle of 14.55º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA4110 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 16 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.15 |
| HSL | 14.55º | 0.86% | 0.46% | - |
| HSV(B) | 14.55º | 0.93% | 0.85% | - |
| XYZ | 30.9 | 18.72 | 2.48 | - |
| YUV | 105.16 | 77.69 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 16 | 0 | 0.70 | 0.93 | 0.15 | 14.55 | 0.86 | 0.46 |
| Hex | DA | 41 | 10 | 0 | 46 | 5D | F | F | 56 | 2E |
| Octal | 332 | 101 | 20 | 0 | 106 | 135 | 17 | 17 | 126 | 56 |
| Binary | 11011010 | 1000001 | 10000 | 0 | 1000110 | 1011101 | 1111 | 1111 | 1010110 | 101110 |
Color Harmonies of #DA4110
Complementary color
Monochromatic Colors of #DA4110
Black with #DA4110
Text Example
Text Example
White with #DA4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4110; }
p { color: rgb(218,65,16); }
H1.HeaderClassName
{
color: #DA4110;
}
.AnyTagClassName
{
color: #DA4110;
}
</style>
background-color css
<style>
a { background-color: #DA4110; }
a { background-color: rgb(218,65,16); }
div.DivClassName
{
background-color: #DA4110;
}
.BgClassName
{
background-color: #DA4110;
}
</style>
border-color css
<style>
span { border-color: #DA4110; }
span { border-color: rgb(218,65,16); }
td.TdClassName
{
border-color: #DA4110;
}
.TagClassName
{
border-color: #DA4110;
}
</style>