Html Css Color HEX #D82C03 Harley Davidson Orange
📋 copy color: '#D82C03'red 216 ◦ green 44 ◦ blue 3
Shades of Harley Davidson Orange #D82C03
Tints of Harley Davidson Orange #D82C03
RGB
CMYK
RGB Variations
Color information
#D82C03 (or 0xD82C03) is known color: Harley Davidson Orange. HEX triplet: D8, 2C and 03. RGB value is (216,44,3). Sum of RGB (Red+Green+Blue) = 216+44+3=263 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.13% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82C03 is #27D3FC. Grayscale: #5B5B5B. Windows color (decimal): -2610173 or 208088. OLE color: 208088.
HSL color Cylindrical-coordinate representation of color #D82C03: hue angle of 11.55º degrees, saturation: 0.97, 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 #D82C03 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.15 |
| HSL | 11.55º | 0.97% | 0.43% | - |
| HSV(B) | 11.55º | 0.99% | 0.85% | - |
| XYZ | 29.24 | 16.41 | 1.71 | - |
| YUV | 90.75 | 78.48 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 3 | 0 | 0.80 | 0.99 | 0.15 | 11.55 | 0.97 | 0.43 |
| Hex | D8 | 2C | 3 | 0 | 50 | 63 | F | C | 61 | 2B |
| Octal | 330 | 54 | 3 | 0 | 120 | 143 | 17 | 14 | 141 | 53 |
| Binary | 11011000 | 101100 | 11 | 0 | 1010000 | 1100011 | 1111 | 1100 | 1100001 | 101011 |
Color Harmonies of #D82C03
Complementary color
Monochromatic Colors of #D82C03
Black with #D82C03
Text Example
Text Example
White with #D82C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C03; }
p { color: rgb(216,44,3); }
H1.HeaderClassName
{
color: #D82C03;
}
.AnyTagClassName
{
color: #D82C03;
}
</style>
background-color css
<style>
a { background-color: #D82C03; }
a { background-color: rgb(216,44,3); }
div.DivClassName
{
background-color: #D82C03;
}
.BgClassName
{
background-color: #D82C03;
}
</style>
border-color css
<style>
span { border-color: #D82C03; }
span { border-color: rgb(216,44,3); }
td.TdClassName
{
border-color: #D82C03;
}
.TagClassName
{
border-color: #D82C03;
}
</style>