Html Css Color HEX #D94417 Harley Davidson Orange
📋 copy color: '#D94417'red 217 ◦ green 68 ◦ blue 23
Shades of Harley Davidson Orange #D94417
Tints of Harley Davidson Orange #D94417
RGB
CMYK
RGB Variations
Color information
#D94417 (or 0xD94417) is known color: Harley Davidson Orange. HEX triplet: D9, 44 and 17. RGB value is (217,68,23). Sum of RGB (Red+Green+Blue) = 217+68+23=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D94417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94417 is #26BBE8. Grayscale: #6B6B6B. Windows color (decimal): -2538473 or 1524953. OLE color: 1524953.
HSL color Cylindrical-coordinate representation of color #D94417: hue angle of 13.92º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D94417 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 23 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.15 |
| HSL | 13.92º | 0.81% | 0.47% | - |
| HSV(B) | 13.92º | 0.89% | 0.85% | - |
| XYZ | 30.84 | 18.95 | 2.84 | - |
| YUV | 107.42 | 80.36 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 23 | 0 | 0.69 | 0.89 | 0.15 | 13.92 | 0.81 | 0.47 |
| Hex | D9 | 44 | 17 | 0 | 45 | 59 | F | E | 51 | 2F |
| Octal | 331 | 104 | 27 | 0 | 105 | 131 | 17 | 16 | 121 | 57 |
| Binary | 11011001 | 1000100 | 10111 | 0 | 1000101 | 1011001 | 1111 | 1110 | 1010001 | 101111 |
Color Harmonies of #D94417
Complementary color
Monochromatic Colors of #D94417
Black with #D94417
Text Example
Text Example
White with #D94417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94417; }
p { color: rgb(217,68,23); }
H1.HeaderClassName
{
color: #D94417;
}
.AnyTagClassName
{
color: #D94417;
}
</style>
background-color css
<style>
a { background-color: #D94417; }
a { background-color: rgb(217,68,23); }
div.DivClassName
{
background-color: #D94417;
}
.BgClassName
{
background-color: #D94417;
}
</style>
border-color css
<style>
span { border-color: #D94417; }
span { border-color: rgb(217,68,23); }
td.TdClassName
{
border-color: #D94417;
}
.TagClassName
{
border-color: #D94417;
}
</style>