Html Css Color HEX #D82115 Harley Davidson Orange
📋 copy color: '#D82115'red 216 ◦ green 33 ◦ blue 21
Shades of Harley Davidson Orange #D82115
Tints of Harley Davidson Orange #D82115
RGB
CMYK
RGB Variations
Color information
#D82115 (or 0xD82115) is known color: Harley Davidson Orange. HEX triplet: D8, 21 and 15. RGB value is (216,33,21). Sum of RGB (Red+Green+Blue) = 216+33+21=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D82115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82115 is #27DEEA. Grayscale: #565656. Windows color (decimal): -2612971 or 1384920. OLE color: 1384920.
HSL color Cylindrical-coordinate representation of color #D82115: hue angle of 3.69º 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 #D82115 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 21 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.15 |
| HSL | 3.69º | 0.82% | 0.46% | - |
| HSV(B) | 3.69º | 0.9% | 0.85% | - |
| XYZ | 29 | 15.74 | 2.22 | - |
| YUV | 86.35 | 91.13 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 21 | 0 | 0.85 | 0.90 | 0.15 | 3.69 | 0.82 | 0.46 |
| Hex | D8 | 21 | 15 | 0 | 55 | 5A | F | 4 | 52 | 2E |
| Octal | 330 | 41 | 25 | 0 | 125 | 132 | 17 | 4 | 122 | 56 |
| Binary | 11011000 | 100001 | 10101 | 0 | 1010101 | 1011010 | 1111 | 100 | 1010010 | 101110 |
Color Harmonies of #D82115
Complementary color
Monochromatic Colors of #D82115
Black with #D82115
Text Example
Text Example
White with #D82115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82115; }
p { color: rgb(216,33,21); }
H1.HeaderClassName
{
color: #D82115;
}
.AnyTagClassName
{
color: #D82115;
}
</style>
background-color css
<style>
a { background-color: #D82115; }
a { background-color: rgb(216,33,21); }
div.DivClassName
{
background-color: #D82115;
}
.BgClassName
{
background-color: #D82115;
}
</style>
border-color css
<style>
span { border-color: #D82115; }
span { border-color: rgb(216,33,21); }
td.TdClassName
{
border-color: #D82115;
}
.TagClassName
{
border-color: #D82115;
}
</style>