Html Css Color HEX #D8370D Harley Davidson Orange
📋 copy color: '#D8370D'red 216 ◦ green 55 ◦ blue 13
Shades of Harley Davidson Orange #D8370D
Tints of Harley Davidson Orange #D8370D
RGB
CMYK
RGB Variations
Color information
#D8370D (or 0xD8370D) is known color: Harley Davidson Orange. HEX triplet: D8, 37 and 0D. RGB value is (216,55,13). Sum of RGB (Red+Green+Blue) = 216+55+13=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D8370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8370D is #27C8F2. Grayscale: #626262. Windows color (decimal): -2607347 or 866264. OLE color: 866264.
HSL color Cylindrical-coordinate representation of color #D8370D: hue angle of 12.41º 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 #D8370D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 55 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.15 |
| HSL | 12.41º | 0.89% | 0.45% | - |
| HSV(B) | 12.41º | 0.94% | 0.85% | - |
| XYZ | 29.76 | 17.36 | 2.16 | - |
| YUV | 98.35 | 79.84 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 55 | 13 | 0 | 0.75 | 0.94 | 0.15 | 12.41 | 0.89 | 0.45 |
| Hex | D8 | 37 | D | 0 | 4B | 5E | F | C | 59 | 2D |
| Octal | 330 | 67 | 15 | 0 | 113 | 136 | 17 | 14 | 131 | 55 |
| Binary | 11011000 | 110111 | 1101 | 0 | 1001011 | 1011110 | 1111 | 1100 | 1011001 | 101101 |
Color Harmonies of #D8370D
Complementary color
Monochromatic Colors of #D8370D
Black with #D8370D
Text Example
Text Example
White with #D8370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8370D; }
p { color: rgb(216,55,13); }
H1.HeaderClassName
{
color: #D8370D;
}
.AnyTagClassName
{
color: #D8370D;
}
</style>
background-color css
<style>
a { background-color: #D8370D; }
a { background-color: rgb(216,55,13); }
div.DivClassName
{
background-color: #D8370D;
}
.BgClassName
{
background-color: #D8370D;
}
</style>
border-color css
<style>
span { border-color: #D8370D; }
span { border-color: rgb(216,55,13); }
td.TdClassName
{
border-color: #D8370D;
}
.TagClassName
{
border-color: #D8370D;
}
</style>