Html Css Color HEX #D0491B Harley Davidson Orange
📋 copy color: '#D0491B'red 208 ◦ green 73 ◦ blue 27
Shades of Harley Davidson Orange #D0491B
Tints of Harley Davidson Orange #D0491B
RGB
CMYK
RGB Variations
Color information
#D0491B (or 0xD0491B) is known color: Harley Davidson Orange. HEX triplet: D0, 49 and 1B. RGB value is (208,73,27). Sum of RGB (Red+Green+Blue) = 208+73+27=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0491B is #2FB6E4. Grayscale: #6C6C6C. Windows color (decimal): -3127013 or 1788368. OLE color: 1788368.
HSL color Cylindrical-coordinate representation of color #D0491B: hue angle of 15.25º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0491B is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 27 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.18 |
| HSL | 15.25º | 0.77% | 0.46% | - |
| HSV(B) | 15.25º | 0.87% | 0.82% | - |
| XYZ | 28.59 | 18.25 | 3.05 | - |
| YUV | 108.12 | 82.23 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 27 | 0 | 0.65 | 0.87 | 0.18 | 15.25 | 0.77 | 0.46 |
| Hex | D0 | 49 | 1B | 0 | 41 | 57 | 12 | F | 4D | 2E |
| Octal | 320 | 111 | 33 | 0 | 101 | 127 | 22 | 17 | 115 | 56 |
| Binary | 11010000 | 1001001 | 11011 | 0 | 1000001 | 1010111 | 10010 | 1111 | 1001101 | 101110 |
Color Harmonies of #D0491B
Complementary color
Monochromatic Colors of #D0491B
Black with #D0491B
Text Example
Text Example
White with #D0491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0491B; }
p { color: rgb(208,73,27); }
H1.HeaderClassName
{
color: #D0491B;
}
.AnyTagClassName
{
color: #D0491B;
}
</style>
background-color css
<style>
a { background-color: #D0491B; }
a { background-color: rgb(208,73,27); }
div.DivClassName
{
background-color: #D0491B;
}
.BgClassName
{
background-color: #D0491B;
}
</style>
border-color css
<style>
span { border-color: #D0491B; }
span { border-color: rgb(208,73,27); }
td.TdClassName
{
border-color: #D0491B;
}
.TagClassName
{
border-color: #D0491B;
}
</style>