Html Css Color HEX #D8471B Harley Davidson Orange
📋 copy color: '#D8471B'red 216 ◦ green 71 ◦ blue 27
Shades of Harley Davidson Orange #D8471B
Tints of Harley Davidson Orange #D8471B
RGB
CMYK
RGB Variations
Color information
#D8471B (or 0xD8471B) is known color: Harley Davidson Orange. HEX triplet: D8, 47 and 1B. RGB value is (216,71,27). Sum of RGB (Red+Green+Blue) = 216+71+27=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8471B is #27B8E4. Grayscale: #6D6D6D. Windows color (decimal): -2603237 or 1787864. OLE color: 1787864.
HSL color Cylindrical-coordinate representation of color #D8471B: hue angle of 13.97º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8471B is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 27 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.15 |
| HSL | 13.97º | 0.78% | 0.48% | - |
| HSV(B) | 13.97º | 0.88% | 0.85% | - |
| XYZ | 30.77 | 19.18 | 3.12 | - |
| YUV | 109.34 | 81.54 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 27 | 0 | 0.67 | 0.88 | 0.15 | 13.97 | 0.78 | 0.48 |
| Hex | D8 | 47 | 1B | 0 | 43 | 58 | F | E | 4E | 30 |
| Octal | 330 | 107 | 33 | 0 | 103 | 130 | 17 | 16 | 116 | 60 |
| Binary | 11011000 | 1000111 | 11011 | 0 | 1000011 | 1011000 | 1111 | 1110 | 1001110 | 110000 |
Color Harmonies of #D8471B
Complementary color
Monochromatic Colors of #D8471B
Black with #D8471B
Text Example
Text Example
White with #D8471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8471B; }
p { color: rgb(216,71,27); }
H1.HeaderClassName
{
color: #D8471B;
}
.AnyTagClassName
{
color: #D8471B;
}
</style>
background-color css
<style>
a { background-color: #D8471B; }
a { background-color: rgb(216,71,27); }
div.DivClassName
{
background-color: #D8471B;
}
.BgClassName
{
background-color: #D8471B;
}
</style>
border-color css
<style>
span { border-color: #D8471B; }
span { border-color: rgb(216,71,27); }
td.TdClassName
{
border-color: #D8471B;
}
.TagClassName
{
border-color: #D8471B;
}
</style>