Html Css Color HEX #D9321D Harley Davidson Orange
📋 copy color: '#D9321D'red 217 ◦ green 50 ◦ blue 29
Shades of Harley Davidson Orange #D9321D
Tints of Harley Davidson Orange #D9321D
RGB
CMYK
RGB Variations
Color information
#D9321D (or 0xD9321D) is known color: Harley Davidson Orange. HEX triplet: D9, 32 and 1D. RGB value is (217,50,29). Sum of RGB (Red+Green+Blue) = 217+50+29=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D9321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9321D is #26CDE2. Grayscale: #616161. Windows color (decimal): -2543075 or 1913561. OLE color: 1913561.
HSL color Cylindrical-coordinate representation of color #D9321D: hue angle of 6.7º 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 #D9321D is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 29 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.15 |
| HSL | 6.7º | 0.76% | 0.48% | - |
| HSV(B) | 6.7º | 0.87% | 0.85% | - |
| XYZ | 29.98 | 17.12 | 2.89 | - |
| YUV | 97.54 | 89.33 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 29 | 0 | 0.77 | 0.87 | 0.15 | 6.7 | 0.76 | 0.48 |
| Hex | D9 | 32 | 1D | 0 | 4D | 57 | F | 7 | 4C | 30 |
| Octal | 331 | 62 | 35 | 0 | 115 | 127 | 17 | 7 | 114 | 60 |
| Binary | 11011001 | 110010 | 11101 | 0 | 1001101 | 1010111 | 1111 | 111 | 1001100 | 110000 |
Color Harmonies of #D9321D
Complementary color
Monochromatic Colors of #D9321D
Black with #D9321D
Text Example
Text Example
White with #D9321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9321D; }
p { color: rgb(217,50,29); }
H1.HeaderClassName
{
color: #D9321D;
}
.AnyTagClassName
{
color: #D9321D;
}
</style>
background-color css
<style>
a { background-color: #D9321D; }
a { background-color: rgb(217,50,29); }
div.DivClassName
{
background-color: #D9321D;
}
.BgClassName
{
background-color: #D9321D;
}
</style>
border-color css
<style>
span { border-color: #D9321D; }
span { border-color: rgb(217,50,29); }
td.TdClassName
{
border-color: #D9321D;
}
.TagClassName
{
border-color: #D9321D;
}
</style>