Html Css Color HEX #D14612 Harley Davidson Orange
📋 copy color: '#D14612'red 209 ◦ green 70 ◦ blue 18
Shades of Harley Davidson Orange #D14612
Tints of Harley Davidson Orange #D14612
RGB
CMYK
RGB Variations
Color information
#D14612 (or 0xD14612) is known color: Harley Davidson Orange. HEX triplet: D1, 46 and 12. RGB value is (209,70,18). Sum of RGB (Red+Green+Blue) = 209+70+18=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D14612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14612 is #2EB9ED. Grayscale: #696969. Windows color (decimal): -3062254 or 1197777. OLE color: 1197777.
HSL color Cylindrical-coordinate representation of color #D14612: hue angle of 16.34º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D14612 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 18 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.18 |
| HSL | 16.34º | 0.84% | 0.45% | - |
| HSV(B) | 16.34º | 0.91% | 0.82% | - |
| XYZ | 28.59 | 17.98 | 2.54 | - |
| YUV | 105.63 | 78.55 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 18 | 0 | 0.67 | 0.91 | 0.18 | 16.34 | 0.84 | 0.45 |
| Hex | D1 | 46 | 12 | 0 | 43 | 5B | 12 | 10 | 54 | 2D |
| Octal | 321 | 106 | 22 | 0 | 103 | 133 | 22 | 20 | 124 | 55 |
| Binary | 11010001 | 1000110 | 10010 | 0 | 1000011 | 1011011 | 10010 | 10000 | 1010100 | 101101 |
Color Harmonies of #D14612
Complementary color
Monochromatic Colors of #D14612
Black with #D14612
Text Example
Text Example
White with #D14612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14612; }
p { color: rgb(209,70,18); }
H1.HeaderClassName
{
color: #D14612;
}
.AnyTagClassName
{
color: #D14612;
}
</style>
background-color css
<style>
a { background-color: #D14612; }
a { background-color: rgb(209,70,18); }
div.DivClassName
{
background-color: #D14612;
}
.BgClassName
{
background-color: #D14612;
}
</style>
border-color css
<style>
span { border-color: #D14612; }
span { border-color: rgb(209,70,18); }
td.TdClassName
{
border-color: #D14612;
}
.TagClassName
{
border-color: #D14612;
}
</style>