Html Css Color HEX #D0290B Harley Davidson Orange
📋 copy color: '#D0290B'red 208 ◦ green 41 ◦ blue 11
Shades of Harley Davidson Orange #D0290B
Tints of Harley Davidson Orange #D0290B
RGB
CMYK
RGB Variations
Color information
#D0290B (or 0xD0290B) is known color: Harley Davidson Orange. HEX triplet: D0, 29 and 0B. RGB value is (208,41,11). Sum of RGB (Red+Green+Blue) = 208+41+11=260 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 208 - color contains mainly: red. Hex color #D0290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0290B is #2FD6F4. Grayscale: #575757. Windows color (decimal): -3135221 or 731600. OLE color: 731600.
HSL color Cylindrical-coordinate representation of color #D0290B: hue angle of 9.14º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0290B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.18 |
| HSL | 9.14º | 0.9% | 0.43% | - |
| HSV(B) | 9.14º | 0.95% | 0.82% | - |
| XYZ | 26.87 | 15.02 | 1.8 | - |
| YUV | 87.51 | 84.83 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 11 | 0 | 0.80 | 0.95 | 0.18 | 9.14 | 0.9 | 0.43 |
| Hex | D0 | 29 | B | 0 | 50 | 5F | 12 | 9 | 5A | 2B |
| Octal | 320 | 51 | 13 | 0 | 120 | 137 | 22 | 11 | 132 | 53 |
| Binary | 11010000 | 101001 | 1011 | 0 | 1010000 | 1011111 | 10010 | 1001 | 1011010 | 101011 |
Color Harmonies of #D0290B
Complementary color
Monochromatic Colors of #D0290B
Black with #D0290B
Text Example
Text Example
White with #D0290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0290B; }
p { color: rgb(208,41,11); }
H1.HeaderClassName
{
color: #D0290B;
}
.AnyTagClassName
{
color: #D0290B;
}
</style>
background-color css
<style>
a { background-color: #D0290B; }
a { background-color: rgb(208,41,11); }
div.DivClassName
{
background-color: #D0290B;
}
.BgClassName
{
background-color: #D0290B;
}
</style>
border-color css
<style>
span { border-color: #D0290B; }
span { border-color: rgb(208,41,11); }
td.TdClassName
{
border-color: #D0290B;
}
.TagClassName
{
border-color: #D0290B;
}
</style>