Html Css Color HEX #D1290E Harley Davidson Orange
📋 copy color: '#D1290E'red 209 ◦ green 41 ◦ blue 14
Shades of Harley Davidson Orange #D1290E
Tints of Harley Davidson Orange #D1290E
RGB
CMYK
RGB Variations
Color information
#D1290E (or 0xD1290E) is known color: Harley Davidson Orange. HEX triplet: D1, 29 and 0E. RGB value is (209,41,14). Sum of RGB (Red+Green+Blue) = 209+41+14=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D1290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1290E is #2ED6F1. Grayscale: #585858. Windows color (decimal): -3069682 or 928209. OLE color: 928209.
HSL color Cylindrical-coordinate representation of color #D1290E: hue angle of 8.31º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1290E is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 14 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.18 |
| HSL | 8.31º | 0.87% | 0.44% | - |
| HSV(B) | 8.31º | 0.93% | 0.82% | - |
| XYZ | 27.17 | 15.17 | 1.91 | - |
| YUV | 88.15 | 86.16 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 14 | 0 | 0.80 | 0.93 | 0.18 | 8.31 | 0.87 | 0.44 |
| Hex | D1 | 29 | E | 0 | 50 | 5D | 12 | 8 | 57 | 2C |
| Octal | 321 | 51 | 16 | 0 | 120 | 135 | 22 | 10 | 127 | 54 |
| Binary | 11010001 | 101001 | 1110 | 0 | 1010000 | 1011101 | 10010 | 1000 | 1010111 | 101100 |
Color Harmonies of #D1290E
Complementary color
Monochromatic Colors of #D1290E
Black with #D1290E
Text Example
Text Example
White with #D1290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1290E; }
p { color: rgb(209,41,14); }
H1.HeaderClassName
{
color: #D1290E;
}
.AnyTagClassName
{
color: #D1290E;
}
</style>
background-color css
<style>
a { background-color: #D1290E; }
a { background-color: rgb(209,41,14); }
div.DivClassName
{
background-color: #D1290E;
}
.BgClassName
{
background-color: #D1290E;
}
</style>
border-color css
<style>
span { border-color: #D1290E; }
span { border-color: rgb(209,41,14); }
td.TdClassName
{
border-color: #D1290E;
}
.TagClassName
{
border-color: #D1290E;
}
</style>