Html Css Color HEX #D1291F Harley Davidson Orange
📋 copy color: '#D1291F'red 209 ◦ green 41 ◦ blue 31
Shades of Harley Davidson Orange #D1291F
Tints of Harley Davidson Orange #D1291F
RGB
CMYK
RGB Variations
Color information
#D1291F (or 0xD1291F) is known color: Harley Davidson Orange. HEX triplet: D1, 29 and 1F. RGB value is (209,41,31). Sum of RGB (Red+Green+Blue) = 209+41+31=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D1291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1291F is #2ED6E0. Grayscale: #5A5A5A. Windows color (decimal): -3069665 or 2042321. OLE color: 2042321.
HSL color Cylindrical-coordinate representation of color #D1291F: hue angle of 3.37º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1291F is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 31 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.18 |
| HSL | 3.37º | 0.74% | 0.47% | - |
| HSV(B) | 3.37º | 0.85% | 0.82% | - |
| XYZ | 27.33 | 15.24 | 2.8 | - |
| YUV | 90.09 | 94.66 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 31 | 0 | 0.80 | 0.85 | 0.18 | 3.37 | 0.74 | 0.47 |
| Hex | D1 | 29 | 1F | 0 | 50 | 55 | 12 | 3 | 4A | 2F |
| Octal | 321 | 51 | 37 | 0 | 120 | 125 | 22 | 3 | 112 | 57 |
| Binary | 11010001 | 101001 | 11111 | 0 | 1010000 | 1010101 | 10010 | 11 | 1001010 | 101111 |
Color Harmonies of #D1291F
Complementary color
Monochromatic Colors of #D1291F
Black with #D1291F
Text Example
Text Example
White with #D1291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1291F; }
p { color: rgb(209,41,31); }
H1.HeaderClassName
{
color: #D1291F;
}
.AnyTagClassName
{
color: #D1291F;
}
</style>
background-color css
<style>
a { background-color: #D1291F; }
a { background-color: rgb(209,41,31); }
div.DivClassName
{
background-color: #D1291F;
}
.BgClassName
{
background-color: #D1291F;
}
</style>
border-color css
<style>
span { border-color: #D1291F; }
span { border-color: rgb(209,41,31); }
td.TdClassName
{
border-color: #D1291F;
}
.TagClassName
{
border-color: #D1291F;
}
</style>