Html Css Color HEX #D1311A Harley Davidson Orange
📋 copy color: '#D1311A'red 209 ◦ green 49 ◦ blue 26
Shades of Harley Davidson Orange #D1311A
Tints of Harley Davidson Orange #D1311A
RGB
CMYK
RGB Variations
Color information
#D1311A (or 0xD1311A) is known color: Harley Davidson Orange. HEX triplet: D1, 31 and 1A. RGB value is (209,49,26). Sum of RGB (Red+Green+Blue) = 209+49+26=284 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.59% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 209 - color contains mainly: red. Hex color #D1311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1311A is #2ECEE5. Grayscale: #5E5E5E. Windows color (decimal): -3067622 or 1716689. OLE color: 1716689.
HSL color Cylindrical-coordinate representation of color #D1311A: hue angle of 7.54º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1311A is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 26 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.18 |
| HSL | 7.54º | 0.78% | 0.46% | - |
| HSV(B) | 7.54º | 0.88% | 0.82% | - |
| XYZ | 27.58 | 15.83 | 2.58 | - |
| YUV | 94.22 | 89.51 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 26 | 0 | 0.77 | 0.88 | 0.18 | 7.54 | 0.78 | 0.46 |
| Hex | D1 | 31 | 1A | 0 | 4D | 58 | 12 | 8 | 4E | 2E |
| Octal | 321 | 61 | 32 | 0 | 115 | 130 | 22 | 10 | 116 | 56 |
| Binary | 11010001 | 110001 | 11010 | 0 | 1001101 | 1011000 | 10010 | 1000 | 1001110 | 101110 |
Color Harmonies of #D1311A
Complementary color
Monochromatic Colors of #D1311A
Black with #D1311A
Text Example
Text Example
White with #D1311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1311A; }
p { color: rgb(209,49,26); }
H1.HeaderClassName
{
color: #D1311A;
}
.AnyTagClassName
{
color: #D1311A;
}
</style>
background-color css
<style>
a { background-color: #D1311A; }
a { background-color: rgb(209,49,26); }
div.DivClassName
{
background-color: #D1311A;
}
.BgClassName
{
background-color: #D1311A;
}
</style>
border-color css
<style>
span { border-color: #D1311A; }
span { border-color: rgb(209,49,26); }
td.TdClassName
{
border-color: #D1311A;
}
.TagClassName
{
border-color: #D1311A;
}
</style>