Html Css Color HEX #D0291E Harley Davidson Orange
📋 copy color: '#D0291E'red 208 ◦ green 41 ◦ blue 30
Shades of Harley Davidson Orange #D0291E
Tints of Harley Davidson Orange #D0291E
RGB
CMYK
RGB Variations
Color information
#D0291E (or 0xD0291E) is known color: Harley Davidson Orange. HEX triplet: D0, 29 and 1E. RGB value is (208,41,30). Sum of RGB (Red+Green+Blue) = 208+41+30=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D0291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0291E is #2FD6E1. Grayscale: #595959. Windows color (decimal): -3135202 or 1976784. OLE color: 1976784.
HSL color Cylindrical-coordinate representation of color #D0291E: hue angle of 3.71º degrees, saturation: 0.75, 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 #D0291E is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 30 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.18 |
| HSL | 3.71º | 0.75% | 0.47% | - |
| HSV(B) | 3.71º | 0.86% | 0.82% | - |
| XYZ | 27.04 | 15.09 | 2.72 | - |
| YUV | 89.68 | 94.33 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 30 | 0 | 0.80 | 0.86 | 0.18 | 3.71 | 0.75 | 0.47 |
| Hex | D0 | 29 | 1E | 0 | 50 | 56 | 12 | 4 | 4B | 2F |
| Octal | 320 | 51 | 36 | 0 | 120 | 126 | 22 | 4 | 113 | 57 |
| Binary | 11010000 | 101001 | 11110 | 0 | 1010000 | 1010110 | 10010 | 100 | 1001011 | 101111 |
Color Harmonies of #D0291E
Complementary color
Monochromatic Colors of #D0291E
Black with #D0291E
Text Example
Text Example
White with #D0291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0291E; }
p { color: rgb(208,41,30); }
H1.HeaderClassName
{
color: #D0291E;
}
.AnyTagClassName
{
color: #D0291E;
}
</style>
background-color css
<style>
a { background-color: #D0291E; }
a { background-color: rgb(208,41,30); }
div.DivClassName
{
background-color: #D0291E;
}
.BgClassName
{
background-color: #D0291E;
}
</style>
border-color css
<style>
span { border-color: #D0291E; }
span { border-color: rgb(208,41,30); }
td.TdClassName
{
border-color: #D0291E;
}
.TagClassName
{
border-color: #D0291E;
}
</style>