Html Css Color HEX #D1481D Harley Davidson Orange
📋 copy color: '#D1481D'red 209 ◦ green 72 ◦ blue 29
Shades of Harley Davidson Orange #D1481D
Tints of Harley Davidson Orange #D1481D
RGB
CMYK
RGB Variations
Color information
#D1481D (or 0xD1481D) is known color: Harley Davidson Orange. HEX triplet: D1, 48 and 1D. RGB value is (209,72,29). Sum of RGB (Red+Green+Blue) = 209+72+29=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D1481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1481D is #2EB7E2. Grayscale: #6C6C6C. Windows color (decimal): -3061731 or 1919185. OLE color: 1919185.
HSL color Cylindrical-coordinate representation of color #D1481D: hue angle of 14.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1481D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 29 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.18 |
| HSL | 14.33º | 0.76% | 0.47% | - |
| HSV(B) | 14.33º | 0.86% | 0.82% | - |
| XYZ | 28.83 | 18.28 | 3.17 | - |
| YUV | 108.06 | 83.39 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 29 | 0 | 0.66 | 0.86 | 0.18 | 14.33 | 0.76 | 0.47 |
| Hex | D1 | 48 | 1D | 0 | 42 | 56 | 12 | E | 4C | 2F |
| Octal | 321 | 110 | 35 | 0 | 102 | 126 | 22 | 16 | 114 | 57 |
| Binary | 11010001 | 1001000 | 11101 | 0 | 1000010 | 1010110 | 10010 | 1110 | 1001100 | 101111 |
Color Harmonies of #D1481D
Complementary color
Monochromatic Colors of #D1481D
Black with #D1481D
Text Example
Text Example
White with #D1481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1481D; }
p { color: rgb(209,72,29); }
H1.HeaderClassName
{
color: #D1481D;
}
.AnyTagClassName
{
color: #D1481D;
}
</style>
background-color css
<style>
a { background-color: #D1481D; }
a { background-color: rgb(209,72,29); }
div.DivClassName
{
background-color: #D1481D;
}
.BgClassName
{
background-color: #D1481D;
}
</style>
border-color css
<style>
span { border-color: #D1481D; }
span { border-color: rgb(209,72,29); }
td.TdClassName
{
border-color: #D1481D;
}
.TagClassName
{
border-color: #D1481D;
}
</style>