Html Css Color HEX #D1401E Harley Davidson Orange
📋 copy color: '#D1401E'red 209 ◦ green 64 ◦ blue 30
Shades of Harley Davidson Orange #D1401E
Tints of Harley Davidson Orange #D1401E
RGB
CMYK
RGB Variations
Color information
#D1401E (or 0xD1401E) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 1E. RGB value is (209,64,30). Sum of RGB (Red+Green+Blue) = 209+64+30=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D1401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1401E is #2EBFE1. Grayscale: #676767. Windows color (decimal): -3063778 or 1982673. OLE color: 1982673.
HSL color Cylindrical-coordinate representation of color #D1401E: hue angle of 11.4º degrees, saturation: 0.75, 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 #D1401E is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 30 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.18 |
| HSL | 11.4º | 0.75% | 0.47% | - |
| HSV(B) | 11.4º | 0.86% | 0.82% | - |
| XYZ | 28.36 | 17.32 | 3.08 | - |
| YUV | 103.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 30 | 0 | 0.69 | 0.86 | 0.18 | 11.4 | 0.75 | 0.47 |
| Hex | D1 | 40 | 1E | 0 | 45 | 56 | 12 | B | 4B | 2F |
| Octal | 321 | 100 | 36 | 0 | 105 | 126 | 22 | 13 | 113 | 57 |
| Binary | 11010001 | 1000000 | 11110 | 0 | 1000101 | 1010110 | 10010 | 1011 | 1001011 | 101111 |
Color Harmonies of #D1401E
Complementary color
Monochromatic Colors of #D1401E
Black with #D1401E
Text Example
Text Example
White with #D1401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1401E; }
p { color: rgb(209,64,30); }
H1.HeaderClassName
{
color: #D1401E;
}
.AnyTagClassName
{
color: #D1401E;
}
</style>
background-color css
<style>
a { background-color: #D1401E; }
a { background-color: rgb(209,64,30); }
div.DivClassName
{
background-color: #D1401E;
}
.BgClassName
{
background-color: #D1401E;
}
</style>
border-color css
<style>
span { border-color: #D1401E; }
span { border-color: rgb(209,64,30); }
td.TdClassName
{
border-color: #D1401E;
}
.TagClassName
{
border-color: #D1401E;
}
</style>