Html Css Color HEX #D14311 Harley Davidson Orange
📋 copy color: '#D14311'red 209 ◦ green 67 ◦ blue 17
Shades of Harley Davidson Orange #D14311
Tints of Harley Davidson Orange #D14311
RGB
CMYK
RGB Variations
Color information
#D14311 (or 0xD14311) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 11. RGB value is (209,67,17). Sum of RGB (Red+Green+Blue) = 209+67+17=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D14311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14311 is #2EBCEE. Grayscale: #686868. Windows color (decimal): -3063023 or 1131473. OLE color: 1131473.
HSL color Cylindrical-coordinate representation of color #D14311: hue angle of 15.62º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D14311 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 17 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.18 |
| HSL | 15.63º | 0.85% | 0.44% | - |
| HSV(B) | 15.63º | 0.92% | 0.82% | - |
| XYZ | 28.4 | 17.61 | 2.43 | - |
| YUV | 103.76 | 79.04 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 17 | 0 | 0.68 | 0.92 | 0.18 | 15.63 | 0.85 | 0.44 |
| Hex | D1 | 43 | 11 | 0 | 44 | 5C | 12 | 10 | 55 | 2C |
| Octal | 321 | 103 | 21 | 0 | 104 | 134 | 22 | 20 | 125 | 54 |
| Binary | 11010001 | 1000011 | 10001 | 0 | 1000100 | 1011100 | 10010 | 10000 | 1010101 | 101100 |
Color Harmonies of #D14311
Complementary color
Monochromatic Colors of #D14311
Black with #D14311
Text Example
Text Example
White with #D14311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14311; }
p { color: rgb(209,67,17); }
H1.HeaderClassName
{
color: #D14311;
}
.AnyTagClassName
{
color: #D14311;
}
</style>
background-color css
<style>
a { background-color: #D14311; }
a { background-color: rgb(209,67,17); }
div.DivClassName
{
background-color: #D14311;
}
.BgClassName
{
background-color: #D14311;
}
</style>
border-color css
<style>
span { border-color: #D14311; }
span { border-color: rgb(209,67,17); }
td.TdClassName
{
border-color: #D14311;
}
.TagClassName
{
border-color: #D14311;
}
</style>