Html Css Color HEX #D5360F Harley Davidson Orange
📋 copy color: '#D5360F'red 213 ◦ green 54 ◦ blue 15
Shades of Harley Davidson Orange #D5360F
Tints of Harley Davidson Orange #D5360F
RGB
CMYK
RGB Variations
Color information
#D5360F (or 0xD5360F) is known color: Harley Davidson Orange. HEX triplet: D5, 36 and 0F. RGB value is (213,54,15). Sum of RGB (Red+Green+Blue) = 213+54+15=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D5360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5360F is #2AC9F0. Grayscale: #616161. Windows color (decimal): -2804209 or 997077. OLE color: 997077.
HSL color Cylindrical-coordinate representation of color #D5360F: hue angle of 11.82º degrees, saturation: 0.87, 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 #D5360F is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 15 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.16 |
| HSL | 11.82º | 0.87% | 0.45% | - |
| HSV(B) | 11.82º | 0.93% | 0.84% | - |
| XYZ | 28.85 | 16.82 | 2.18 | - |
| YUV | 97.1 | 81.68 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 15 | 0 | 0.75 | 0.93 | 0.16 | 11.82 | 0.87 | 0.45 |
| Hex | D5 | 36 | F | 0 | 4B | 5D | 10 | C | 57 | 2D |
| Octal | 325 | 66 | 17 | 0 | 113 | 135 | 20 | 14 | 127 | 55 |
| Binary | 11010101 | 110110 | 1111 | 0 | 1001011 | 1011101 | 10000 | 1100 | 1010111 | 101101 |
Color Harmonies of #D5360F
Complementary color
Monochromatic Colors of #D5360F
Black with #D5360F
Text Example
Text Example
White with #D5360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5360F; }
p { color: rgb(213,54,15); }
H1.HeaderClassName
{
color: #D5360F;
}
.AnyTagClassName
{
color: #D5360F;
}
</style>
background-color css
<style>
a { background-color: #D5360F; }
a { background-color: rgb(213,54,15); }
div.DivClassName
{
background-color: #D5360F;
}
.BgClassName
{
background-color: #D5360F;
}
</style>
border-color css
<style>
span { border-color: #D5360F; }
span { border-color: rgb(213,54,15); }
td.TdClassName
{
border-color: #D5360F;
}
.TagClassName
{
border-color: #D5360F;
}
</style>