Html Css Color HEX #D82500 Harley Davidson Orange
📋 copy color: '#D82500'red 216 ◦ green 37 ◦ blue 0
Shades of Harley Davidson Orange #D82500
Tints of Harley Davidson Orange #D82500
RGB
CMYK
RGB Variations
Color information
#D82500 (or 0xD82500) is known color: Harley Davidson Orange. HEX triplet: D8, 25 and 00. RGB value is (216,37,0). Sum of RGB (Red+Green+Blue) = 216+37+0=253 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.38% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 216 - color contains mainly: red. Hex color #D82500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82500 is #27DAFF. Grayscale: #565656. Windows color (decimal): -2611968 or 9688. OLE color: 9688.
HSL color Cylindrical-coordinate representation of color #D82500: hue angle of 10.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D82500 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.15 |
| HSL | 10.28º | 1% | 0.42% | - |
| HSV(B) | 10.28º | 1% | 0.85% | - |
| XYZ | 28.98 | 15.92 | 1.55 | - |
| YUV | 86.3 | 79.3 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 0 | 0 | 0.83 | 1 | 0.15 | 10.28 | 1 | 0.42 |
| Hex | D8 | 25 | 0 | 0 | 53 | 64 | F | A | 64 | 2A |
| Octal | 330 | 45 | 0 | 0 | 123 | 144 | 17 | 12 | 144 | 52 |
| Binary | 11011000 | 100101 | 0 | 0 | 1010011 | 1100100 | 1111 | 1010 | 1100100 | 101010 |
Color Harmonies of #D82500
Complementary color
Monochromatic Colors of #D82500
Black with #D82500
Text Example
Text Example
White with #D82500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82500; }
p { color: rgb(216,37,0); }
H1.HeaderClassName
{
color: #D82500;
}
.AnyTagClassName
{
color: #D82500;
}
</style>
background-color css
<style>
a { background-color: #D82500; }
a { background-color: rgb(216,37,0); }
div.DivClassName
{
background-color: #D82500;
}
.BgClassName
{
background-color: #D82500;
}
</style>
border-color css
<style>
span { border-color: #D82500; }
span { border-color: rgb(216,37,0); }
td.TdClassName
{
border-color: #D82500;
}
.TagClassName
{
border-color: #D82500;
}
</style>