Html Css Color HEX #D8320D Harley Davidson Orange
📋 copy color: '#D8320D'red 216 ◦ green 50 ◦ blue 13
Shades of Harley Davidson Orange #D8320D
Tints of Harley Davidson Orange #D8320D
RGB
CMYK
RGB Variations
Color information
#D8320D (or 0xD8320D) is known color: Harley Davidson Orange. HEX triplet: D8, 32 and 0D. RGB value is (216,50,13). Sum of RGB (Red+Green+Blue) = 216+50+13=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D8320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8320D is #27CDF2. Grayscale: #5F5F5F. Windows color (decimal): -2608627 or 864984. OLE color: 864984.
HSL color Cylindrical-coordinate representation of color #D8320D: hue angle of 10.94º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8320D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 13 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.15 |
| HSL | 10.94º | 0.89% | 0.45% | - |
| HSV(B) | 10.94º | 0.94% | 0.85% | - |
| XYZ | 29.53 | 16.91 | 2.09 | - |
| YUV | 95.42 | 81.5 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 13 | 0 | 0.77 | 0.94 | 0.15 | 10.94 | 0.89 | 0.45 |
| Hex | D8 | 32 | D | 0 | 4D | 5E | F | B | 59 | 2D |
| Octal | 330 | 62 | 15 | 0 | 115 | 136 | 17 | 13 | 131 | 55 |
| Binary | 11011000 | 110010 | 1101 | 0 | 1001101 | 1011110 | 1111 | 1011 | 1011001 | 101101 |
Color Harmonies of #D8320D
Complementary color
Monochromatic Colors of #D8320D
Black with #D8320D
Text Example
Text Example
White with #D8320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8320D; }
p { color: rgb(216,50,13); }
H1.HeaderClassName
{
color: #D8320D;
}
.AnyTagClassName
{
color: #D8320D;
}
</style>
background-color css
<style>
a { background-color: #D8320D; }
a { background-color: rgb(216,50,13); }
div.DivClassName
{
background-color: #D8320D;
}
.BgClassName
{
background-color: #D8320D;
}
</style>
border-color css
<style>
span { border-color: #D8320D; }
span { border-color: rgb(216,50,13); }
td.TdClassName
{
border-color: #D8320D;
}
.TagClassName
{
border-color: #D8320D;
}
</style>