Html Css Color HEX #D93501 Harley Davidson Orange
📋 copy color: '#D93501'red 217 ◦ green 53 ◦ blue 1
Shades of Harley Davidson Orange #D93501
Tints of Harley Davidson Orange #D93501
RGB
CMYK
RGB Variations
Color information
#D93501 (or 0xD93501) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 01. RGB value is (217,53,1). Sum of RGB (Red+Green+Blue) = 217+53+1=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D93501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93501 is #26CAFE. Grayscale: #606060. Windows color (decimal): -2542335 or 79321. OLE color: 79321.
HSL color Cylindrical-coordinate representation of color #D93501: hue angle of 14.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D93501 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.15 |
| HSL | 14.44º | 0.99% | 0.43% | - |
| HSV(B) | 14.44º | 1% | 0.85% | - |
| XYZ | 29.89 | 17.3 | 1.79 | - |
| YUV | 96.11 | 74.33 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 1 | 0 | 0.76 | 1.00 | 0.15 | 14.44 | 0.99 | 0.43 |
| Hex | D9 | 35 | 1 | 0 | 4C | 64 | F | E | 63 | 2B |
| Octal | 331 | 65 | 1 | 0 | 114 | 144 | 17 | 16 | 143 | 53 |
| Binary | 11011001 | 110101 | 1 | 0 | 1001100 | 1100100 | 1111 | 1110 | 1100011 | 101011 |
Color Harmonies of #D93501
Complementary color
Monochromatic Colors of #D93501
Black with #D93501
Text Example
Text Example
White with #D93501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93501; }
p { color: rgb(217,53,1); }
H1.HeaderClassName
{
color: #D93501;
}
.AnyTagClassName
{
color: #D93501;
}
</style>
background-color css
<style>
a { background-color: #D93501; }
a { background-color: rgb(217,53,1); }
div.DivClassName
{
background-color: #D93501;
}
.BgClassName
{
background-color: #D93501;
}
</style>
border-color css
<style>
span { border-color: #D93501; }
span { border-color: rgb(217,53,1); }
td.TdClassName
{
border-color: #D93501;
}
.TagClassName
{
border-color: #D93501;
}
</style>