Html Css Color HEX #D0471D Harley Davidson Orange
📋 copy color: '#D0471D'red 208 ◦ green 71 ◦ blue 29
Shades of Harley Davidson Orange #D0471D
Tints of Harley Davidson Orange #D0471D
RGB
CMYK
RGB Variations
Color information
#D0471D (or 0xD0471D) is known color: Harley Davidson Orange. HEX triplet: D0, 47 and 1D. RGB value is (208,71,29). Sum of RGB (Red+Green+Blue) = 208+71+29=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0471D is #2FB8E2. Grayscale: #6B6B6B. Windows color (decimal): -3127523 or 1918928. OLE color: 1918928.
HSL color Cylindrical-coordinate representation of color #D0471D: hue angle of 14.08º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0471D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 29 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.18 |
| HSL | 14.08º | 0.76% | 0.46% | - |
| HSV(B) | 14.08º | 0.86% | 0.82% | - |
| XYZ | 28.49 | 18.01 | 3.14 | - |
| YUV | 107.18 | 83.89 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 29 | 0 | 0.66 | 0.86 | 0.18 | 14.08 | 0.76 | 0.46 |
| Hex | D0 | 47 | 1D | 0 | 42 | 56 | 12 | E | 4C | 2E |
| Octal | 320 | 107 | 35 | 0 | 102 | 126 | 22 | 16 | 114 | 56 |
| Binary | 11010000 | 1000111 | 11101 | 0 | 1000010 | 1010110 | 10010 | 1110 | 1001100 | 101110 |
Color Harmonies of #D0471D
Complementary color
Monochromatic Colors of #D0471D
Black with #D0471D
Text Example
Text Example
White with #D0471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0471D; }
p { color: rgb(208,71,29); }
H1.HeaderClassName
{
color: #D0471D;
}
.AnyTagClassName
{
color: #D0471D;
}
</style>
background-color css
<style>
a { background-color: #D0471D; }
a { background-color: rgb(208,71,29); }
div.DivClassName
{
background-color: #D0471D;
}
.BgClassName
{
background-color: #D0471D;
}
</style>
border-color css
<style>
span { border-color: #D0471D; }
span { border-color: rgb(208,71,29); }
td.TdClassName
{
border-color: #D0471D;
}
.TagClassName
{
border-color: #D0471D;
}
</style>