Html Css Color HEX #D54017 Harley Davidson Orange
📋 copy color: '#D54017'red 213 ◦ green 64 ◦ blue 23
Shades of Harley Davidson Orange #D54017
Tints of Harley Davidson Orange #D54017
RGB
CMYK
RGB Variations
Color information
#D54017 (or 0xD54017) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 17. RGB value is (213,64,23). Sum of RGB (Red+Green+Blue) = 213+64+23=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D54017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54017 is #2ABFE8. Grayscale: #686868. Windows color (decimal): -2801641 or 1523925. OLE color: 1523925.
HSL color Cylindrical-coordinate representation of color #D54017: hue angle of 12.95º 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 #D54017 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 23 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.16 |
| HSL | 12.95º | 0.81% | 0.46% | - |
| HSV(B) | 12.95º | 0.89% | 0.84% | - |
| XYZ | 29.43 | 17.87 | 2.71 | - |
| YUV | 103.88 | 82.36 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 23 | 0 | 0.70 | 0.89 | 0.16 | 12.95 | 0.81 | 0.46 |
| Hex | D5 | 40 | 17 | 0 | 46 | 59 | 10 | D | 51 | 2E |
| Octal | 325 | 100 | 27 | 0 | 106 | 131 | 20 | 15 | 121 | 56 |
| Binary | 11010101 | 1000000 | 10111 | 0 | 1000110 | 1011001 | 10000 | 1101 | 1010001 | 101110 |
Color Harmonies of #D54017
Complementary color
Monochromatic Colors of #D54017
Black with #D54017
Text Example
Text Example
White with #D54017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54017; }
p { color: rgb(213,64,23); }
H1.HeaderClassName
{
color: #D54017;
}
.AnyTagClassName
{
color: #D54017;
}
</style>
background-color css
<style>
a { background-color: #D54017; }
a { background-color: rgb(213,64,23); }
div.DivClassName
{
background-color: #D54017;
}
.BgClassName
{
background-color: #D54017;
}
</style>
border-color css
<style>
span { border-color: #D54017; }
span { border-color: rgb(213,64,23); }
td.TdClassName
{
border-color: #D54017;
}
.TagClassName
{
border-color: #D54017;
}
</style>