Html Css Color HEX #D2491D Harley Davidson Orange
📋 copy color: '#D2491D'red 210 ◦ green 73 ◦ blue 29
Shades of Harley Davidson Orange #D2491D
Tints of Harley Davidson Orange #D2491D
RGB
CMYK
RGB Variations
Color information
#D2491D (or 0xD2491D) is known color: Harley Davidson Orange. HEX triplet: D2, 49 and 1D. RGB value is (210,73,29). Sum of RGB (Red+Green+Blue) = 210+73+29=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D2491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2491D is #2DB6E2. Grayscale: #6D6D6D. Windows color (decimal): -2995939 or 1919442. OLE color: 1919442.
HSL color Cylindrical-coordinate representation of color #D2491D: hue angle of 14.59º 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 #D2491D is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 29 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.18 |
| HSL | 14.59º | 0.76% | 0.47% | - |
| HSV(B) | 14.59º | 0.86% | 0.82% | - |
| XYZ | 29.18 | 18.56 | 3.21 | - |
| YUV | 108.95 | 82.89 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 29 | 0 | 0.65 | 0.86 | 0.18 | 14.59 | 0.76 | 0.47 |
| Hex | D2 | 49 | 1D | 0 | 41 | 56 | 12 | F | 4C | 2F |
| Octal | 322 | 111 | 35 | 0 | 101 | 126 | 22 | 17 | 114 | 57 |
| Binary | 11010010 | 1001001 | 11101 | 0 | 1000001 | 1010110 | 10010 | 1111 | 1001100 | 101111 |
Color Harmonies of #D2491D
Complementary color
Monochromatic Colors of #D2491D
Black with #D2491D
Text Example
Text Example
White with #D2491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2491D; }
p { color: rgb(210,73,29); }
H1.HeaderClassName
{
color: #D2491D;
}
.AnyTagClassName
{
color: #D2491D;
}
</style>
background-color css
<style>
a { background-color: #D2491D; }
a { background-color: rgb(210,73,29); }
div.DivClassName
{
background-color: #D2491D;
}
.BgClassName
{
background-color: #D2491D;
}
</style>
border-color css
<style>
span { border-color: #D2491D; }
span { border-color: rgb(210,73,29); }
td.TdClassName
{
border-color: #D2491D;
}
.TagClassName
{
border-color: #D2491D;
}
</style>