Html Css Color HEX #D04714 Harley Davidson Orange
📋 copy color: '#D04714'red 208 ◦ green 71 ◦ blue 20
Shades of Harley Davidson Orange #D04714
Tints of Harley Davidson Orange #D04714
RGB
CMYK
RGB Variations
Color information
#D04714 (or 0xD04714) is known color: Harley Davidson Orange. HEX triplet: D0, 47 and 14. RGB value is (208,71,20). Sum of RGB (Red+Green+Blue) = 208+71+20=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D04714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04714 is #2FB8EB. Grayscale: #6A6A6A. Windows color (decimal): -3127532 or 1329104. OLE color: 1329104.
HSL color Cylindrical-coordinate representation of color #D04714: hue angle of 16.28º degrees, saturation: 0.82, 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 #D04714 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 20 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.18 |
| HSL | 16.28º | 0.82% | 0.45% | - |
| HSV(B) | 16.28º | 0.9% | 0.82% | - |
| XYZ | 28.39 | 17.97 | 2.63 | - |
| YUV | 106.15 | 79.39 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 20 | 0 | 0.66 | 0.90 | 0.18 | 16.28 | 0.82 | 0.45 |
| Hex | D0 | 47 | 14 | 0 | 42 | 5A | 12 | 10 | 52 | 2D |
| Octal | 320 | 107 | 24 | 0 | 102 | 132 | 22 | 20 | 122 | 55 |
| Binary | 11010000 | 1000111 | 10100 | 0 | 1000010 | 1011010 | 10010 | 10000 | 1010010 | 101101 |
Color Harmonies of #D04714
Complementary color
Monochromatic Colors of #D04714
Black with #D04714
Text Example
Text Example
White with #D04714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04714; }
p { color: rgb(208,71,20); }
H1.HeaderClassName
{
color: #D04714;
}
.AnyTagClassName
{
color: #D04714;
}
</style>
background-color css
<style>
a { background-color: #D04714; }
a { background-color: rgb(208,71,20); }
div.DivClassName
{
background-color: #D04714;
}
.BgClassName
{
background-color: #D04714;
}
</style>
border-color css
<style>
span { border-color: #D04714; }
span { border-color: rgb(208,71,20); }
td.TdClassName
{
border-color: #D04714;
}
.TagClassName
{
border-color: #D04714;
}
</style>