Html Css Color HEX #D94210 Harley Davidson Orange
📋 copy color: '#D94210'red 217 ◦ green 66 ◦ blue 16
Shades of Harley Davidson Orange #D94210
Tints of Harley Davidson Orange #D94210
RGB
CMYK
RGB Variations
Color information
#D94210 (or 0xD94210) is known color: Harley Davidson Orange. HEX triplet: D9, 42 and 10. RGB value is (217,66,16). Sum of RGB (Red+Green+Blue) = 217+66+16=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D94210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94210 is #26BDEF. Grayscale: #696969. Windows color (decimal): -2538992 or 1065689. OLE color: 1065689.
HSL color Cylindrical-coordinate representation of color #D94210: hue angle of 14.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D94210 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 16 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.15 |
| HSL | 14.93º | 0.86% | 0.46% | - |
| HSV(B) | 14.93º | 0.93% | 0.85% | - |
| XYZ | 30.66 | 18.69 | 2.48 | - |
| YUV | 105.45 | 77.53 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 16 | 0 | 0.70 | 0.93 | 0.15 | 14.93 | 0.86 | 0.46 |
| Hex | D9 | 42 | 10 | 0 | 46 | 5D | F | F | 56 | 2E |
| Octal | 331 | 102 | 20 | 0 | 106 | 135 | 17 | 17 | 126 | 56 |
| Binary | 11011001 | 1000010 | 10000 | 0 | 1000110 | 1011101 | 1111 | 1111 | 1010110 | 101110 |
Color Harmonies of #D94210
Complementary color
Monochromatic Colors of #D94210
Black with #D94210
Text Example
Text Example
White with #D94210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94210; }
p { color: rgb(217,66,16); }
H1.HeaderClassName
{
color: #D94210;
}
.AnyTagClassName
{
color: #D94210;
}
</style>
background-color css
<style>
a { background-color: #D94210; }
a { background-color: rgb(217,66,16); }
div.DivClassName
{
background-color: #D94210;
}
.BgClassName
{
background-color: #D94210;
}
</style>
border-color css
<style>
span { border-color: #D94210; }
span { border-color: rgb(217,66,16); }
td.TdClassName
{
border-color: #D94210;
}
.TagClassName
{
border-color: #D94210;
}
</style>