Html Css Color HEX #D14D19 Harley Davidson Orange
📋 copy color: '#D14D19'red 209 ◦ green 77 ◦ blue 25
Shades of Harley Davidson Orange #D14D19
Tints of Harley Davidson Orange #D14D19
RGB
CMYK
RGB Variations
Color information
#D14D19 (or 0xD14D19) is known color: Harley Davidson Orange. HEX triplet: D1, 4D and 19. RGB value is (209,77,25). Sum of RGB (Red+Green+Blue) = 209+77+25=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14D19 is #2EB2E6. Grayscale: #6E6E6E. Windows color (decimal): -3060455 or 1658321. OLE color: 1658321.
HSL color Cylindrical-coordinate representation of color #D14D19: hue angle of 16.96º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D14D19 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 25 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.18 |
| HSL | 16.96º | 0.79% | 0.46% | - |
| HSV(B) | 16.96º | 0.88% | 0.82% | - |
| XYZ | 29.12 | 18.93 | 3.04 | - |
| YUV | 110.54 | 79.73 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 25 | 0 | 0.63 | 0.88 | 0.18 | 16.96 | 0.79 | 0.46 |
| Hex | D1 | 4D | 19 | 0 | 3F | 58 | 12 | 11 | 4F | 2E |
| Octal | 321 | 115 | 31 | 0 | 77 | 130 | 22 | 21 | 117 | 56 |
| Binary | 11010001 | 1001101 | 11001 | 0 | 111111 | 1011000 | 10010 | 10001 | 1001111 | 101110 |
Color Harmonies of #D14D19
Complementary color
Monochromatic Colors of #D14D19
Black with #D14D19
Text Example
Text Example
White with #D14D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14D19; }
p { color: rgb(209,77,25); }
H1.HeaderClassName
{
color: #D14D19;
}
.AnyTagClassName
{
color: #D14D19;
}
</style>
background-color css
<style>
a { background-color: #D14D19; }
a { background-color: rgb(209,77,25); }
div.DivClassName
{
background-color: #D14D19;
}
.BgClassName
{
background-color: #D14D19;
}
</style>
border-color css
<style>
span { border-color: #D14D19; }
span { border-color: rgb(209,77,25); }
td.TdClassName
{
border-color: #D14D19;
}
.TagClassName
{
border-color: #D14D19;
}
</style>