Html Css Color HEX #D14915 Harley Davidson Orange
📋 copy color: '#D14915'red 209 ◦ green 73 ◦ blue 21
Shades of Harley Davidson Orange #D14915
Tints of Harley Davidson Orange #D14915
RGB
CMYK
RGB Variations
Color information
#D14915 (or 0xD14915) is known color: Harley Davidson Orange. HEX triplet: D1, 49 and 15. RGB value is (209,73,21). Sum of RGB (Red+Green+Blue) = 209+73+21=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D14915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14915 is #2EB6EA. Grayscale: #6C6C6C. Windows color (decimal): -3061483 or 1395153. OLE color: 1395153.
HSL color Cylindrical-coordinate representation of color #D14915: hue angle of 16.6º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D14915 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 21 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.18 |
| HSL | 16.6º | 0.82% | 0.45% | - |
| HSV(B) | 16.6º | 0.9% | 0.82% | - |
| XYZ | 28.81 | 18.37 | 2.74 | - |
| YUV | 107.74 | 79.06 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 21 | 0 | 0.65 | 0.90 | 0.18 | 16.6 | 0.82 | 0.45 |
| Hex | D1 | 49 | 15 | 0 | 41 | 5A | 12 | 11 | 52 | 2D |
| Octal | 321 | 111 | 25 | 0 | 101 | 132 | 22 | 21 | 122 | 55 |
| Binary | 11010001 | 1001001 | 10101 | 0 | 1000001 | 1011010 | 10010 | 10001 | 1010010 | 101101 |
Color Harmonies of #D14915
Complementary color
Monochromatic Colors of #D14915
Black with #D14915
Text Example
Text Example
White with #D14915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14915; }
p { color: rgb(209,73,21); }
H1.HeaderClassName
{
color: #D14915;
}
.AnyTagClassName
{
color: #D14915;
}
</style>
background-color css
<style>
a { background-color: #D14915; }
a { background-color: rgb(209,73,21); }
div.DivClassName
{
background-color: #D14915;
}
.BgClassName
{
background-color: #D14915;
}
</style>
border-color css
<style>
span { border-color: #D14915; }
span { border-color: rgb(209,73,21); }
td.TdClassName
{
border-color: #D14915;
}
.TagClassName
{
border-color: #D14915;
}
</style>