Html Css Color HEX #D8280D Harley Davidson Orange
📋 copy color: '#D8280D'red 216 ◦ green 40 ◦ blue 13
Shades of Harley Davidson Orange #D8280D
Tints of Harley Davidson Orange #D8280D
RGB
CMYK
RGB Variations
Color information
#D8280D (or 0xD8280D) is known color: Harley Davidson Orange. HEX triplet: D8, 28 and 0D. RGB value is (216,40,13). Sum of RGB (Red+Green+Blue) = 216+40+13=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D8280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8280D is #27D7F2. Grayscale: #595959. Windows color (decimal): -2611187 or 862424. OLE color: 862424.
HSL color Cylindrical-coordinate representation of color #D8280D: hue angle of 7.98º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8280D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 13 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.15 |
| HSL | 7.98º | 0.89% | 0.45% | - |
| HSV(B) | 7.98º | 0.94% | 0.85% | - |
| XYZ | 29.15 | 16.15 | 1.96 | - |
| YUV | 89.55 | 84.81 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 13 | 0 | 0.81 | 0.94 | 0.15 | 7.98 | 0.89 | 0.45 |
| Hex | D8 | 28 | D | 0 | 51 | 5E | F | 8 | 59 | 2D |
| Octal | 330 | 50 | 15 | 0 | 121 | 136 | 17 | 10 | 131 | 55 |
| Binary | 11011000 | 101000 | 1101 | 0 | 1010001 | 1011110 | 1111 | 1000 | 1011001 | 101101 |
Color Harmonies of #D8280D
Complementary color
Monochromatic Colors of #D8280D
Black with #D8280D
Text Example
Text Example
White with #D8280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8280D; }
p { color: rgb(216,40,13); }
H1.HeaderClassName
{
color: #D8280D;
}
.AnyTagClassName
{
color: #D8280D;
}
</style>
background-color css
<style>
a { background-color: #D8280D; }
a { background-color: rgb(216,40,13); }
div.DivClassName
{
background-color: #D8280D;
}
.BgClassName
{
background-color: #D8280D;
}
</style>
border-color css
<style>
span { border-color: #D8280D; }
span { border-color: rgb(216,40,13); }
td.TdClassName
{
border-color: #D8280D;
}
.TagClassName
{
border-color: #D8280D;
}
</style>