Html Css Color HEX #D94515 Harley Davidson Orange
📋 copy color: '#D94515'red 217 ◦ green 69 ◦ blue 21
Shades of Harley Davidson Orange #D94515
Tints of Harley Davidson Orange #D94515
RGB
CMYK
RGB Variations
Color information
#D94515 (or 0xD94515) is known color: Harley Davidson Orange. HEX triplet: D9, 45 and 15. RGB value is (217,69,21). Sum of RGB (Red+Green+Blue) = 217+69+21=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D94515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94515 is #26BAEA. Grayscale: #6C6C6C. Windows color (decimal): -2538219 or 1394137. OLE color: 1394137.
HSL color Cylindrical-coordinate representation of color #D94515: hue angle of 14.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D94515 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 21 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.15 |
| HSL | 14.69º | 0.82% | 0.47% | - |
| HSV(B) | 14.69º | 0.9% | 0.85% | - |
| XYZ | 30.88 | 19.06 | 2.76 | - |
| YUV | 107.78 | 79.03 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 21 | 0 | 0.68 | 0.90 | 0.15 | 14.69 | 0.82 | 0.47 |
| Hex | D9 | 45 | 15 | 0 | 44 | 5A | F | F | 52 | 2F |
| Octal | 331 | 105 | 25 | 0 | 104 | 132 | 17 | 17 | 122 | 57 |
| Binary | 11011001 | 1000101 | 10101 | 0 | 1000100 | 1011010 | 1111 | 1111 | 1010010 | 101111 |
Color Harmonies of #D94515
Complementary color
Monochromatic Colors of #D94515
Black with #D94515
Text Example
Text Example
White with #D94515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94515; }
p { color: rgb(217,69,21); }
H1.HeaderClassName
{
color: #D94515;
}
.AnyTagClassName
{
color: #D94515;
}
</style>
background-color css
<style>
a { background-color: #D94515; }
a { background-color: rgb(217,69,21); }
div.DivClassName
{
background-color: #D94515;
}
.BgClassName
{
background-color: #D94515;
}
</style>
border-color css
<style>
span { border-color: #D94515; }
span { border-color: rgb(217,69,21); }
td.TdClassName
{
border-color: #D94515;
}
.TagClassName
{
border-color: #D94515;
}
</style>