Html Css Color HEX #DA2116 Harley Davidson Orange
📋 copy color: '#DA2116'red 218 ◦ green 33 ◦ blue 22
Shades of Harley Davidson Orange #DA2116
Tints of Harley Davidson Orange #DA2116
RGB
CMYK
RGB Variations
Color information
#DA2116 (or 0xDA2116) is known color: Harley Davidson Orange. HEX triplet: DA, 21 and 16. RGB value is (218,33,22). Sum of RGB (Red+Green+Blue) = 218+33+22=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2116 is #25DEE9. Grayscale: #575757. Windows color (decimal): -2481898 or 1450458. OLE color: 1450458.
HSL color Cylindrical-coordinate representation of color #DA2116: hue angle of 3.37º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA2116 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 22 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.15 |
| HSL | 3.37º | 0.82% | 0.47% | - |
| HSV(B) | 3.37º | 0.9% | 0.85% | - |
| XYZ | 29.6 | 16.05 | 2.3 | - |
| YUV | 87.06 | 91.29 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 22 | 0 | 0.85 | 0.90 | 0.15 | 3.37 | 0.82 | 0.47 |
| Hex | DA | 21 | 16 | 0 | 55 | 5A | F | 3 | 52 | 2F |
| Octal | 332 | 41 | 26 | 0 | 125 | 132 | 17 | 3 | 122 | 57 |
| Binary | 11011010 | 100001 | 10110 | 0 | 1010101 | 1011010 | 1111 | 11 | 1010010 | 101111 |
Color Harmonies of #DA2116
Complementary color
Monochromatic Colors of #DA2116
Black with #DA2116
Text Example
Text Example
White with #DA2116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2116; }
p { color: rgb(218,33,22); }
H1.HeaderClassName
{
color: #DA2116;
}
.AnyTagClassName
{
color: #DA2116;
}
</style>
background-color css
<style>
a { background-color: #DA2116; }
a { background-color: rgb(218,33,22); }
div.DivClassName
{
background-color: #DA2116;
}
.BgClassName
{
background-color: #DA2116;
}
</style>
border-color css
<style>
span { border-color: #DA2116; }
span { border-color: rgb(218,33,22); }
td.TdClassName
{
border-color: #DA2116;
}
.TagClassName
{
border-color: #DA2116;
}
</style>