Html Css Color HEX #D82014 Harley Davidson Orange
📋 copy color: '#D82014'red 216 ◦ green 32 ◦ blue 20
Shades of Harley Davidson Orange #D82014
Tints of Harley Davidson Orange #D82014
RGB
CMYK
RGB Variations
Color information
#D82014 (or 0xD82014) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 14. RGB value is (216,32,20). Sum of RGB (Red+Green+Blue) = 216+32+20=268 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.60% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 216 - color contains mainly: red. Hex color #D82014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82014 is #27DFEB. Grayscale: #555555. Windows color (decimal): -2613228 or 1319128. OLE color: 1319128.
HSL color Cylindrical-coordinate representation of color #D82014: hue angle of 3.67º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D82014 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 20 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.15 |
| HSL | 3.67º | 0.83% | 0.46% | - |
| HSV(B) | 3.67º | 0.91% | 0.85% | - |
| XYZ | 28.96 | 15.68 | 2.16 | - |
| YUV | 85.65 | 90.96 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 20 | 0 | 0.85 | 0.91 | 0.15 | 3.67 | 0.83 | 0.46 |
| Hex | D8 | 20 | 14 | 0 | 55 | 5B | F | 4 | 53 | 2E |
| Octal | 330 | 40 | 24 | 0 | 125 | 133 | 17 | 4 | 123 | 56 |
| Binary | 11011000 | 100000 | 10100 | 0 | 1010101 | 1011011 | 1111 | 100 | 1010011 | 101110 |
Color Harmonies of #D82014
Complementary color
Monochromatic Colors of #D82014
Black with #D82014
Text Example
Text Example
White with #D82014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82014; }
p { color: rgb(216,32,20); }
H1.HeaderClassName
{
color: #D82014;
}
.AnyTagClassName
{
color: #D82014;
}
</style>
background-color css
<style>
a { background-color: #D82014; }
a { background-color: rgb(216,32,20); }
div.DivClassName
{
background-color: #D82014;
}
.BgClassName
{
background-color: #D82014;
}
</style>
border-color css
<style>
span { border-color: #D82014; }
span { border-color: rgb(216,32,20); }
td.TdClassName
{
border-color: #D82014;
}
.TagClassName
{
border-color: #D82014;
}
</style>