Html Css Color HEX #D14015 Harley Davidson Orange
📋 copy color: '#D14015'red 209 ◦ green 64 ◦ blue 21
Shades of Harley Davidson Orange #D14015
Tints of Harley Davidson Orange #D14015
RGB
CMYK
RGB Variations
Color information
#D14015 (or 0xD14015) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 15. RGB value is (209,64,21). Sum of RGB (Red+Green+Blue) = 209+64+21=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D14015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14015 is #2EBFEA. Grayscale: #666666. Windows color (decimal): -3063787 or 1392849. OLE color: 1392849.
HSL color Cylindrical-coordinate representation of color #D14015: hue angle of 13.72º 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 #D14015 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 21 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.18 |
| HSL | 13.72º | 0.82% | 0.45% | - |
| HSV(B) | 13.72º | 0.9% | 0.82% | - |
| XYZ | 28.26 | 17.28 | 2.55 | - |
| YUV | 102.45 | 82.04 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 21 | 0 | 0.69 | 0.90 | 0.18 | 13.72 | 0.82 | 0.45 |
| Hex | D1 | 40 | 15 | 0 | 45 | 5A | 12 | E | 52 | 2D |
| Octal | 321 | 100 | 25 | 0 | 105 | 132 | 22 | 16 | 122 | 55 |
| Binary | 11010001 | 1000000 | 10101 | 0 | 1000101 | 1011010 | 10010 | 1110 | 1010010 | 101101 |
Color Harmonies of #D14015
Complementary color
Monochromatic Colors of #D14015
Black with #D14015
Text Example
Text Example
White with #D14015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14015; }
p { color: rgb(209,64,21); }
H1.HeaderClassName
{
color: #D14015;
}
.AnyTagClassName
{
color: #D14015;
}
</style>
background-color css
<style>
a { background-color: #D14015; }
a { background-color: rgb(209,64,21); }
div.DivClassName
{
background-color: #D14015;
}
.BgClassName
{
background-color: #D14015;
}
</style>
border-color css
<style>
span { border-color: #D14015; }
span { border-color: rgb(209,64,21); }
td.TdClassName
{
border-color: #D14015;
}
.TagClassName
{
border-color: #D14015;
}
</style>