Html Css Color HEX #D02F11 Harley Davidson Orange
📋 copy color: '#D02F11'red 208 ◦ green 47 ◦ blue 17
Shades of Harley Davidson Orange #D02F11
Tints of Harley Davidson Orange #D02F11
RGB
CMYK
RGB Variations
Color information
#D02F11 (or 0xD02F11) is known color: Harley Davidson Orange. HEX triplet: D0, 2F and 11. RGB value is (208,47,17). Sum of RGB (Red+Green+Blue) = 208+47+17=272 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.47% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02F11 is #2FD0EE. Grayscale: #5C5C5C. Windows color (decimal): -3133679 or 1126352. OLE color: 1126352.
HSL color Cylindrical-coordinate representation of color #D02F11: hue angle of 9.42º 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 #D02F11 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 17 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.18 |
| HSL | 9.42º | 0.85% | 0.44% | - |
| HSV(B) | 9.42º | 0.92% | 0.82% | - |
| XYZ | 27.13 | 15.48 | 2.09 | - |
| YUV | 91.72 | 85.84 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 17 | 0 | 0.77 | 0.92 | 0.18 | 9.42 | 0.85 | 0.44 |
| Hex | D0 | 2F | 11 | 0 | 4D | 5C | 12 | 9 | 55 | 2C |
| Octal | 320 | 57 | 21 | 0 | 115 | 134 | 22 | 11 | 125 | 54 |
| Binary | 11010000 | 101111 | 10001 | 0 | 1001101 | 1011100 | 10010 | 1001 | 1010101 | 101100 |
Color Harmonies of #D02F11
Complementary color
Monochromatic Colors of #D02F11
Black with #D02F11
Text Example
Text Example
White with #D02F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02F11; }
p { color: rgb(208,47,17); }
H1.HeaderClassName
{
color: #D02F11;
}
.AnyTagClassName
{
color: #D02F11;
}
</style>
background-color css
<style>
a { background-color: #D02F11; }
a { background-color: rgb(208,47,17); }
div.DivClassName
{
background-color: #D02F11;
}
.BgClassName
{
background-color: #D02F11;
}
</style>
border-color css
<style>
span { border-color: #D02F11; }
span { border-color: rgb(208,47,17); }
td.TdClassName
{
border-color: #D02F11;
}
.TagClassName
{
border-color: #D02F11;
}
</style>