Html Css Color HEX #D94D19 Harley Davidson Orange
📋 copy color: '#D94D19'red 217 ◦ green 77 ◦ blue 25
Shades of Harley Davidson Orange #D94D19
Tints of Harley Davidson Orange #D94D19
RGB
CMYK
RGB Variations
Color information
#D94D19 (or 0xD94D19) is known color: Harley Davidson Orange. HEX triplet: D9, 4D and 19. RGB value is (217,77,25). Sum of RGB (Red+Green+Blue) = 217+77+25=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94D19 is #26B2E6. Grayscale: #717171. Windows color (decimal): -2536167 or 1658329. OLE color: 1658329.
HSL color Cylindrical-coordinate representation of color #D94D19: hue angle of 16.25º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D94D19 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 25 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.15 |
| HSL | 16.25º | 0.79% | 0.47% | - |
| HSV(B) | 16.25º | 0.88% | 0.85% | - |
| XYZ | 31.44 | 20.13 | 3.15 | - |
| YUV | 112.93 | 78.38 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 25 | 0 | 0.65 | 0.88 | 0.15 | 16.25 | 0.79 | 0.47 |
| Hex | D9 | 4D | 19 | 0 | 41 | 58 | F | 10 | 4F | 2F |
| Octal | 331 | 115 | 31 | 0 | 101 | 130 | 17 | 20 | 117 | 57 |
| Binary | 11011001 | 1001101 | 11001 | 0 | 1000001 | 1011000 | 1111 | 10000 | 1001111 | 101111 |
Color Harmonies of #D94D19
Complementary color
Monochromatic Colors of #D94D19
Black with #D94D19
Text Example
Text Example
White with #D94D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D19; }
p { color: rgb(217,77,25); }
H1.HeaderClassName
{
color: #D94D19;
}
.AnyTagClassName
{
color: #D94D19;
}
</style>
background-color css
<style>
a { background-color: #D94D19; }
a { background-color: rgb(217,77,25); }
div.DivClassName
{
background-color: #D94D19;
}
.BgClassName
{
background-color: #D94D19;
}
</style>
border-color css
<style>
span { border-color: #D94D19; }
span { border-color: rgb(217,77,25); }
td.TdClassName
{
border-color: #D94D19;
}
.TagClassName
{
border-color: #D94D19;
}
</style>