Html Css Color HEX #DA2010 Harley Davidson Orange
📋 copy color: '#DA2010'red 218 ◦ green 32 ◦ blue 16
Shades of Harley Davidson Orange #DA2010
Tints of Harley Davidson Orange #DA2010
RGB
CMYK
RGB Variations
Color information
#DA2010 (or 0xDA2010) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 10. RGB value is (218,32,16). Sum of RGB (Red+Green+Blue) = 218+32+16=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2010 is #25DFEF. Grayscale: #565656. Windows color (decimal): -2482160 or 1056986. OLE color: 1056986.
HSL color Cylindrical-coordinate representation of color #DA2010: hue angle of 4.75º 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 #DA2010 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 16 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.15 |
| HSL | 4.75º | 0.86% | 0.46% | - |
| HSV(B) | 4.75º | 0.93% | 0.85% | - |
| XYZ | 29.52 | 15.98 | 2.02 | - |
| YUV | 85.79 | 88.62 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 16 | 0 | 0.85 | 0.93 | 0.15 | 4.75 | 0.86 | 0.46 |
| Hex | DA | 20 | 10 | 0 | 55 | 5D | F | 5 | 56 | 2E |
| Octal | 332 | 40 | 20 | 0 | 125 | 135 | 17 | 5 | 126 | 56 |
| Binary | 11011010 | 100000 | 10000 | 0 | 1010101 | 1011101 | 1111 | 101 | 1010110 | 101110 |
Color Harmonies of #DA2010
Complementary color
Monochromatic Colors of #DA2010
Black with #DA2010
Text Example
Text Example
White with #DA2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2010; }
p { color: rgb(218,32,16); }
H1.HeaderClassName
{
color: #DA2010;
}
.AnyTagClassName
{
color: #DA2010;
}
</style>
background-color css
<style>
a { background-color: #DA2010; }
a { background-color: rgb(218,32,16); }
div.DivClassName
{
background-color: #DA2010;
}
.BgClassName
{
background-color: #DA2010;
}
</style>
border-color css
<style>
span { border-color: #DA2010; }
span { border-color: rgb(218,32,16); }
td.TdClassName
{
border-color: #DA2010;
}
.TagClassName
{
border-color: #DA2010;
}
</style>