Html Css Color HEX #D94115 Harley Davidson Orange
📋 copy color: '#D94115'red 217 ◦ green 65 ◦ blue 21
Shades of Harley Davidson Orange #D94115
Tints of Harley Davidson Orange #D94115
RGB
CMYK
RGB Variations
Color information
#D94115 (or 0xD94115) is known color: Harley Davidson Orange. HEX triplet: D9, 41 and 15. RGB value is (217,65,21). Sum of RGB (Red+Green+Blue) = 217+65+21=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D94115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94115 is #26BEEA. Grayscale: #696969. Windows color (decimal): -2539243 or 1393113. OLE color: 1393113.
HSL color Cylindrical-coordinate representation of color #D94115: hue angle of 13.47º 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 #D94115 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 21 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.15 |
| HSL | 13.47º | 0.82% | 0.47% | - |
| HSV(B) | 13.47º | 0.9% | 0.85% | - |
| XYZ | 30.64 | 18.59 | 2.68 | - |
| YUV | 105.43 | 80.36 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 21 | 0 | 0.70 | 0.90 | 0.15 | 13.47 | 0.82 | 0.47 |
| Hex | D9 | 41 | 15 | 0 | 46 | 5A | F | D | 52 | 2F |
| Octal | 331 | 101 | 25 | 0 | 106 | 132 | 17 | 15 | 122 | 57 |
| Binary | 11011001 | 1000001 | 10101 | 0 | 1000110 | 1011010 | 1111 | 1101 | 1010010 | 101111 |
Color Harmonies of #D94115
Complementary color
Monochromatic Colors of #D94115
Black with #D94115
Text Example
Text Example
White with #D94115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94115; }
p { color: rgb(217,65,21); }
H1.HeaderClassName
{
color: #D94115;
}
.AnyTagClassName
{
color: #D94115;
}
</style>
background-color css
<style>
a { background-color: #D94115; }
a { background-color: rgb(217,65,21); }
div.DivClassName
{
background-color: #D94115;
}
.BgClassName
{
background-color: #D94115;
}
</style>
border-color css
<style>
span { border-color: #D94115; }
span { border-color: rgb(217,65,21); }
td.TdClassName
{
border-color: #D94115;
}
.TagClassName
{
border-color: #D94115;
}
</style>