Html Css Color HEX #D73501 Harley Davidson Orange
📋 copy color: '#D73501'red 215 ◦ green 53 ◦ blue 1
Shades of Harley Davidson Orange #D73501
Tints of Harley Davidson Orange #D73501
RGB
CMYK
RGB Variations
Color information
#D73501 (or 0xD73501) is known color: Harley Davidson Orange. HEX triplet: D7, 35 and 01. RGB value is (215,53,1). Sum of RGB (Red+Green+Blue) = 215+53+1=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D73501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73501 is #28CAFE. Grayscale: #5F5F5F. Windows color (decimal): -2673407 or 79319. OLE color: 79319.
HSL color Cylindrical-coordinate representation of color #D73501: hue angle of 14.58º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D73501 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.16 |
| HSL | 14.58º | 0.99% | 0.42% | - |
| HSV(B) | 14.58º | 1% | 0.84% | - |
| XYZ | 29.3 | 17 | 1.76 | - |
| YUV | 95.51 | 74.67 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 1 | 0 | 0.75 | 1.00 | 0.16 | 14.58 | 0.99 | 0.42 |
| Hex | D7 | 35 | 1 | 0 | 4B | 64 | 10 | F | 63 | 2A |
| Octal | 327 | 65 | 1 | 0 | 113 | 144 | 20 | 17 | 143 | 52 |
| Binary | 11010111 | 110101 | 1 | 0 | 1001011 | 1100100 | 10000 | 1111 | 1100011 | 101010 |
Color Harmonies of #D73501
Complementary color
Monochromatic Colors of #D73501
Black with #D73501
Text Example
Text Example
White with #D73501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73501; }
p { color: rgb(215,53,1); }
H1.HeaderClassName
{
color: #D73501;
}
.AnyTagClassName
{
color: #D73501;
}
</style>
background-color css
<style>
a { background-color: #D73501; }
a { background-color: rgb(215,53,1); }
div.DivClassName
{
background-color: #D73501;
}
.BgClassName
{
background-color: #D73501;
}
</style>
border-color css
<style>
span { border-color: #D73501; }
span { border-color: rgb(215,53,1); }
td.TdClassName
{
border-color: #D73501;
}
.TagClassName
{
border-color: #D73501;
}
</style>