Html Css Color HEX #D82C02 Harley Davidson Orange
📋 copy color: '#D82C02'red 216 ◦ green 44 ◦ blue 2
Shades of Harley Davidson Orange #D82C02
Tints of Harley Davidson Orange #D82C02
RGB
CMYK
RGB Variations
Color information
#D82C02 (or 0xD82C02) is known color: Harley Davidson Orange. HEX triplet: D8, 2C and 02. RGB value is (216,44,2). Sum of RGB (Red+Green+Blue) = 216+44+2=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82C02 is #27D3FD. Grayscale: #5A5A5A. Windows color (decimal): -2610174 or 142552. OLE color: 142552.
HSL color Cylindrical-coordinate representation of color #D82C02: hue angle of 11.78º 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 #D82C02 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.15 |
| HSL | 11.78º | 0.98% | 0.43% | - |
| HSV(B) | 11.78º | 0.99% | 0.85% | - |
| XYZ | 29.23 | 16.4 | 1.68 | - |
| YUV | 90.64 | 77.98 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 2 | 0 | 0.80 | 0.99 | 0.15 | 11.78 | 0.98 | 0.43 |
| Hex | D8 | 2C | 2 | 0 | 50 | 63 | F | C | 62 | 2B |
| Octal | 330 | 54 | 2 | 0 | 120 | 143 | 17 | 14 | 142 | 53 |
| Binary | 11011000 | 101100 | 10 | 0 | 1010000 | 1100011 | 1111 | 1100 | 1100010 | 101011 |
Color Harmonies of #D82C02
Complementary color
Monochromatic Colors of #D82C02
Black with #D82C02
Text Example
Text Example
White with #D82C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C02; }
p { color: rgb(216,44,2); }
H1.HeaderClassName
{
color: #D82C02;
}
.AnyTagClassName
{
color: #D82C02;
}
</style>
background-color css
<style>
a { background-color: #D82C02; }
a { background-color: rgb(216,44,2); }
div.DivClassName
{
background-color: #D82C02;
}
.BgClassName
{
background-color: #D82C02;
}
</style>
border-color css
<style>
span { border-color: #D82C02; }
span { border-color: rgb(216,44,2); }
td.TdClassName
{
border-color: #D82C02;
}
.TagClassName
{
border-color: #D82C02;
}
</style>