Html Css Color HEX #D1311C Harley Davidson Orange
📋 copy color: '#D1311C'red 209 ◦ green 49 ◦ blue 28
Shades of Harley Davidson Orange #D1311C
Tints of Harley Davidson Orange #D1311C
RGB
CMYK
RGB Variations
Color information
#D1311C (or 0xD1311C) is known color: Harley Davidson Orange. HEX triplet: D1, 31 and 1C. RGB value is (209,49,28). Sum of RGB (Red+Green+Blue) = 209+49+28=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D1311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1311C is #2ECEE3. Grayscale: #5E5E5E. Windows color (decimal): -3067620 or 1847761. OLE color: 1847761.
HSL color Cylindrical-coordinate representation of color #D1311C: hue angle of 6.96º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1311C is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 28 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.18 |
| HSL | 6.96º | 0.76% | 0.46% | - |
| HSV(B) | 6.96º | 0.87% | 0.82% | - |
| XYZ | 27.6 | 15.84 | 2.7 | - |
| YUV | 94.45 | 90.51 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 28 | 0 | 0.77 | 0.87 | 0.18 | 6.96 | 0.76 | 0.46 |
| Hex | D1 | 31 | 1C | 0 | 4D | 57 | 12 | 7 | 4C | 2E |
| Octal | 321 | 61 | 34 | 0 | 115 | 127 | 22 | 7 | 114 | 56 |
| Binary | 11010001 | 110001 | 11100 | 0 | 1001101 | 1010111 | 10010 | 111 | 1001100 | 101110 |
Color Harmonies of #D1311C
Complementary color
Monochromatic Colors of #D1311C
Black with #D1311C
Text Example
Text Example
White with #D1311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1311C; }
p { color: rgb(209,49,28); }
H1.HeaderClassName
{
color: #D1311C;
}
.AnyTagClassName
{
color: #D1311C;
}
</style>
background-color css
<style>
a { background-color: #D1311C; }
a { background-color: rgb(209,49,28); }
div.DivClassName
{
background-color: #D1311C;
}
.BgClassName
{
background-color: #D1311C;
}
</style>
border-color css
<style>
span { border-color: #D1311C; }
span { border-color: rgb(209,49,28); }
td.TdClassName
{
border-color: #D1311C;
}
.TagClassName
{
border-color: #D1311C;
}
</style>