Html Css Color HEX #D1401D Harley Davidson Orange
📋 copy color: '#D1401D'red 209 ◦ green 64 ◦ blue 29
Shades of Harley Davidson Orange #D1401D
Tints of Harley Davidson Orange #D1401D
RGB
CMYK
RGB Variations
Color information
#D1401D (or 0xD1401D) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 1D. RGB value is (209,64,29). Sum of RGB (Red+Green+Blue) = 209+64+29=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D1401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1401D is #2EBFE2. Grayscale: #676767. Windows color (decimal): -3063779 or 1917137. OLE color: 1917137.
HSL color Cylindrical-coordinate representation of color #D1401D: hue angle of 11.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1401D is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 29 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.18 |
| HSL | 11.67º | 0.76% | 0.47% | - |
| HSV(B) | 11.67º | 0.86% | 0.82% | - |
| XYZ | 28.35 | 17.31 | 3.01 | - |
| YUV | 103.37 | 86.04 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 29 | 0 | 0.69 | 0.86 | 0.18 | 11.67 | 0.76 | 0.47 |
| Hex | D1 | 40 | 1D | 0 | 45 | 56 | 12 | C | 4C | 2F |
| Octal | 321 | 100 | 35 | 0 | 105 | 126 | 22 | 14 | 114 | 57 |
| Binary | 11010001 | 1000000 | 11101 | 0 | 1000101 | 1010110 | 10010 | 1100 | 1001100 | 101111 |
Color Harmonies of #D1401D
Complementary color
Monochromatic Colors of #D1401D
Black with #D1401D
Text Example
Text Example
White with #D1401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1401D; }
p { color: rgb(209,64,29); }
H1.HeaderClassName
{
color: #D1401D;
}
.AnyTagClassName
{
color: #D1401D;
}
</style>
background-color css
<style>
a { background-color: #D1401D; }
a { background-color: rgb(209,64,29); }
div.DivClassName
{
background-color: #D1401D;
}
.BgClassName
{
background-color: #D1401D;
}
</style>
border-color css
<style>
span { border-color: #D1401D; }
span { border-color: rgb(209,64,29); }
td.TdClassName
{
border-color: #D1401D;
}
.TagClassName
{
border-color: #D1401D;
}
</style>