Html Css Color HEX #D82200 Harley Davidson Orange
📋 copy color: '#D82200'red 216 ◦ green 34 ◦ blue 0
Shades of Harley Davidson Orange #D82200
Tints of Harley Davidson Orange #D82200
RGB
CMYK
RGB Variations
Color information
#D82200 (or 0xD82200) is known color: Harley Davidson Orange. HEX triplet: D8, 22 and 00. RGB value is (216,34,0). Sum of RGB (Red+Green+Blue) = 216+34+0=250 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.4% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 216 - color contains mainly: red. Hex color #D82200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82200 is #27DDFF. Grayscale: #545454. Windows color (decimal): -2612736 or 8920. OLE color: 8920.
HSL color Cylindrical-coordinate representation of color #D82200: hue angle of 9.44º 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 #D82200 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.15 |
| HSL | 9.44º | 1% | 0.42% | - |
| HSV(B) | 9.44º | 1% | 0.85% | - |
| XYZ | 28.89 | 15.74 | 1.52 | - |
| YUV | 84.54 | 80.3 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 0 | 0 | 0.84 | 1 | 0.15 | 9.44 | 1 | 0.42 |
| Hex | D8 | 22 | 0 | 0 | 54 | 64 | F | 9 | 64 | 2A |
| Octal | 330 | 42 | 0 | 0 | 124 | 144 | 17 | 11 | 144 | 52 |
| Binary | 11011000 | 100010 | 0 | 0 | 1010100 | 1100100 | 1111 | 1001 | 1100100 | 101010 |
Color Harmonies of #D82200
Complementary color
Monochromatic Colors of #D82200
Black with #D82200
Text Example
Text Example
White with #D82200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82200; }
p { color: rgb(216,34,0); }
H1.HeaderClassName
{
color: #D82200;
}
.AnyTagClassName
{
color: #D82200;
}
</style>
background-color css
<style>
a { background-color: #D82200; }
a { background-color: rgb(216,34,0); }
div.DivClassName
{
background-color: #D82200;
}
.BgClassName
{
background-color: #D82200;
}
</style>
border-color css
<style>
span { border-color: #D82200; }
span { border-color: rgb(216,34,0); }
td.TdClassName
{
border-color: #D82200;
}
.TagClassName
{
border-color: #D82200;
}
</style>