Html Css Color HEX #D0401E Harley Davidson Orange
📋 copy color: '#D0401E'red 208 ◦ green 64 ◦ blue 30
Shades of Harley Davidson Orange #D0401E
Tints of Harley Davidson Orange #D0401E
RGB
CMYK
RGB Variations
Color information
#D0401E (or 0xD0401E) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 1E. RGB value is (208,64,30). Sum of RGB (Red+Green+Blue) = 208+64+30=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0401E is #2FBFE1. Grayscale: #676767. Windows color (decimal): -3129314 or 1982672. OLE color: 1982672.
HSL color Cylindrical-coordinate representation of color #D0401E: hue angle of 11.46º 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 #D0401E is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 30 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.18 |
| HSL | 11.46º | 0.75% | 0.47% | - |
| HSV(B) | 11.46º | 0.86% | 0.82% | - |
| XYZ | 28.08 | 17.17 | 3.06 | - |
| YUV | 103.18 | 86.71 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 30 | 0 | 0.69 | 0.86 | 0.18 | 11.46 | 0.75 | 0.47 |
| Hex | D0 | 40 | 1E | 0 | 45 | 56 | 12 | B | 4B | 2F |
| Octal | 320 | 100 | 36 | 0 | 105 | 126 | 22 | 13 | 113 | 57 |
| Binary | 11010000 | 1000000 | 11110 | 0 | 1000101 | 1010110 | 10010 | 1011 | 1001011 | 101111 |
Color Harmonies of #D0401E
Complementary color
Monochromatic Colors of #D0401E
Black with #D0401E
Text Example
Text Example
White with #D0401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0401E; }
p { color: rgb(208,64,30); }
H1.HeaderClassName
{
color: #D0401E;
}
.AnyTagClassName
{
color: #D0401E;
}
</style>
background-color css
<style>
a { background-color: #D0401E; }
a { background-color: rgb(208,64,30); }
div.DivClassName
{
background-color: #D0401E;
}
.BgClassName
{
background-color: #D0401E;
}
</style>
border-color css
<style>
span { border-color: #D0401E; }
span { border-color: rgb(208,64,30); }
td.TdClassName
{
border-color: #D0401E;
}
.TagClassName
{
border-color: #D0401E;
}
</style>