Html Css Color HEX #D7471D Harley Davidson Orange
📋 copy color: '#D7471D'red 215 ◦ green 71 ◦ blue 29
Shades of Harley Davidson Orange #D7471D
Tints of Harley Davidson Orange #D7471D
RGB
CMYK
RGB Variations
Color information
#D7471D (or 0xD7471D) is known color: Harley Davidson Orange. HEX triplet: D7, 47 and 1D. RGB value is (215,71,29). Sum of RGB (Red+Green+Blue) = 215+71+29=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D7471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7471D is #28B8E2. Grayscale: #6D6D6D. Windows color (decimal): -2668771 or 1918935. OLE color: 1918935.
HSL color Cylindrical-coordinate representation of color #D7471D: hue angle of 13.55º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7471D is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 29 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.16 |
| HSL | 13.55º | 0.76% | 0.48% | - |
| HSV(B) | 13.55º | 0.87% | 0.84% | - |
| XYZ | 30.5 | 19.04 | 3.23 | - |
| YUV | 109.27 | 82.71 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 29 | 0 | 0.67 | 0.87 | 0.16 | 13.55 | 0.76 | 0.48 |
| Hex | D7 | 47 | 1D | 0 | 43 | 57 | 10 | E | 4C | 30 |
| Octal | 327 | 107 | 35 | 0 | 103 | 127 | 20 | 16 | 114 | 60 |
| Binary | 11010111 | 1000111 | 11101 | 0 | 1000011 | 1010111 | 10000 | 1110 | 1001100 | 110000 |
Color Harmonies of #D7471D
Complementary color
Monochromatic Colors of #D7471D
Black with #D7471D
Text Example
Text Example
White with #D7471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7471D; }
p { color: rgb(215,71,29); }
H1.HeaderClassName
{
color: #D7471D;
}
.AnyTagClassName
{
color: #D7471D;
}
</style>
background-color css
<style>
a { background-color: #D7471D; }
a { background-color: rgb(215,71,29); }
div.DivClassName
{
background-color: #D7471D;
}
.BgClassName
{
background-color: #D7471D;
}
</style>
border-color css
<style>
span { border-color: #D7471D; }
span { border-color: rgb(215,71,29); }
td.TdClassName
{
border-color: #D7471D;
}
.TagClassName
{
border-color: #D7471D;
}
</style>