Html Css Color HEX #DA2D11 Harley Davidson Orange
📋 copy color: '#DA2D11'red 218 ◦ green 45 ◦ blue 17
Shades of Harley Davidson Orange #DA2D11
Tints of Harley Davidson Orange #DA2D11
RGB
CMYK
RGB Variations
Color information
#DA2D11 (or 0xDA2D11) is known color: Harley Davidson Orange. HEX triplet: DA, 2D and 11. RGB value is (218,45,17). Sum of RGB (Red+Green+Blue) = 218+45+17=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2D11 is #25D2EE. Grayscale: #5D5D5D. Windows color (decimal): -2478831 or 1125850. OLE color: 1125850.
HSL color Cylindrical-coordinate representation of color #DA2D11: hue angle of 8.36º 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 #DA2D11 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 17 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.15 |
| HSL | 8.36º | 0.86% | 0.46% | - |
| HSV(B) | 8.36º | 0.92% | 0.85% | - |
| XYZ | 29.95 | 16.82 | 2.2 | - |
| YUV | 93.54 | 84.81 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 17 | 0 | 0.79 | 0.92 | 0.15 | 8.36 | 0.86 | 0.46 |
| Hex | DA | 2D | 11 | 0 | 4F | 5C | F | 8 | 56 | 2E |
| Octal | 332 | 55 | 21 | 0 | 117 | 134 | 17 | 10 | 126 | 56 |
| Binary | 11011010 | 101101 | 10001 | 0 | 1001111 | 1011100 | 1111 | 1000 | 1010110 | 101110 |
Color Harmonies of #DA2D11
Complementary color
Monochromatic Colors of #DA2D11
Black with #DA2D11
Text Example
Text Example
White with #DA2D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D11; }
p { color: rgb(218,45,17); }
H1.HeaderClassName
{
color: #DA2D11;
}
.AnyTagClassName
{
color: #DA2D11;
}
</style>
background-color css
<style>
a { background-color: #DA2D11; }
a { background-color: rgb(218,45,17); }
div.DivClassName
{
background-color: #DA2D11;
}
.BgClassName
{
background-color: #DA2D11;
}
</style>
border-color css
<style>
span { border-color: #DA2D11; }
span { border-color: rgb(218,45,17); }
td.TdClassName
{
border-color: #DA2D11;
}
.TagClassName
{
border-color: #DA2D11;
}
</style>