Html Css Color HEX #D94514 Harley Davidson Orange
📋 copy color: '#D94514'red 217 ◦ green 69 ◦ blue 20
Shades of Harley Davidson Orange #D94514
Tints of Harley Davidson Orange #D94514
RGB
CMYK
RGB Variations
Color information
#D94514 (or 0xD94514) is known color: Harley Davidson Orange. HEX triplet: D9, 45 and 14. RGB value is (217,69,20). Sum of RGB (Red+Green+Blue) = 217+69+20=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D94514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94514 is #26BAEB. Grayscale: #6C6C6C. Windows color (decimal): -2538220 or 1328601. OLE color: 1328601.
HSL color Cylindrical-coordinate representation of color #D94514: hue angle of 14.92º 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 #D94514 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 20 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.15 |
| HSL | 14.92º | 0.83% | 0.46% | - |
| HSV(B) | 14.92º | 0.91% | 0.85% | - |
| XYZ | 30.87 | 19.06 | 2.71 | - |
| YUV | 107.67 | 78.53 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 20 | 0 | 0.68 | 0.91 | 0.15 | 14.92 | 0.83 | 0.46 |
| Hex | D9 | 45 | 14 | 0 | 44 | 5B | F | F | 53 | 2E |
| Octal | 331 | 105 | 24 | 0 | 104 | 133 | 17 | 17 | 123 | 56 |
| Binary | 11011001 | 1000101 | 10100 | 0 | 1000100 | 1011011 | 1111 | 1111 | 1010011 | 101110 |
Color Harmonies of #D94514
Complementary color
Monochromatic Colors of #D94514
Black with #D94514
Text Example
Text Example
White with #D94514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94514; }
p { color: rgb(217,69,20); }
H1.HeaderClassName
{
color: #D94514;
}
.AnyTagClassName
{
color: #D94514;
}
</style>
background-color css
<style>
a { background-color: #D94514; }
a { background-color: rgb(217,69,20); }
div.DivClassName
{
background-color: #D94514;
}
.BgClassName
{
background-color: #D94514;
}
</style>
border-color css
<style>
span { border-color: #D94514; }
span { border-color: rgb(217,69,20); }
td.TdClassName
{
border-color: #D94514;
}
.TagClassName
{
border-color: #D94514;
}
</style>