Html Css Color HEX #D14C19 Harley Davidson Orange
📋 copy color: '#D14C19'red 209 ◦ green 76 ◦ blue 25
Shades of Harley Davidson Orange #D14C19
Tints of Harley Davidson Orange #D14C19
RGB
CMYK
RGB Variations
Color information
#D14C19 (or 0xD14C19) is known color: Harley Davidson Orange. HEX triplet: D1, 4C and 19. RGB value is (209,76,25). Sum of RGB (Red+Green+Blue) = 209+76+25=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14C19 is #2EB3E6. Grayscale: #6E6E6E. Windows color (decimal): -3060711 or 1658065. OLE color: 1658065.
HSL color Cylindrical-coordinate representation of color #D14C19: hue angle of 16.63º 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 #D14C19 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 25 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.18 |
| HSL | 16.63º | 0.79% | 0.46% | - |
| HSV(B) | 16.63º | 0.88% | 0.82% | - |
| XYZ | 29.05 | 18.79 | 3.02 | - |
| YUV | 109.95 | 80.06 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 25 | 0 | 0.64 | 0.88 | 0.18 | 16.63 | 0.79 | 0.46 |
| Hex | D1 | 4C | 19 | 0 | 40 | 58 | 12 | 11 | 4F | 2E |
| Octal | 321 | 114 | 31 | 0 | 100 | 130 | 22 | 21 | 117 | 56 |
| Binary | 11010001 | 1001100 | 11001 | 0 | 1000000 | 1011000 | 10010 | 10001 | 1001111 | 101110 |
Color Harmonies of #D14C19
Complementary color
Monochromatic Colors of #D14C19
Black with #D14C19
Text Example
Text Example
White with #D14C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14C19; }
p { color: rgb(209,76,25); }
H1.HeaderClassName
{
color: #D14C19;
}
.AnyTagClassName
{
color: #D14C19;
}
</style>
background-color css
<style>
a { background-color: #D14C19; }
a { background-color: rgb(209,76,25); }
div.DivClassName
{
background-color: #D14C19;
}
.BgClassName
{
background-color: #D14C19;
}
</style>
border-color css
<style>
span { border-color: #D14C19; }
span { border-color: rgb(209,76,25); }
td.TdClassName
{
border-color: #D14C19;
}
.TagClassName
{
border-color: #D14C19;
}
</style>