Html Css Color HEX #D03411 Harley Davidson Orange
📋 copy color: '#D03411'red 208 ◦ green 52 ◦ blue 17
Shades of Harley Davidson Orange #D03411
Tints of Harley Davidson Orange #D03411
RGB
CMYK
RGB Variations
Color information
#D03411 (or 0xD03411) is known color: Harley Davidson Orange. HEX triplet: D0, 34 and 11. RGB value is (208,52,17). Sum of RGB (Red+Green+Blue) = 208+52+17=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D03411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03411 is #2FCBEE. Grayscale: #5E5E5E. Windows color (decimal): -3132399 or 1127632. OLE color: 1127632.
HSL color Cylindrical-coordinate representation of color #D03411: hue angle of 10.99º 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 #D03411 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 17 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.18 |
| HSL | 10.99º | 0.85% | 0.44% | - |
| HSV(B) | 10.99º | 0.92% | 0.82% | - |
| XYZ | 27.34 | 15.91 | 2.16 | - |
| YUV | 94.65 | 84.18 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 17 | 0 | 0.75 | 0.92 | 0.18 | 10.99 | 0.85 | 0.44 |
| Hex | D0 | 34 | 11 | 0 | 4B | 5C | 12 | B | 55 | 2C |
| Octal | 320 | 64 | 21 | 0 | 113 | 134 | 22 | 13 | 125 | 54 |
| Binary | 11010000 | 110100 | 10001 | 0 | 1001011 | 1011100 | 10010 | 1011 | 1010101 | 101100 |
Color Harmonies of #D03411
Complementary color
Monochromatic Colors of #D03411
Black with #D03411
Text Example
Text Example
White with #D03411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03411; }
p { color: rgb(208,52,17); }
H1.HeaderClassName
{
color: #D03411;
}
.AnyTagClassName
{
color: #D03411;
}
</style>
background-color css
<style>
a { background-color: #D03411; }
a { background-color: rgb(208,52,17); }
div.DivClassName
{
background-color: #D03411;
}
.BgClassName
{
background-color: #D03411;
}
</style>
border-color css
<style>
span { border-color: #D03411; }
span { border-color: rgb(208,52,17); }
td.TdClassName
{
border-color: #D03411;
}
.TagClassName
{
border-color: #D03411;
}
</style>