Html Css Color HEX #DA3710 Harley Davidson Orange
📋 copy color: '#DA3710'red 218 ◦ green 55 ◦ blue 16
Shades of Harley Davidson Orange #DA3710
Tints of Harley Davidson Orange #DA3710
RGB
CMYK
RGB Variations
Color information
#DA3710 (or 0xDA3710) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 10. RGB value is (218,55,16). Sum of RGB (Red+Green+Blue) = 218+55+16=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3710 is #25C8EF. Grayscale: #636363. Windows color (decimal): -2476272 or 1062874. OLE color: 1062874.
HSL color Cylindrical-coordinate representation of color #DA3710: hue angle of 11.58º 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 #DA3710 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 16 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.15 |
| HSL | 11.58º | 0.86% | 0.46% | - |
| HSV(B) | 11.58º | 0.93% | 0.85% | - |
| XYZ | 30.37 | 17.68 | 2.3 | - |
| YUV | 99.29 | 81 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 16 | 0 | 0.75 | 0.93 | 0.15 | 11.58 | 0.86 | 0.46 |
| Hex | DA | 37 | 10 | 0 | 4B | 5D | F | C | 56 | 2E |
| Octal | 332 | 67 | 20 | 0 | 113 | 135 | 17 | 14 | 126 | 56 |
| Binary | 11011010 | 110111 | 10000 | 0 | 1001011 | 1011101 | 1111 | 1100 | 1010110 | 101110 |
Color Harmonies of #DA3710
Complementary color
Monochromatic Colors of #DA3710
Black with #DA3710
Text Example
Text Example
White with #DA3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3710; }
p { color: rgb(218,55,16); }
H1.HeaderClassName
{
color: #DA3710;
}
.AnyTagClassName
{
color: #DA3710;
}
</style>
background-color css
<style>
a { background-color: #DA3710; }
a { background-color: rgb(218,55,16); }
div.DivClassName
{
background-color: #DA3710;
}
.BgClassName
{
background-color: #DA3710;
}
</style>
border-color css
<style>
span { border-color: #DA3710; }
span { border-color: rgb(218,55,16); }
td.TdClassName
{
border-color: #DA3710;
}
.TagClassName
{
border-color: #DA3710;
}
</style>