Html Css Color HEX #D14513 Harley Davidson Orange
📋 copy color: '#D14513'red 209 ◦ green 69 ◦ blue 19
Shades of Harley Davidson Orange #D14513
Tints of Harley Davidson Orange #D14513
RGB
CMYK
RGB Variations
Color information
#D14513 (or 0xD14513) is known color: Harley Davidson Orange. HEX triplet: D1, 45 and 13. RGB value is (209,69,19). Sum of RGB (Red+Green+Blue) = 209+69+19=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D14513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14513 is #2EBAEC. Grayscale: #696969. Windows color (decimal): -3062509 or 1263057. OLE color: 1263057.
HSL color Cylindrical-coordinate representation of color #D14513: hue angle of 15.79º degrees, saturation: 0.83, 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 #D14513 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 19 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.18 |
| HSL | 15.79º | 0.83% | 0.45% | - |
| HSV(B) | 15.79º | 0.91% | 0.82% | - |
| XYZ | 28.54 | 17.86 | 2.56 | - |
| YUV | 105.16 | 79.38 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 19 | 0 | 0.67 | 0.91 | 0.18 | 15.79 | 0.83 | 0.45 |
| Hex | D1 | 45 | 13 | 0 | 43 | 5B | 12 | 10 | 53 | 2D |
| Octal | 321 | 105 | 23 | 0 | 103 | 133 | 22 | 20 | 123 | 55 |
| Binary | 11010001 | 1000101 | 10011 | 0 | 1000011 | 1011011 | 10010 | 10000 | 1010011 | 101101 |
Color Harmonies of #D14513
Complementary color
Monochromatic Colors of #D14513
Black with #D14513
Text Example
Text Example
White with #D14513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14513; }
p { color: rgb(209,69,19); }
H1.HeaderClassName
{
color: #D14513;
}
.AnyTagClassName
{
color: #D14513;
}
</style>
background-color css
<style>
a { background-color: #D14513; }
a { background-color: rgb(209,69,19); }
div.DivClassName
{
background-color: #D14513;
}
.BgClassName
{
background-color: #D14513;
}
</style>
border-color css
<style>
span { border-color: #D14513; }
span { border-color: rgb(209,69,19); }
td.TdClassName
{
border-color: #D14513;
}
.TagClassName
{
border-color: #D14513;
}
</style>