Html Css Color HEX #D43517 Harley Davidson Orange
📋 copy color: '#D43517'red 212 ◦ green 53 ◦ blue 23
Shades of Harley Davidson Orange #D43517
Tints of Harley Davidson Orange #D43517
RGB
CMYK
RGB Variations
Color information
#D43517 (or 0xD43517) is known color: Harley Davidson Orange. HEX triplet: D4, 35 and 17. RGB value is (212,53,23). Sum of RGB (Red+Green+Blue) = 212+53+23=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D43517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43517 is #2BCAE8. Grayscale: #616161. Windows color (decimal): -2869993 or 1521108. OLE color: 1521108.
HSL color Cylindrical-coordinate representation of color #D43517: hue angle of 9.52º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D43517 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 23 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.17 |
| HSL | 9.52º | 0.8% | 0.46% | - |
| HSV(B) | 9.52º | 0.89% | 0.83% | - |
| XYZ | 28.58 | 16.61 | 2.51 | - |
| YUV | 97.12 | 86.18 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 23 | 0 | 0.75 | 0.89 | 0.17 | 9.52 | 0.8 | 0.46 |
| Hex | D4 | 35 | 17 | 0 | 4B | 59 | 11 | A | 50 | 2E |
| Octal | 324 | 65 | 27 | 0 | 113 | 131 | 21 | 12 | 120 | 56 |
| Binary | 11010100 | 110101 | 10111 | 0 | 1001011 | 1011001 | 10001 | 1010 | 1010000 | 101110 |
Color Harmonies of #D43517
Complementary color
Monochromatic Colors of #D43517
Black with #D43517
Text Example
Text Example
White with #D43517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43517; }
p { color: rgb(212,53,23); }
H1.HeaderClassName
{
color: #D43517;
}
.AnyTagClassName
{
color: #D43517;
}
</style>
background-color css
<style>
a { background-color: #D43517; }
a { background-color: rgb(212,53,23); }
div.DivClassName
{
background-color: #D43517;
}
.BgClassName
{
background-color: #D43517;
}
</style>
border-color css
<style>
span { border-color: #D43517; }
span { border-color: rgb(212,53,23); }
td.TdClassName
{
border-color: #D43517;
}
.TagClassName
{
border-color: #D43517;
}
</style>