Html Css Color HEX #D8240D Harley Davidson Orange
📋 copy color: '#D8240D'red 216 ◦ green 36 ◦ blue 13
Shades of Harley Davidson Orange #D8240D
Tints of Harley Davidson Orange #D8240D
RGB
CMYK
RGB Variations
Color information
#D8240D (or 0xD8240D) is known color: Harley Davidson Orange. HEX triplet: D8, 24 and 0D. RGB value is (216,36,13). Sum of RGB (Red+Green+Blue) = 216+36+13=265 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.51% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 216 - color contains mainly: red. Hex color #D8240D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8240D is #27DBF2. Grayscale: #575757. Windows color (decimal): -2612211 or 861400. OLE color: 861400.
HSL color Cylindrical-coordinate representation of color #D8240D: hue angle of 6.8º 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 #D8240D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.15 |
| HSL | 6.8º | 0.89% | 0.45% | - |
| HSV(B) | 6.8º | 0.94% | 0.85% | - |
| XYZ | 29.02 | 15.89 | 1.92 | - |
| YUV | 87.2 | 86.13 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 13 | 0 | 0.83 | 0.94 | 0.15 | 6.8 | 0.89 | 0.45 |
| Hex | D8 | 24 | D | 0 | 53 | 5E | F | 7 | 59 | 2D |
| Octal | 330 | 44 | 15 | 0 | 123 | 136 | 17 | 7 | 131 | 55 |
| Binary | 11011000 | 100100 | 1101 | 0 | 1010011 | 1011110 | 1111 | 111 | 1011001 | 101101 |
Color Harmonies of #D8240D
Complementary color
Monochromatic Colors of #D8240D
Black with #D8240D
Text Example
Text Example
White with #D8240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8240D; }
p { color: rgb(216,36,13); }
H1.HeaderClassName
{
color: #D8240D;
}
.AnyTagClassName
{
color: #D8240D;
}
</style>
background-color css
<style>
a { background-color: #D8240D; }
a { background-color: rgb(216,36,13); }
div.DivClassName
{
background-color: #D8240D;
}
.BgClassName
{
background-color: #D8240D;
}
</style>
border-color css
<style>
span { border-color: #D8240D; }
span { border-color: rgb(216,36,13); }
td.TdClassName
{
border-color: #D8240D;
}
.TagClassName
{
border-color: #D8240D;
}
</style>