Html Css Color HEX #D0491D Harley Davidson Orange
📋 copy color: '#D0491D'red 208 ◦ green 73 ◦ blue 29
Shades of Harley Davidson Orange #D0491D
Tints of Harley Davidson Orange #D0491D
RGB
CMYK
RGB Variations
Color information
#D0491D (or 0xD0491D) is known color: Harley Davidson Orange. HEX triplet: D0, 49 and 1D. RGB value is (208,73,29). Sum of RGB (Red+Green+Blue) = 208+73+29=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D0491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0491D is #2FB6E2. Grayscale: #6C6C6C. Windows color (decimal): -3127011 or 1919440. OLE color: 1919440.
HSL color Cylindrical-coordinate representation of color #D0491D: hue angle of 14.75º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0491D is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 29 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.18 |
| HSL | 14.75º | 0.76% | 0.46% | - |
| HSV(B) | 14.75º | 0.86% | 0.82% | - |
| XYZ | 28.62 | 18.26 | 3.18 | - |
| YUV | 108.35 | 83.23 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 29 | 0 | 0.65 | 0.86 | 0.18 | 14.75 | 0.76 | 0.46 |
| Hex | D0 | 49 | 1D | 0 | 41 | 56 | 12 | F | 4C | 2E |
| Octal | 320 | 111 | 35 | 0 | 101 | 126 | 22 | 17 | 114 | 56 |
| Binary | 11010000 | 1001001 | 11101 | 0 | 1000001 | 1010110 | 10010 | 1111 | 1001100 | 101110 |
Color Harmonies of #D0491D
Complementary color
Monochromatic Colors of #D0491D
Black with #D0491D
Text Example
Text Example
White with #D0491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0491D; }
p { color: rgb(208,73,29); }
H1.HeaderClassName
{
color: #D0491D;
}
.AnyTagClassName
{
color: #D0491D;
}
</style>
background-color css
<style>
a { background-color: #D0491D; }
a { background-color: rgb(208,73,29); }
div.DivClassName
{
background-color: #D0491D;
}
.BgClassName
{
background-color: #D0491D;
}
</style>
border-color css
<style>
span { border-color: #D0491D; }
span { border-color: rgb(208,73,29); }
td.TdClassName
{
border-color: #D0491D;
}
.TagClassName
{
border-color: #D0491D;
}
</style>