Html Css Color HEX #D5360C Harley Davidson Orange
📋 copy color: '#D5360C'red 213 ◦ green 54 ◦ blue 12
Shades of Harley Davidson Orange #D5360C
Tints of Harley Davidson Orange #D5360C
RGB
CMYK
RGB Variations
Color information
#D5360C (or 0xD5360C) is known color: Harley Davidson Orange. HEX triplet: D5, 36 and 0C. RGB value is (213,54,12). Sum of RGB (Red+Green+Blue) = 213+54+12=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D5360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5360C is #2AC9F3. Grayscale: #616161. Windows color (decimal): -2804212 or 800469. OLE color: 800469.
HSL color Cylindrical-coordinate representation of color #D5360C: hue angle of 12.54º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5360C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.16 |
| HSL | 12.54º | 0.89% | 0.44% | - |
| HSV(B) | 12.54º | 0.94% | 0.84% | - |
| XYZ | 28.83 | 16.81 | 2.07 | - |
| YUV | 96.75 | 80.18 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 12 | 0 | 0.75 | 0.94 | 0.16 | 12.54 | 0.89 | 0.44 |
| Hex | D5 | 36 | C | 0 | 4B | 5E | 10 | D | 59 | 2C |
| Octal | 325 | 66 | 14 | 0 | 113 | 136 | 20 | 15 | 131 | 54 |
| Binary | 11010101 | 110110 | 1100 | 0 | 1001011 | 1011110 | 10000 | 1101 | 1011001 | 101100 |
Color Harmonies of #D5360C
Complementary color
Monochromatic Colors of #D5360C
Black with #D5360C
Text Example
Text Example
White with #D5360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5360C; }
p { color: rgb(213,54,12); }
H1.HeaderClassName
{
color: #D5360C;
}
.AnyTagClassName
{
color: #D5360C;
}
</style>
background-color css
<style>
a { background-color: #D5360C; }
a { background-color: rgb(213,54,12); }
div.DivClassName
{
background-color: #D5360C;
}
.BgClassName
{
background-color: #D5360C;
}
</style>
border-color css
<style>
span { border-color: #D5360C; }
span { border-color: rgb(213,54,12); }
td.TdClassName
{
border-color: #D5360C;
}
.TagClassName
{
border-color: #D5360C;
}
</style>