Html Css Color HEX #D5460C Harley Davidson Orange
📋 copy color: '#D5460C'red 213 ◦ green 70 ◦ blue 12
Shades of Harley Davidson Orange #D5460C
Tints of Harley Davidson Orange #D5460C
RGB
CMYK
RGB Variations
Color information
#D5460C (or 0xD5460C) is known color: Harley Davidson Orange. HEX triplet: D5, 46 and 0C. RGB value is (213,70,12). Sum of RGB (Red+Green+Blue) = 213+70+12=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5460C is #2AB9F3. Grayscale: #6A6A6A. Windows color (decimal): -2800116 or 804565. OLE color: 804565.
HSL color Cylindrical-coordinate representation of color #D5460C: hue angle of 17.31º 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 #D5460C is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 12 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.16 |
| HSL | 17.31º | 0.89% | 0.44% | - |
| HSV(B) | 17.31º | 0.94% | 0.84% | - |
| XYZ | 29.7 | 18.55 | 2.36 | - |
| YUV | 106.15 | 74.88 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 12 | 0 | 0.67 | 0.94 | 0.16 | 17.31 | 0.89 | 0.44 |
| Hex | D5 | 46 | C | 0 | 43 | 5E | 10 | 11 | 59 | 2C |
| Octal | 325 | 106 | 14 | 0 | 103 | 136 | 20 | 21 | 131 | 54 |
| Binary | 11010101 | 1000110 | 1100 | 0 | 1000011 | 1011110 | 10000 | 10001 | 1011001 | 101100 |
Color Harmonies of #D5460C
Complementary color
Monochromatic Colors of #D5460C
Black with #D5460C
Text Example
Text Example
White with #D5460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5460C; }
p { color: rgb(213,70,12); }
H1.HeaderClassName
{
color: #D5460C;
}
.AnyTagClassName
{
color: #D5460C;
}
</style>
background-color css
<style>
a { background-color: #D5460C; }
a { background-color: rgb(213,70,12); }
div.DivClassName
{
background-color: #D5460C;
}
.BgClassName
{
background-color: #D5460C;
}
</style>
border-color css
<style>
span { border-color: #D5460C; }
span { border-color: rgb(213,70,12); }
td.TdClassName
{
border-color: #D5460C;
}
.TagClassName
{
border-color: #D5460C;
}
</style>