Html Css Color HEX #D4460C Harley Davidson Orange
📋 copy color: '#D4460C'red 212 ◦ green 70 ◦ blue 12
Shades of Harley Davidson Orange #D4460C
Tints of Harley Davidson Orange #D4460C
RGB
CMYK
RGB Variations
Color information
#D4460C (or 0xD4460C) is known color: Harley Davidson Orange. HEX triplet: D4, 46 and 0C. RGB value is (212,70,12). Sum of RGB (Red+Green+Blue) = 212+70+12=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D4460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4460C is #2BB9F3. Grayscale: #6A6A6A. Windows color (decimal): -2865652 or 804564. OLE color: 804564.
HSL color Cylindrical-coordinate representation of color #D4460C: hue angle of 17.4º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4460C is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 12 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.17 |
| HSL | 17.4º | 0.89% | 0.44% | - |
| HSV(B) | 17.4º | 0.94% | 0.83% | - |
| XYZ | 29.41 | 18.4 | 2.35 | - |
| YUV | 105.85 | 75.04 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 12 | 0 | 0.67 | 0.94 | 0.17 | 17.4 | 0.89 | 0.44 |
| Hex | D4 | 46 | C | 0 | 43 | 5E | 11 | 11 | 59 | 2C |
| Octal | 324 | 106 | 14 | 0 | 103 | 136 | 21 | 21 | 131 | 54 |
| Binary | 11010100 | 1000110 | 1100 | 0 | 1000011 | 1011110 | 10001 | 10001 | 1011001 | 101100 |
Color Harmonies of #D4460C
Complementary color
Monochromatic Colors of #D4460C
Black with #D4460C
Text Example
Text Example
White with #D4460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4460C; }
p { color: rgb(212,70,12); }
H1.HeaderClassName
{
color: #D4460C;
}
.AnyTagClassName
{
color: #D4460C;
}
</style>
background-color css
<style>
a { background-color: #D4460C; }
a { background-color: rgb(212,70,12); }
div.DivClassName
{
background-color: #D4460C;
}
.BgClassName
{
background-color: #D4460C;
}
</style>
border-color css
<style>
span { border-color: #D4460C; }
span { border-color: rgb(212,70,12); }
td.TdClassName
{
border-color: #D4460C;
}
.TagClassName
{
border-color: #D4460C;
}
</style>