Html Css Color HEX #D82002 Harley Davidson Orange
📋 copy color: '#D82002'red 216 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #D82002
Tints of Harley Davidson Orange #D82002
RGB
CMYK
RGB Variations
Color information
#D82002 (or 0xD82002) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 02. RGB value is (216,32,2). Sum of RGB (Red+Green+Blue) = 216+32+2=250 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.4% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 216 - color contains mainly: red. Hex color #D82002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82002 is #27DFFD. Grayscale: #535353. Windows color (decimal): -2613246 or 139480. OLE color: 139480.
HSL color Cylindrical-coordinate representation of color #D82002: hue angle of 8.41º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D82002 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.15 |
| HSL | 8.41º | 0.98% | 0.43% | - |
| HSV(B) | 8.41º | 0.99% | 0.85% | - |
| XYZ | 28.85 | 15.64 | 1.56 | - |
| YUV | 83.6 | 81.96 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 2 | 0 | 0.85 | 0.99 | 0.15 | 8.41 | 0.98 | 0.43 |
| Hex | D8 | 20 | 2 | 0 | 55 | 63 | F | 8 | 62 | 2B |
| Octal | 330 | 40 | 2 | 0 | 125 | 143 | 17 | 10 | 142 | 53 |
| Binary | 11011000 | 100000 | 10 | 0 | 1010101 | 1100011 | 1111 | 1000 | 1100010 | 101011 |
Color Harmonies of #D82002
Complementary color
Monochromatic Colors of #D82002
Black with #D82002
Text Example
Text Example
White with #D82002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82002; }
p { color: rgb(216,32,2); }
H1.HeaderClassName
{
color: #D82002;
}
.AnyTagClassName
{
color: #D82002;
}
</style>
background-color css
<style>
a { background-color: #D82002; }
a { background-color: rgb(216,32,2); }
div.DivClassName
{
background-color: #D82002;
}
.BgClassName
{
background-color: #D82002;
}
</style>
border-color css
<style>
span { border-color: #D82002; }
span { border-color: rgb(216,32,2); }
td.TdClassName
{
border-color: #D82002;
}
.TagClassName
{
border-color: #D82002;
}
</style>