Html Css Color HEX #D14512 Harley Davidson Orange
📋 copy color: '#D14512'red 209 ◦ green 69 ◦ blue 18
Shades of Harley Davidson Orange #D14512
Tints of Harley Davidson Orange #D14512
RGB
CMYK
RGB Variations
Color information
#D14512 (or 0xD14512) is known color: Harley Davidson Orange. HEX triplet: D1, 45 and 12. RGB value is (209,69,18). Sum of RGB (Red+Green+Blue) = 209+69+18=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D14512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14512 is #2EBAED. Grayscale: #696969. Windows color (decimal): -3062510 or 1197521. OLE color: 1197521.
HSL color Cylindrical-coordinate representation of color #D14512: hue angle of 16.02º 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 #D14512 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 18 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.18 |
| HSL | 16.02º | 0.84% | 0.45% | - |
| HSV(B) | 16.02º | 0.91% | 0.82% | - |
| XYZ | 28.53 | 17.86 | 2.51 | - |
| YUV | 105.05 | 78.88 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 18 | 0 | 0.67 | 0.91 | 0.18 | 16.02 | 0.84 | 0.45 |
| Hex | D1 | 45 | 12 | 0 | 43 | 5B | 12 | 10 | 54 | 2D |
| Octal | 321 | 105 | 22 | 0 | 103 | 133 | 22 | 20 | 124 | 55 |
| Binary | 11010001 | 1000101 | 10010 | 0 | 1000011 | 1011011 | 10010 | 10000 | 1010100 | 101101 |
Color Harmonies of #D14512
Complementary color
Monochromatic Colors of #D14512
Black with #D14512
Text Example
Text Example
White with #D14512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14512; }
p { color: rgb(209,69,18); }
H1.HeaderClassName
{
color: #D14512;
}
.AnyTagClassName
{
color: #D14512;
}
</style>
background-color css
<style>
a { background-color: #D14512; }
a { background-color: rgb(209,69,18); }
div.DivClassName
{
background-color: #D14512;
}
.BgClassName
{
background-color: #D14512;
}
</style>
border-color css
<style>
span { border-color: #D14512; }
span { border-color: rgb(209,69,18); }
td.TdClassName
{
border-color: #D14512;
}
.TagClassName
{
border-color: #D14512;
}
</style>