Html Css Color HEX #D0290F Harley Davidson Orange
📋 copy color: '#D0290F'red 208 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #D0290F
Tints of Harley Davidson Orange #D0290F
RGB
CMYK
RGB Variations
Color information
#D0290F (or 0xD0290F) is known color: Harley Davidson Orange. HEX triplet: D0, 29 and 0F. RGB value is (208,41,15). Sum of RGB (Red+Green+Blue) = 208+41+15=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D0290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0290F is #2FD6F0. Grayscale: #585858. Windows color (decimal): -3135217 or 993744. OLE color: 993744.
HSL color Cylindrical-coordinate representation of color #D0290F: hue angle of 8.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0290F is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 15 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.18 |
| HSL | 8.08º | 0.87% | 0.44% | - |
| HSV(B) | 8.08º | 0.93% | 0.82% | - |
| XYZ | 26.89 | 15.03 | 1.94 | - |
| YUV | 87.97 | 86.83 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 15 | 0 | 0.80 | 0.93 | 0.18 | 8.08 | 0.87 | 0.44 |
| Hex | D0 | 29 | F | 0 | 50 | 5D | 12 | 8 | 57 | 2C |
| Octal | 320 | 51 | 17 | 0 | 120 | 135 | 22 | 10 | 127 | 54 |
| Binary | 11010000 | 101001 | 1111 | 0 | 1010000 | 1011101 | 10010 | 1000 | 1010111 | 101100 |
Color Harmonies of #D0290F
Complementary color
Monochromatic Colors of #D0290F
Black with #D0290F
Text Example
Text Example
White with #D0290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0290F; }
p { color: rgb(208,41,15); }
H1.HeaderClassName
{
color: #D0290F;
}
.AnyTagClassName
{
color: #D0290F;
}
</style>
background-color css
<style>
a { background-color: #D0290F; }
a { background-color: rgb(208,41,15); }
div.DivClassName
{
background-color: #D0290F;
}
.BgClassName
{
background-color: #D0290F;
}
</style>
border-color css
<style>
span { border-color: #D0290F; }
span { border-color: rgb(208,41,15); }
td.TdClassName
{
border-color: #D0290F;
}
.TagClassName
{
border-color: #D0290F;
}
</style>