Html Css Color HEX #D8281D Harley Davidson Orange
📋 copy color: '#D8281D'red 216 ◦ green 40 ◦ blue 29
Shades of Harley Davidson Orange #D8281D
Tints of Harley Davidson Orange #D8281D
RGB
CMYK
RGB Variations
Color information
#D8281D (or 0xD8281D) is known color: Harley Davidson Orange. HEX triplet: D8, 28 and 1D. RGB value is (216,40,29). Sum of RGB (Red+Green+Blue) = 216+40+29=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D8281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8281D is #27D7E2. Grayscale: #5B5B5B. Windows color (decimal): -2611171 or 1911000. OLE color: 1911000.
HSL color Cylindrical-coordinate representation of color #D8281D: hue angle of 3.53º 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 #D8281D is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 29 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.15 |
| HSL | 3.53º | 0.76% | 0.48% | - |
| HSV(B) | 3.53º | 0.87% | 0.85% | - |
| XYZ | 29.3 | 16.21 | 2.75 | - |
| YUV | 91.37 | 92.81 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 29 | 0 | 0.81 | 0.87 | 0.15 | 3.53 | 0.76 | 0.48 |
| Hex | D8 | 28 | 1D | 0 | 51 | 57 | F | 4 | 4C | 30 |
| Octal | 330 | 50 | 35 | 0 | 121 | 127 | 17 | 4 | 114 | 60 |
| Binary | 11011000 | 101000 | 11101 | 0 | 1010001 | 1010111 | 1111 | 100 | 1001100 | 110000 |
Color Harmonies of #D8281D
Complementary color
Monochromatic Colors of #D8281D
Black with #D8281D
Text Example
Text Example
White with #D8281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8281D; }
p { color: rgb(216,40,29); }
H1.HeaderClassName
{
color: #D8281D;
}
.AnyTagClassName
{
color: #D8281D;
}
</style>
background-color css
<style>
a { background-color: #D8281D; }
a { background-color: rgb(216,40,29); }
div.DivClassName
{
background-color: #D8281D;
}
.BgClassName
{
background-color: #D8281D;
}
</style>
border-color css
<style>
span { border-color: #D8281D; }
span { border-color: rgb(216,40,29); }
td.TdClassName
{
border-color: #D8281D;
}
.TagClassName
{
border-color: #D8281D;
}
</style>