Html Css Color HEX #D82005 Harley Davidson Orange
📋 copy color: '#D82005'red 216 ◦ green 32 ◦ blue 5
Shades of Harley Davidson Orange #D82005
Tints of Harley Davidson Orange #D82005
RGB
CMYK
RGB Variations
Color information
#D82005 (or 0xD82005) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 05. RGB value is (216,32,5). Sum of RGB (Red+Green+Blue) = 216+32+5=253 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.38% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 216 - color contains mainly: red. Hex color #D82005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82005 is #27DFFA. Grayscale: #545454. Windows color (decimal): -2613243 or 336088. OLE color: 336088.
HSL color Cylindrical-coordinate representation of color #D82005: hue angle of 7.68º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D82005 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.15 |
| HSL | 7.68º | 0.95% | 0.43% | - |
| HSV(B) | 7.68º | 0.98% | 0.85% | - |
| XYZ | 28.86 | 15.64 | 1.64 | - |
| YUV | 83.94 | 83.46 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 5 | 0 | 0.85 | 0.98 | 0.15 | 7.68 | 0.95 | 0.43 |
| Hex | D8 | 20 | 5 | 0 | 55 | 62 | F | 8 | 5F | 2B |
| Octal | 330 | 40 | 5 | 0 | 125 | 142 | 17 | 10 | 137 | 53 |
| Binary | 11011000 | 100000 | 101 | 0 | 1010101 | 1100010 | 1111 | 1000 | 1011111 | 101011 |
Color Harmonies of #D82005
Complementary color
Monochromatic Colors of #D82005
Black with #D82005
Text Example
Text Example
White with #D82005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82005; }
p { color: rgb(216,32,5); }
H1.HeaderClassName
{
color: #D82005;
}
.AnyTagClassName
{
color: #D82005;
}
</style>
background-color css
<style>
a { background-color: #D82005; }
a { background-color: rgb(216,32,5); }
div.DivClassName
{
background-color: #D82005;
}
.BgClassName
{
background-color: #D82005;
}
</style>
border-color css
<style>
span { border-color: #D82005; }
span { border-color: rgb(216,32,5); }
td.TdClassName
{
border-color: #D82005;
}
.TagClassName
{
border-color: #D82005;
}
</style>