Html Css Color HEX #D7360E Harley Davidson Orange
📋 copy color: '#D7360E'red 215 ◦ green 54 ◦ blue 14
Shades of Harley Davidson Orange #D7360E
Tints of Harley Davidson Orange #D7360E
RGB
CMYK
RGB Variations
Color information
#D7360E (or 0xD7360E) is known color: Harley Davidson Orange. HEX triplet: D7, 36 and 0E. RGB value is (215,54,14). Sum of RGB (Red+Green+Blue) = 215+54+14=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D7360E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7360E is #28C9F1. Grayscale: #616161. Windows color (decimal): -2673138 or 931543. OLE color: 931543.
HSL color Cylindrical-coordinate representation of color #D7360E: hue angle of 11.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7360E is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 14 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.16 |
| HSL | 11.94º | 0.88% | 0.45% | - |
| HSV(B) | 11.94º | 0.93% | 0.84% | - |
| XYZ | 29.42 | 17.12 | 2.17 | - |
| YUV | 97.58 | 80.84 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 14 | 0 | 0.75 | 0.93 | 0.16 | 11.94 | 0.88 | 0.45 |
| Hex | D7 | 36 | E | 0 | 4B | 5D | 10 | C | 58 | 2D |
| Octal | 327 | 66 | 16 | 0 | 113 | 135 | 20 | 14 | 130 | 55 |
| Binary | 11010111 | 110110 | 1110 | 0 | 1001011 | 1011101 | 10000 | 1100 | 1011000 | 101101 |
Color Harmonies of #D7360E
Complementary color
Monochromatic Colors of #D7360E
Black with #D7360E
Text Example
Text Example
White with #D7360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7360E; }
p { color: rgb(215,54,14); }
H1.HeaderClassName
{
color: #D7360E;
}
.AnyTagClassName
{
color: #D7360E;
}
</style>
background-color css
<style>
a { background-color: #D7360E; }
a { background-color: rgb(215,54,14); }
div.DivClassName
{
background-color: #D7360E;
}
.BgClassName
{
background-color: #D7360E;
}
</style>
border-color css
<style>
span { border-color: #D7360E; }
span { border-color: rgb(215,54,14); }
td.TdClassName
{
border-color: #D7360E;
}
.TagClassName
{
border-color: #D7360E;
}
</style>