Html Css Color HEX #D54517 Harley Davidson Orange
📋 copy color: '#D54517'red 213 ◦ green 69 ◦ blue 23
Shades of Harley Davidson Orange #D54517
Tints of Harley Davidson Orange #D54517
RGB
CMYK
RGB Variations
Color information
#D54517 (or 0xD54517) is known color: Harley Davidson Orange. HEX triplet: D5, 45 and 17. RGB value is (213,69,23). Sum of RGB (Red+Green+Blue) = 213+69+23=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D54517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54517 is #2ABAE8. Grayscale: #6B6B6B. Windows color (decimal): -2800361 or 1525205. OLE color: 1525205.
HSL color Cylindrical-coordinate representation of color #D54517: hue angle of 14.53º 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 #D54517 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 23 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.16 |
| HSL | 14.53º | 0.81% | 0.46% | - |
| HSV(B) | 14.53º | 0.89% | 0.84% | - |
| XYZ | 29.72 | 18.46 | 2.81 | - |
| YUV | 106.81 | 80.71 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 23 | 0 | 0.68 | 0.89 | 0.16 | 14.53 | 0.81 | 0.46 |
| Hex | D5 | 45 | 17 | 0 | 44 | 59 | 10 | F | 51 | 2E |
| Octal | 325 | 105 | 27 | 0 | 104 | 131 | 20 | 17 | 121 | 56 |
| Binary | 11010101 | 1000101 | 10111 | 0 | 1000100 | 1011001 | 10000 | 1111 | 1010001 | 101110 |
Color Harmonies of #D54517
Complementary color
Monochromatic Colors of #D54517
Black with #D54517
Text Example
Text Example
White with #D54517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54517; }
p { color: rgb(213,69,23); }
H1.HeaderClassName
{
color: #D54517;
}
.AnyTagClassName
{
color: #D54517;
}
</style>
background-color css
<style>
a { background-color: #D54517; }
a { background-color: rgb(213,69,23); }
div.DivClassName
{
background-color: #D54517;
}
.BgClassName
{
background-color: #D54517;
}
</style>
border-color css
<style>
span { border-color: #D54517; }
span { border-color: rgb(213,69,23); }
td.TdClassName
{
border-color: #D54517;
}
.TagClassName
{
border-color: #D54517;
}
</style>