Html Css Color HEX #D14912 Harley Davidson Orange
📋 copy color: '#D14912'red 209 ◦ green 73 ◦ blue 18
Shades of Harley Davidson Orange #D14912
Tints of Harley Davidson Orange #D14912
RGB
CMYK
RGB Variations
Color information
#D14912 (or 0xD14912) is known color: Harley Davidson Orange. HEX triplet: D1, 49 and 12. RGB value is (209,73,18). Sum of RGB (Red+Green+Blue) = 209+73+18=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D14912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14912 is #2EB6ED. Grayscale: #6B6B6B. Windows color (decimal): -3061486 or 1198545. OLE color: 1198545.
HSL color Cylindrical-coordinate representation of color #D14912: hue angle of 17.28º 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 #D14912 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 18 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.18 |
| HSL | 17.28º | 0.84% | 0.45% | - |
| HSV(B) | 17.28º | 0.91% | 0.82% | - |
| XYZ | 28.79 | 18.36 | 2.6 | - |
| YUV | 107.39 | 77.56 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 18 | 0 | 0.65 | 0.91 | 0.18 | 17.28 | 0.84 | 0.45 |
| Hex | D1 | 49 | 12 | 0 | 41 | 5B | 12 | 11 | 54 | 2D |
| Octal | 321 | 111 | 22 | 0 | 101 | 133 | 22 | 21 | 124 | 55 |
| Binary | 11010001 | 1001001 | 10010 | 0 | 1000001 | 1011011 | 10010 | 10001 | 1010100 | 101101 |
Color Harmonies of #D14912
Complementary color
Monochromatic Colors of #D14912
Black with #D14912
Text Example
Text Example
White with #D14912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14912; }
p { color: rgb(209,73,18); }
H1.HeaderClassName
{
color: #D14912;
}
.AnyTagClassName
{
color: #D14912;
}
</style>
background-color css
<style>
a { background-color: #D14912; }
a { background-color: rgb(209,73,18); }
div.DivClassName
{
background-color: #D14912;
}
.BgClassName
{
background-color: #D14912;
}
</style>
border-color css
<style>
span { border-color: #D14912; }
span { border-color: rgb(209,73,18); }
td.TdClassName
{
border-color: #D14912;
}
.TagClassName
{
border-color: #D14912;
}
</style>