Html Css Color HEX #DA1A11 Harley Davidson Orange
📋 copy color: '#DA1A11'red 218 ◦ green 26 ◦ blue 17
Shades of Harley Davidson Orange #DA1A11
Tints of Harley Davidson Orange #DA1A11
RGB
CMYK
RGB Variations
Color information
#DA1A11 (or 0xDA1A11) is known color: Harley Davidson Orange. HEX triplet: DA, 1A and 11. RGB value is (218,26,17). Sum of RGB (Red+Green+Blue) = 218+26+17=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1A11 is #25E5EE. Grayscale: #525252. Windows color (decimal): -2483695 or 1120986. OLE color: 1120986.
HSL color Cylindrical-coordinate representation of color #DA1A11: hue angle of 2.69º 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 #DA1A11 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.15 |
| HSL | 2.69º | 0.86% | 0.46% | - |
| HSV(B) | 2.69º | 0.92% | 0.85% | - |
| XYZ | 29.38 | 15.68 | 2.01 | - |
| YUV | 82.38 | 91.11 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 17 | 0 | 0.88 | 0.92 | 0.15 | 2.69 | 0.86 | 0.46 |
| Hex | DA | 1A | 11 | 0 | 58 | 5C | F | 3 | 56 | 2E |
| Octal | 332 | 32 | 21 | 0 | 130 | 134 | 17 | 3 | 126 | 56 |
| Binary | 11011010 | 11010 | 10001 | 0 | 1011000 | 1011100 | 1111 | 11 | 1010110 | 101110 |
Color Harmonies of #DA1A11
Complementary color
Monochromatic Colors of #DA1A11
Black with #DA1A11
Text Example
Text Example
White with #DA1A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1A11; }
p { color: rgb(218,26,17); }
H1.HeaderClassName
{
color: #DA1A11;
}
.AnyTagClassName
{
color: #DA1A11;
}
</style>
background-color css
<style>
a { background-color: #DA1A11; }
a { background-color: rgb(218,26,17); }
div.DivClassName
{
background-color: #DA1A11;
}
.BgClassName
{
background-color: #DA1A11;
}
</style>
border-color css
<style>
span { border-color: #DA1A11; }
span { border-color: rgb(218,26,17); }
td.TdClassName
{
border-color: #DA1A11;
}
.TagClassName
{
border-color: #DA1A11;
}
</style>