Html Css Color HEX #D63D17 Harley Davidson Orange
📋 copy color: '#D63D17'red 214 ◦ green 61 ◦ blue 23
Shades of Harley Davidson Orange #D63D17
Tints of Harley Davidson Orange #D63D17
RGB
CMYK
RGB Variations
Color information
#D63D17 (or 0xD63D17) is known color: Harley Davidson Orange. HEX triplet: D6, 3D and 17. RGB value is (214,61,23). Sum of RGB (Red+Green+Blue) = 214+61+23=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63D17 is #29C2E8. Grayscale: #666666. Windows color (decimal): -2736873 or 1523158. OLE color: 1523158.
HSL color Cylindrical-coordinate representation of color #D63D17: hue angle of 11.94º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D63D17 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 23 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.16 |
| HSL | 11.94º | 0.81% | 0.46% | - |
| HSV(B) | 11.94º | 0.89% | 0.84% | - |
| XYZ | 29.55 | 17.7 | 2.67 | - |
| YUV | 102.42 | 83.19 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 23 | 0 | 0.71 | 0.89 | 0.16 | 11.94 | 0.81 | 0.46 |
| Hex | D6 | 3D | 17 | 0 | 47 | 59 | 10 | C | 51 | 2E |
| Octal | 326 | 75 | 27 | 0 | 107 | 131 | 20 | 14 | 121 | 56 |
| Binary | 11010110 | 111101 | 10111 | 0 | 1000111 | 1011001 | 10000 | 1100 | 1010001 | 101110 |
Color Harmonies of #D63D17
Complementary color
Monochromatic Colors of #D63D17
Black with #D63D17
Text Example
Text Example
White with #D63D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D17; }
p { color: rgb(214,61,23); }
H1.HeaderClassName
{
color: #D63D17;
}
.AnyTagClassName
{
color: #D63D17;
}
</style>
background-color css
<style>
a { background-color: #D63D17; }
a { background-color: rgb(214,61,23); }
div.DivClassName
{
background-color: #D63D17;
}
.BgClassName
{
background-color: #D63D17;
}
</style>
border-color css
<style>
span { border-color: #D63D17; }
span { border-color: rgb(214,61,23); }
td.TdClassName
{
border-color: #D63D17;
}
.TagClassName
{
border-color: #D63D17;
}
</style>