Html Css Color HEX #D94914 Harley Davidson Orange
📋 copy color: '#D94914'red 217 ◦ green 73 ◦ blue 20
Shades of Harley Davidson Orange #D94914
Tints of Harley Davidson Orange #D94914
RGB
CMYK
RGB Variations
Color information
#D94914 (or 0xD94914) is known color: Harley Davidson Orange. HEX triplet: D9, 49 and 14. RGB value is (217,73,20). Sum of RGB (Red+Green+Blue) = 217+73+20=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D94914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94914 is #26B6EB. Grayscale: #6E6E6E. Windows color (decimal): -2537196 or 1329625. OLE color: 1329625.
HSL color Cylindrical-coordinate representation of color #D94914: hue angle of 16.14º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D94914 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 20 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.15 |
| HSL | 16.14º | 0.83% | 0.46% | - |
| HSV(B) | 16.14º | 0.91% | 0.85% | - |
| XYZ | 31.12 | 19.57 | 2.8 | - |
| YUV | 110.01 | 77.21 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 20 | 0 | 0.66 | 0.91 | 0.15 | 16.14 | 0.83 | 0.46 |
| Hex | D9 | 49 | 14 | 0 | 42 | 5B | F | 10 | 53 | 2E |
| Octal | 331 | 111 | 24 | 0 | 102 | 133 | 17 | 20 | 123 | 56 |
| Binary | 11011001 | 1001001 | 10100 | 0 | 1000010 | 1011011 | 1111 | 10000 | 1010011 | 101110 |
Color Harmonies of #D94914
Complementary color
Monochromatic Colors of #D94914
Black with #D94914
Text Example
Text Example
White with #D94914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94914; }
p { color: rgb(217,73,20); }
H1.HeaderClassName
{
color: #D94914;
}
.AnyTagClassName
{
color: #D94914;
}
</style>
background-color css
<style>
a { background-color: #D94914; }
a { background-color: rgb(217,73,20); }
div.DivClassName
{
background-color: #D94914;
}
.BgClassName
{
background-color: #D94914;
}
</style>
border-color css
<style>
span { border-color: #D94914; }
span { border-color: rgb(217,73,20); }
td.TdClassName
{
border-color: #D94914;
}
.TagClassName
{
border-color: #D94914;
}
</style>