Html Css Color HEX #D8351D Harley Davidson Orange
📋 copy color: '#D8351D'red 216 ◦ green 53 ◦ blue 29
Shades of Harley Davidson Orange #D8351D
Tints of Harley Davidson Orange #D8351D
RGB
CMYK
RGB Variations
Color information
#D8351D (or 0xD8351D) is known color: Harley Davidson Orange. HEX triplet: D8, 35 and 1D. RGB value is (216,53,29). Sum of RGB (Red+Green+Blue) = 216+53+29=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D8351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8351D is #27CAE2. Grayscale: #636363. Windows color (decimal): -2607843 or 1914328. OLE color: 1914328.
HSL color Cylindrical-coordinate representation of color #D8351D: hue angle of 7.7º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8351D is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 29 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.15 |
| HSL | 7.7º | 0.76% | 0.48% | - |
| HSV(B) | 7.7º | 0.87% | 0.85% | - |
| XYZ | 29.81 | 17.23 | 2.92 | - |
| YUV | 99 | 88.5 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 29 | 0 | 0.75 | 0.87 | 0.15 | 7.7 | 0.76 | 0.48 |
| Hex | D8 | 35 | 1D | 0 | 4B | 57 | F | 8 | 4C | 30 |
| Octal | 330 | 65 | 35 | 0 | 113 | 127 | 17 | 10 | 114 | 60 |
| Binary | 11011000 | 110101 | 11101 | 0 | 1001011 | 1010111 | 1111 | 1000 | 1001100 | 110000 |
Color Harmonies of #D8351D
Complementary color
Monochromatic Colors of #D8351D
Black with #D8351D
Text Example
Text Example
White with #D8351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8351D; }
p { color: rgb(216,53,29); }
H1.HeaderClassName
{
color: #D8351D;
}
.AnyTagClassName
{
color: #D8351D;
}
</style>
background-color css
<style>
a { background-color: #D8351D; }
a { background-color: rgb(216,53,29); }
div.DivClassName
{
background-color: #D8351D;
}
.BgClassName
{
background-color: #D8351D;
}
</style>
border-color css
<style>
span { border-color: #D8351D; }
span { border-color: rgb(216,53,29); }
td.TdClassName
{
border-color: #D8351D;
}
.TagClassName
{
border-color: #D8351D;
}
</style>