Html Css Color HEX #DA3110 Harley Davidson Orange
📋 copy color: '#DA3110'red 218 ◦ green 49 ◦ blue 16
Shades of Harley Davidson Orange #DA3110
Tints of Harley Davidson Orange #DA3110
RGB
CMYK
RGB Variations
Color information
#DA3110 (or 0xDA3110) is known color: Harley Davidson Orange. HEX triplet: DA, 31 and 10. RGB value is (218,49,16). Sum of RGB (Red+Green+Blue) = 218+49+16=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3110 is #25CEEF. Grayscale: #606060. Windows color (decimal): -2477808 or 1061338. OLE color: 1061338.
HSL color Cylindrical-coordinate representation of color #DA3110: hue angle of 9.8º 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 #DA3110 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.15 |
| HSL | 9.8º | 0.86% | 0.46% | - |
| HSV(B) | 9.8º | 0.93% | 0.85% | - |
| XYZ | 30.11 | 17.14 | 2.21 | - |
| YUV | 95.77 | 82.99 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 16 | 0 | 0.78 | 0.93 | 0.15 | 9.8 | 0.86 | 0.46 |
| Hex | DA | 31 | 10 | 0 | 4E | 5D | F | A | 56 | 2E |
| Octal | 332 | 61 | 20 | 0 | 116 | 135 | 17 | 12 | 126 | 56 |
| Binary | 11011010 | 110001 | 10000 | 0 | 1001110 | 1011101 | 1111 | 1010 | 1010110 | 101110 |
Color Harmonies of #DA3110
Complementary color
Monochromatic Colors of #DA3110
Black with #DA3110
Text Example
Text Example
White with #DA3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3110; }
p { color: rgb(218,49,16); }
H1.HeaderClassName
{
color: #DA3110;
}
.AnyTagClassName
{
color: #DA3110;
}
</style>
background-color css
<style>
a { background-color: #DA3110; }
a { background-color: rgb(218,49,16); }
div.DivClassName
{
background-color: #DA3110;
}
.BgClassName
{
background-color: #DA3110;
}
</style>
border-color css
<style>
span { border-color: #DA3110; }
span { border-color: rgb(218,49,16); }
td.TdClassName
{
border-color: #DA3110;
}
.TagClassName
{
border-color: #DA3110;
}
</style>