Html Css Color HEX #D8321D Harley Davidson Orange
📋 copy color: '#D8321D'red 216 ◦ green 50 ◦ blue 29
Shades of Harley Davidson Orange #D8321D
Tints of Harley Davidson Orange #D8321D
RGB
CMYK
RGB Variations
Color information
#D8321D (or 0xD8321D) is known color: Harley Davidson Orange. HEX triplet: D8, 32 and 1D. RGB value is (216,50,29). Sum of RGB (Red+Green+Blue) = 216+50+29=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8321D is #27CDE2. Grayscale: #616161. Windows color (decimal): -2608611 or 1913560. OLE color: 1913560.
HSL color Cylindrical-coordinate representation of color #D8321D: hue angle of 6.74º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8321D is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 29 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.15 |
| HSL | 6.74º | 0.76% | 0.48% | - |
| HSV(B) | 6.74º | 0.87% | 0.85% | - |
| XYZ | 29.68 | 16.97 | 2.87 | - |
| YUV | 97.24 | 89.5 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 29 | 0 | 0.77 | 0.87 | 0.15 | 6.74 | 0.76 | 0.48 |
| Hex | D8 | 32 | 1D | 0 | 4D | 57 | F | 7 | 4C | 30 |
| Octal | 330 | 62 | 35 | 0 | 115 | 127 | 17 | 7 | 114 | 60 |
| Binary | 11011000 | 110010 | 11101 | 0 | 1001101 | 1010111 | 1111 | 111 | 1001100 | 110000 |
Color Harmonies of #D8321D
Complementary color
Monochromatic Colors of #D8321D
Black with #D8321D
Text Example
Text Example
White with #D8321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8321D; }
p { color: rgb(216,50,29); }
H1.HeaderClassName
{
color: #D8321D;
}
.AnyTagClassName
{
color: #D8321D;
}
</style>
background-color css
<style>
a { background-color: #D8321D; }
a { background-color: rgb(216,50,29); }
div.DivClassName
{
background-color: #D8321D;
}
.BgClassName
{
background-color: #D8321D;
}
</style>
border-color css
<style>
span { border-color: #D8321D; }
span { border-color: rgb(216,50,29); }
td.TdClassName
{
border-color: #D8321D;
}
.TagClassName
{
border-color: #D8321D;
}
</style>