Html Css Color HEX #D72501 Harley Davidson Orange
📋 copy color: '#D72501'red 215 ◦ green 37 ◦ blue 1
Shades of Harley Davidson Orange #D72501
Tints of Harley Davidson Orange #D72501
RGB
CMYK
RGB Variations
Color information
#D72501 (or 0xD72501) is known color: Harley Davidson Orange. HEX triplet: D7, 25 and 01. RGB value is (215,37,1). Sum of RGB (Red+Green+Blue) = 215+37+1=253 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.98% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 215 - color contains mainly: red. Hex color #D72501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72501 is #28DAFE. Grayscale: #565656. Windows color (decimal): -2677503 or 75223. OLE color: 75223.
HSL color Cylindrical-coordinate representation of color #D72501: hue angle of 10.09º 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 #D72501 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.16 |
| HSL | 10.09º | 0.99% | 0.42% | - |
| HSV(B) | 10.09º | 1% | 0.84% | - |
| XYZ | 28.69 | 15.77 | 1.56 | - |
| YUV | 86.12 | 79.97 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 1 | 0 | 0.83 | 1.00 | 0.16 | 10.09 | 0.99 | 0.42 |
| Hex | D7 | 25 | 1 | 0 | 53 | 64 | 10 | A | 63 | 2A |
| Octal | 327 | 45 | 1 | 0 | 123 | 144 | 20 | 12 | 143 | 52 |
| Binary | 11010111 | 100101 | 1 | 0 | 1010011 | 1100100 | 10000 | 1010 | 1100011 | 101010 |
Color Harmonies of #D72501
Complementary color
Monochromatic Colors of #D72501
Black with #D72501
Text Example
Text Example
White with #D72501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72501; }
p { color: rgb(215,37,1); }
H1.HeaderClassName
{
color: #D72501;
}
.AnyTagClassName
{
color: #D72501;
}
</style>
background-color css
<style>
a { background-color: #D72501; }
a { background-color: rgb(215,37,1); }
div.DivClassName
{
background-color: #D72501;
}
.BgClassName
{
background-color: #D72501;
}
</style>
border-color css
<style>
span { border-color: #D72501; }
span { border-color: rgb(215,37,1); }
td.TdClassName
{
border-color: #D72501;
}
.TagClassName
{
border-color: #D72501;
}
</style>