Html Css Color HEX #DA2211 Harley Davidson Orange
📋 copy color: '#DA2211'red 218 ◦ green 34 ◦ blue 17
Shades of Harley Davidson Orange #DA2211
Tints of Harley Davidson Orange #DA2211
RGB
CMYK
RGB Variations
Color information
#DA2211 (or 0xDA2211) is known color: Harley Davidson Orange. HEX triplet: DA, 22 and 11. RGB value is (218,34,17). Sum of RGB (Red+Green+Blue) = 218+34+17=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2211 is #25DDEE. Grayscale: #575757. Windows color (decimal): -2481647 or 1123034. OLE color: 1123034.
HSL color Cylindrical-coordinate representation of color #DA2211: hue angle of 5.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA2211 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 17 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.15 |
| HSL | 5.07º | 0.86% | 0.46% | - |
| HSV(B) | 5.07º | 0.92% | 0.85% | - |
| XYZ | 29.59 | 16.09 | 2.08 | - |
| YUV | 87.08 | 88.46 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 17 | 0 | 0.84 | 0.92 | 0.15 | 5.07 | 0.86 | 0.46 |
| Hex | DA | 22 | 11 | 0 | 54 | 5C | F | 5 | 56 | 2E |
| Octal | 332 | 42 | 21 | 0 | 124 | 134 | 17 | 5 | 126 | 56 |
| Binary | 11011010 | 100010 | 10001 | 0 | 1010100 | 1011100 | 1111 | 101 | 1010110 | 101110 |
Color Harmonies of #DA2211
Complementary color
Monochromatic Colors of #DA2211
Black with #DA2211
Text Example
Text Example
White with #DA2211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2211; }
p { color: rgb(218,34,17); }
H1.HeaderClassName
{
color: #DA2211;
}
.AnyTagClassName
{
color: #DA2211;
}
</style>
background-color css
<style>
a { background-color: #DA2211; }
a { background-color: rgb(218,34,17); }
div.DivClassName
{
background-color: #DA2211;
}
.BgClassName
{
background-color: #DA2211;
}
</style>
border-color css
<style>
span { border-color: #DA2211; }
span { border-color: rgb(218,34,17); }
td.TdClassName
{
border-color: #DA2211;
}
.TagClassName
{
border-color: #DA2211;
}
</style>