Html Css Color HEX #D63417 Harley Davidson Orange
📋 copy color: '#D63417'red 214 ◦ green 52 ◦ blue 23
Shades of Harley Davidson Orange #D63417
Tints of Harley Davidson Orange #D63417
RGB
CMYK
RGB Variations
Color information
#D63417 (or 0xD63417) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 17. RGB value is (214,52,23). Sum of RGB (Red+Green+Blue) = 214+52+23=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D63417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63417 is #29CBE8. Grayscale: #616161. Windows color (decimal): -2739177 or 1520854. OLE color: 1520854.
HSL color Cylindrical-coordinate representation of color #D63417: hue angle of 9.11º 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 #D63417 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 23 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.16 |
| HSL | 9.11º | 0.81% | 0.46% | - |
| HSV(B) | 9.11º | 0.89% | 0.84% | - |
| XYZ | 29.11 | 16.81 | 2.52 | - |
| YUV | 97.13 | 86.17 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 23 | 0 | 0.76 | 0.89 | 0.16 | 9.11 | 0.81 | 0.46 |
| Hex | D6 | 34 | 17 | 0 | 4C | 59 | 10 | 9 | 51 | 2E |
| Octal | 326 | 64 | 27 | 0 | 114 | 131 | 20 | 11 | 121 | 56 |
| Binary | 11010110 | 110100 | 10111 | 0 | 1001100 | 1011001 | 10000 | 1001 | 1010001 | 101110 |
Color Harmonies of #D63417
Complementary color
Monochromatic Colors of #D63417
Black with #D63417
Text Example
Text Example
White with #D63417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63417; }
p { color: rgb(214,52,23); }
H1.HeaderClassName
{
color: #D63417;
}
.AnyTagClassName
{
color: #D63417;
}
</style>
background-color css
<style>
a { background-color: #D63417; }
a { background-color: rgb(214,52,23); }
div.DivClassName
{
background-color: #D63417;
}
.BgClassName
{
background-color: #D63417;
}
</style>
border-color css
<style>
span { border-color: #D63417; }
span { border-color: rgb(214,52,23); }
td.TdClassName
{
border-color: #D63417;
}
.TagClassName
{
border-color: #D63417;
}
</style>