Html Css Color HEX #D14714 Harley Davidson Orange
📋 copy color: '#D14714'red 209 ◦ green 71 ◦ blue 20
Shades of Harley Davidson Orange #D14714
Tints of Harley Davidson Orange #D14714
RGB
CMYK
RGB Variations
Color information
#D14714 (or 0xD14714) is known color: Harley Davidson Orange. HEX triplet: D1, 47 and 14. RGB value is (209,71,20). Sum of RGB (Red+Green+Blue) = 209+71+20=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D14714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14714 is #2EB8EB. Grayscale: #6A6A6A. Windows color (decimal): -3061996 or 1329105. OLE color: 1329105.
HSL color Cylindrical-coordinate representation of color #D14714: hue angle of 16.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D14714 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 20 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.18 |
| HSL | 16.19º | 0.83% | 0.45% | - |
| HSV(B) | 16.19º | 0.9% | 0.82% | - |
| XYZ | 28.67 | 18.11 | 2.65 | - |
| YUV | 106.45 | 79.22 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 20 | 0 | 0.66 | 0.90 | 0.18 | 16.19 | 0.83 | 0.45 |
| Hex | D1 | 47 | 14 | 0 | 42 | 5A | 12 | 10 | 53 | 2D |
| Octal | 321 | 107 | 24 | 0 | 102 | 132 | 22 | 20 | 123 | 55 |
| Binary | 11010001 | 1000111 | 10100 | 0 | 1000010 | 1011010 | 10010 | 10000 | 1010011 | 101101 |
Color Harmonies of #D14714
Complementary color
Monochromatic Colors of #D14714
Black with #D14714
Text Example
Text Example
White with #D14714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14714; }
p { color: rgb(209,71,20); }
H1.HeaderClassName
{
color: #D14714;
}
.AnyTagClassName
{
color: #D14714;
}
</style>
background-color css
<style>
a { background-color: #D14714; }
a { background-color: rgb(209,71,20); }
div.DivClassName
{
background-color: #D14714;
}
.BgClassName
{
background-color: #D14714;
}
</style>
border-color css
<style>
span { border-color: #D14714; }
span { border-color: rgb(209,71,20); }
td.TdClassName
{
border-color: #D14714;
}
.TagClassName
{
border-color: #D14714;
}
</style>