Html Css Color HEX #D61A17 Harley Davidson Orange
📋 copy color: '#D61A17'red 214 ◦ green 26 ◦ blue 23
Shades of Harley Davidson Orange #D61A17
Tints of Harley Davidson Orange #D61A17
RGB
CMYK
RGB Variations
Color information
#D61A17 (or 0xD61A17) is known color: Harley Davidson Orange. HEX triplet: D6, 1A and 17. RGB value is (214,26,23). Sum of RGB (Red+Green+Blue) = 214+26+23=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61A17 is #29E5E8. Grayscale: #525252. Windows color (decimal): -2745833 or 1514198. OLE color: 1514198.
HSL color Cylindrical-coordinate representation of color #D61A17: hue angle of 0.94º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61A17 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 23 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.16 |
| HSL | 0.94º | 0.81% | 0.46% | - |
| HSV(B) | 0.94º | 0.89% | 0.84% | - |
| XYZ | 28.26 | 15.1 | 2.24 | - |
| YUV | 81.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 23 | 0 | 0.88 | 0.89 | 0.16 | 0.94 | 0.81 | 0.46 |
| Hex | D6 | 1A | 17 | 0 | 58 | 59 | 10 | 1 | 51 | 2E |
| Octal | 326 | 32 | 27 | 0 | 130 | 131 | 20 | 1 | 121 | 56 |
| Binary | 11010110 | 11010 | 10111 | 0 | 1011000 | 1011001 | 10000 | 1 | 1010001 | 101110 |
Color Harmonies of #D61A17
Complementary color
Monochromatic Colors of #D61A17
Black with #D61A17
Text Example
Text Example
White with #D61A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A17; }
p { color: rgb(214,26,23); }
H1.HeaderClassName
{
color: #D61A17;
}
.AnyTagClassName
{
color: #D61A17;
}
</style>
background-color css
<style>
a { background-color: #D61A17; }
a { background-color: rgb(214,26,23); }
div.DivClassName
{
background-color: #D61A17;
}
.BgClassName
{
background-color: #D61A17;
}
</style>
border-color css
<style>
span { border-color: #D61A17; }
span { border-color: rgb(214,26,23); }
td.TdClassName
{
border-color: #D61A17;
}
.TagClassName
{
border-color: #D61A17;
}
</style>