Html Css Color HEX #D9201D Harley Davidson Orange
📋 copy color: '#D9201D'red 217 ◦ green 32 ◦ blue 29
Shades of Harley Davidson Orange #D9201D
Tints of Harley Davidson Orange #D9201D
RGB
CMYK
RGB Variations
Color information
#D9201D (or 0xD9201D) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 1D. RGB value is (217,32,29). Sum of RGB (Red+Green+Blue) = 217+32+29=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D9201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9201D is #26DFE2. Grayscale: #575757. Windows color (decimal): -2547683 or 1908953. OLE color: 1908953.
HSL color Cylindrical-coordinate representation of color #D9201D: hue angle of 0.96º 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 #D9201D is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 29 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.15 |
| HSL | 0.96º | 0.76% | 0.48% | - |
| HSV(B) | 0.96º | 0.87% | 0.85% | - |
| XYZ | 29.35 | 15.87 | 2.68 | - |
| YUV | 86.97 | 95.29 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 29 | 0 | 0.85 | 0.87 | 0.15 | 0.96 | 0.76 | 0.48 |
| Hex | D9 | 20 | 1D | 0 | 55 | 57 | F | 1 | 4C | 30 |
| Octal | 331 | 40 | 35 | 0 | 125 | 127 | 17 | 1 | 114 | 60 |
| Binary | 11011001 | 100000 | 11101 | 0 | 1010101 | 1010111 | 1111 | 1 | 1001100 | 110000 |
Color Harmonies of #D9201D
Complementary color
Monochromatic Colors of #D9201D
Black with #D9201D
Text Example
Text Example
White with #D9201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9201D; }
p { color: rgb(217,32,29); }
H1.HeaderClassName
{
color: #D9201D;
}
.AnyTagClassName
{
color: #D9201D;
}
</style>
background-color css
<style>
a { background-color: #D9201D; }
a { background-color: rgb(217,32,29); }
div.DivClassName
{
background-color: #D9201D;
}
.BgClassName
{
background-color: #D9201D;
}
</style>
border-color css
<style>
span { border-color: #D9201D; }
span { border-color: rgb(217,32,29); }
td.TdClassName
{
border-color: #D9201D;
}
.TagClassName
{
border-color: #D9201D;
}
</style>