Html Css Color HEX #D02C11 Harley Davidson Orange
📋 copy color: '#D02C11'red 208 ◦ green 44 ◦ blue 17
Shades of Harley Davidson Orange #D02C11
Tints of Harley Davidson Orange #D02C11
RGB
CMYK
RGB Variations
Color information
#D02C11 (or 0xD02C11) is known color: Harley Davidson Orange. HEX triplet: D0, 2C and 11. RGB value is (208,44,17). Sum of RGB (Red+Green+Blue) = 208+44+17=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02C11 is #2FD3EE. Grayscale: #5A5A5A. Windows color (decimal): -3134447 or 1125584. OLE color: 1125584.
HSL color Cylindrical-coordinate representation of color #D02C11: hue angle of 8.48º 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 #D02C11 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 17 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.18 |
| HSL | 8.48º | 0.85% | 0.44% | - |
| HSV(B) | 8.48º | 0.92% | 0.82% | - |
| XYZ | 27.01 | 15.25 | 2.05 | - |
| YUV | 89.96 | 86.83 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 17 | 0 | 0.79 | 0.92 | 0.18 | 8.48 | 0.85 | 0.44 |
| Hex | D0 | 2C | 11 | 0 | 4F | 5C | 12 | 8 | 55 | 2C |
| Octal | 320 | 54 | 21 | 0 | 117 | 134 | 22 | 10 | 125 | 54 |
| Binary | 11010000 | 101100 | 10001 | 0 | 1001111 | 1011100 | 10010 | 1000 | 1010101 | 101100 |
Color Harmonies of #D02C11
Complementary color
Monochromatic Colors of #D02C11
Black with #D02C11
Text Example
Text Example
White with #D02C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C11; }
p { color: rgb(208,44,17); }
H1.HeaderClassName
{
color: #D02C11;
}
.AnyTagClassName
{
color: #D02C11;
}
</style>
background-color css
<style>
a { background-color: #D02C11; }
a { background-color: rgb(208,44,17); }
div.DivClassName
{
background-color: #D02C11;
}
.BgClassName
{
background-color: #D02C11;
}
</style>
border-color css
<style>
span { border-color: #D02C11; }
span { border-color: rgb(208,44,17); }
td.TdClassName
{
border-color: #D02C11;
}
.TagClassName
{
border-color: #D02C11;
}
</style>