Html Css Color HEX #D4460D Harley Davidson Orange
📋 copy color: '#D4460D'red 212 ◦ green 70 ◦ blue 13
Shades of Harley Davidson Orange #D4460D
Tints of Harley Davidson Orange #D4460D
RGB
CMYK
RGB Variations
Color information
#D4460D (or 0xD4460D) is known color: Harley Davidson Orange. HEX triplet: D4, 46 and 0D. RGB value is (212,70,13). Sum of RGB (Red+Green+Blue) = 212+70+13=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D4460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4460D is #2BB9F2. Grayscale: #6A6A6A. Windows color (decimal): -2865651 or 870100. OLE color: 870100.
HSL color Cylindrical-coordinate representation of color #D4460D: hue angle of 17.19º degrees, saturation: 0.88, 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 #D4460D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.17 |
| HSL | 17.19º | 0.88% | 0.44% | - |
| HSV(B) | 17.19º | 0.94% | 0.83% | - |
| XYZ | 29.41 | 18.41 | 2.38 | - |
| YUV | 105.96 | 75.54 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 13 | 0 | 0.67 | 0.94 | 0.17 | 17.19 | 0.88 | 0.44 |
| Hex | D4 | 46 | D | 0 | 43 | 5E | 11 | 11 | 58 | 2C |
| Octal | 324 | 106 | 15 | 0 | 103 | 136 | 21 | 21 | 130 | 54 |
| Binary | 11010100 | 1000110 | 1101 | 0 | 1000011 | 1011110 | 10001 | 10001 | 1011000 | 101100 |
Color Harmonies of #D4460D
Complementary color
Monochromatic Colors of #D4460D
Black with #D4460D
Text Example
Text Example
White with #D4460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4460D; }
p { color: rgb(212,70,13); }
H1.HeaderClassName
{
color: #D4460D;
}
.AnyTagClassName
{
color: #D4460D;
}
</style>
background-color css
<style>
a { background-color: #D4460D; }
a { background-color: rgb(212,70,13); }
div.DivClassName
{
background-color: #D4460D;
}
.BgClassName
{
background-color: #D4460D;
}
</style>
border-color css
<style>
span { border-color: #D4460D; }
span { border-color: rgb(212,70,13); }
td.TdClassName
{
border-color: #D4460D;
}
.TagClassName
{
border-color: #D4460D;
}
</style>