Html Css Color HEX #D82D15 Harley Davidson Orange
📋 copy color: '#D82D15'red 216 ◦ green 45 ◦ blue 21
Shades of Harley Davidson Orange #D82D15
Tints of Harley Davidson Orange #D82D15
RGB
CMYK
RGB Variations
Color information
#D82D15 (or 0xD82D15) is known color: Harley Davidson Orange. HEX triplet: D8, 2D and 15. RGB value is (216,45,21). Sum of RGB (Red+Green+Blue) = 216+45+21=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82D15 is #27D2EA. Grayscale: #5D5D5D. Windows color (decimal): -2609899 or 1387992. OLE color: 1387992.
HSL color Cylindrical-coordinate representation of color #D82D15: hue angle of 7.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D82D15 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 21 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.15 |
| HSL | 7.38º | 0.82% | 0.46% | - |
| HSV(B) | 7.38º | 0.9% | 0.85% | - |
| XYZ | 29.39 | 16.53 | 2.35 | - |
| YUV | 93.39 | 87.15 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 21 | 0 | 0.79 | 0.90 | 0.15 | 7.38 | 0.82 | 0.46 |
| Hex | D8 | 2D | 15 | 0 | 4F | 5A | F | 7 | 52 | 2E |
| Octal | 330 | 55 | 25 | 0 | 117 | 132 | 17 | 7 | 122 | 56 |
| Binary | 11011000 | 101101 | 10101 | 0 | 1001111 | 1011010 | 1111 | 111 | 1010010 | 101110 |
Color Harmonies of #D82D15
Complementary color
Monochromatic Colors of #D82D15
Black with #D82D15
Text Example
Text Example
White with #D82D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D15; }
p { color: rgb(216,45,21); }
H1.HeaderClassName
{
color: #D82D15;
}
.AnyTagClassName
{
color: #D82D15;
}
</style>
background-color css
<style>
a { background-color: #D82D15; }
a { background-color: rgb(216,45,21); }
div.DivClassName
{
background-color: #D82D15;
}
.BgClassName
{
background-color: #D82D15;
}
</style>
border-color css
<style>
span { border-color: #D82D15; }
span { border-color: rgb(216,45,21); }
td.TdClassName
{
border-color: #D82D15;
}
.TagClassName
{
border-color: #D82D15;
}
</style>