Html Css Color HEX #D82501 Harley Davidson Orange
📋 copy color: '#D82501'red 216 ◦ green 37 ◦ blue 1
Shades of Harley Davidson Orange #D82501
Tints of Harley Davidson Orange #D82501
RGB
CMYK
RGB Variations
Color information
#D82501 (or 0xD82501) is known color: Harley Davidson Orange. HEX triplet: D8, 25 and 01. RGB value is (216,37,1). Sum of RGB (Red+Green+Blue) = 216+37+1=254 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.04% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 216 - color contains mainly: red. Hex color #D82501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82501 is #27DAFE. Grayscale: #565656. Windows color (decimal): -2611967 or 75224. OLE color: 75224.
HSL color Cylindrical-coordinate representation of color #D82501: hue angle of 10.05º 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 #D82501 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.15 |
| HSL | 10.05º | 0.99% | 0.43% | - |
| HSV(B) | 10.05º | 1% | 0.85% | - |
| XYZ | 28.99 | 15.92 | 1.57 | - |
| YUV | 86.42 | 79.8 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 1 | 0 | 0.83 | 1.00 | 0.15 | 10.05 | 0.99 | 0.43 |
| Hex | D8 | 25 | 1 | 0 | 53 | 64 | F | A | 63 | 2B |
| Octal | 330 | 45 | 1 | 0 | 123 | 144 | 17 | 12 | 143 | 53 |
| Binary | 11011000 | 100101 | 1 | 0 | 1010011 | 1100100 | 1111 | 1010 | 1100011 | 101011 |
Color Harmonies of #D82501
Complementary color
Monochromatic Colors of #D82501
Black with #D82501
Text Example
Text Example
White with #D82501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82501; }
p { color: rgb(216,37,1); }
H1.HeaderClassName
{
color: #D82501;
}
.AnyTagClassName
{
color: #D82501;
}
</style>
background-color css
<style>
a { background-color: #D82501; }
a { background-color: rgb(216,37,1); }
div.DivClassName
{
background-color: #D82501;
}
.BgClassName
{
background-color: #D82501;
}
</style>
border-color css
<style>
span { border-color: #D82501; }
span { border-color: rgb(216,37,1); }
td.TdClassName
{
border-color: #D82501;
}
.TagClassName
{
border-color: #D82501;
}
</style>