Html Css Color HEX #D02811 Harley Davidson Orange
📋 copy color: '#D02811'red 208 ◦ green 40 ◦ blue 17
Shades of Harley Davidson Orange #D02811
Tints of Harley Davidson Orange #D02811
RGB
CMYK
RGB Variations
Color information
#D02811 (or 0xD02811) is known color: Harley Davidson Orange. HEX triplet: D0, 28 and 11. RGB value is (208,40,17). Sum of RGB (Red+Green+Blue) = 208+40+17=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D02811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02811 is #2FD7EE. Grayscale: #575757. Windows color (decimal): -3135471 or 1124560. OLE color: 1124560.
HSL color Cylindrical-coordinate representation of color #D02811: hue angle of 7.23º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D02811 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 17 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.18 |
| HSL | 7.23º | 0.85% | 0.44% | - |
| HSV(B) | 7.23º | 0.92% | 0.82% | - |
| XYZ | 26.87 | 14.97 | 2 | - |
| YUV | 87.61 | 88.16 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 17 | 0 | 0.81 | 0.92 | 0.18 | 7.23 | 0.85 | 0.44 |
| Hex | D0 | 28 | 11 | 0 | 51 | 5C | 12 | 7 | 55 | 2C |
| Octal | 320 | 50 | 21 | 0 | 121 | 134 | 22 | 7 | 125 | 54 |
| Binary | 11010000 | 101000 | 10001 | 0 | 1010001 | 1011100 | 10010 | 111 | 1010101 | 101100 |
Color Harmonies of #D02811
Complementary color
Monochromatic Colors of #D02811
Black with #D02811
Text Example
Text Example
White with #D02811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02811; }
p { color: rgb(208,40,17); }
H1.HeaderClassName
{
color: #D02811;
}
.AnyTagClassName
{
color: #D02811;
}
</style>
background-color css
<style>
a { background-color: #D02811; }
a { background-color: rgb(208,40,17); }
div.DivClassName
{
background-color: #D02811;
}
.BgClassName
{
background-color: #D02811;
}
</style>
border-color css
<style>
span { border-color: #D02811; }
span { border-color: rgb(208,40,17); }
td.TdClassName
{
border-color: #D02811;
}
.TagClassName
{
border-color: #D02811;
}
</style>