Html Css Color HEX #DA2A10 Harley Davidson Orange
📋 copy color: '#DA2A10'red 218 ◦ green 42 ◦ blue 16
Shades of Harley Davidson Orange #DA2A10
Tints of Harley Davidson Orange #DA2A10
RGB
CMYK
RGB Variations
Color information
#DA2A10 (or 0xDA2A10) is known color: Harley Davidson Orange. HEX triplet: DA, 2A and 10. RGB value is (218,42,16). Sum of RGB (Red+Green+Blue) = 218+42+16=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2A10 is #25D5EF. Grayscale: #5B5B5B. Windows color (decimal): -2479600 or 1059546. OLE color: 1059546.
HSL color Cylindrical-coordinate representation of color #DA2A10: hue angle of 7.72º 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 #DA2A10 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 16 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.15 |
| HSL | 7.72º | 0.86% | 0.46% | - |
| HSV(B) | 7.72º | 0.93% | 0.85% | - |
| XYZ | 29.83 | 16.6 | 2.12 | - |
| YUV | 91.66 | 85.31 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 16 | 0 | 0.81 | 0.93 | 0.15 | 7.72 | 0.86 | 0.46 |
| Hex | DA | 2A | 10 | 0 | 51 | 5D | F | 8 | 56 | 2E |
| Octal | 332 | 52 | 20 | 0 | 121 | 135 | 17 | 10 | 126 | 56 |
| Binary | 11011010 | 101010 | 10000 | 0 | 1010001 | 1011101 | 1111 | 1000 | 1010110 | 101110 |
Color Harmonies of #DA2A10
Complementary color
Monochromatic Colors of #DA2A10
Black with #DA2A10
Text Example
Text Example
White with #DA2A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A10; }
p { color: rgb(218,42,16); }
H1.HeaderClassName
{
color: #DA2A10;
}
.AnyTagClassName
{
color: #DA2A10;
}
</style>
background-color css
<style>
a { background-color: #DA2A10; }
a { background-color: rgb(218,42,16); }
div.DivClassName
{
background-color: #DA2A10;
}
.BgClassName
{
background-color: #DA2A10;
}
</style>
border-color css
<style>
span { border-color: #DA2A10; }
span { border-color: rgb(218,42,16); }
td.TdClassName
{
border-color: #DA2A10;
}
.TagClassName
{
border-color: #DA2A10;
}
</style>