Html Css Color HEX #D7360D Harley Davidson Orange
📋 copy color: '#D7360D'red 215 ◦ green 54 ◦ blue 13
Shades of Harley Davidson Orange #D7360D
Tints of Harley Davidson Orange #D7360D
RGB
CMYK
RGB Variations
Color information
#D7360D (or 0xD7360D) is known color: Harley Davidson Orange. HEX triplet: D7, 36 and 0D. RGB value is (215,54,13). Sum of RGB (Red+Green+Blue) = 215+54+13=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D7360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7360D is #28C9F2. Grayscale: #616161. Windows color (decimal): -2673139 or 866007. OLE color: 866007.
HSL color Cylindrical-coordinate representation of color #D7360D: hue angle of 12.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7360D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.16 |
| HSL | 12.18º | 0.89% | 0.45% | - |
| HSV(B) | 12.18º | 0.94% | 0.84% | - |
| XYZ | 29.42 | 17.11 | 2.13 | - |
| YUV | 97.47 | 80.34 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 13 | 0 | 0.75 | 0.94 | 0.16 | 12.18 | 0.89 | 0.45 |
| Hex | D7 | 36 | D | 0 | 4B | 5E | 10 | C | 59 | 2D |
| Octal | 327 | 66 | 15 | 0 | 113 | 136 | 20 | 14 | 131 | 55 |
| Binary | 11010111 | 110110 | 1101 | 0 | 1001011 | 1011110 | 10000 | 1100 | 1011001 | 101101 |
Color Harmonies of #D7360D
Complementary color
Monochromatic Colors of #D7360D
Black with #D7360D
Text Example
Text Example
White with #D7360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7360D; }
p { color: rgb(215,54,13); }
H1.HeaderClassName
{
color: #D7360D;
}
.AnyTagClassName
{
color: #D7360D;
}
</style>
background-color css
<style>
a { background-color: #D7360D; }
a { background-color: rgb(215,54,13); }
div.DivClassName
{
background-color: #D7360D;
}
.BgClassName
{
background-color: #D7360D;
}
</style>
border-color css
<style>
span { border-color: #D7360D; }
span { border-color: rgb(215,54,13); }
td.TdClassName
{
border-color: #D7360D;
}
.TagClassName
{
border-color: #D7360D;
}
</style>