Html Css Color HEX #D01C11 Harley Davidson Orange
📋 copy color: '#D01C11'red 208 ◦ green 28 ◦ blue 17
Shades of Harley Davidson Orange #D01C11
Tints of Harley Davidson Orange #D01C11
RGB
CMYK
RGB Variations
Color information
#D01C11 (or 0xD01C11) is known color: Harley Davidson Orange. HEX triplet: D0, 1C and 11. RGB value is (208,28,17). Sum of RGB (Red+Green+Blue) = 208+28+17=253 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.21% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01C11 is #2FE3EE. Grayscale: #505050. Windows color (decimal): -3138543 or 1121488. OLE color: 1121488.
HSL color Cylindrical-coordinate representation of color #D01C11: hue angle of 3.46º 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 #D01C11 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 17 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.18 |
| HSL | 3.46º | 0.85% | 0.44% | - |
| HSV(B) | 3.46º | 0.92% | 0.82% | - |
| XYZ | 26.53 | 14.28 | 1.89 | - |
| YUV | 80.57 | 92.13 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 17 | 0 | 0.87 | 0.92 | 0.18 | 3.46 | 0.85 | 0.44 |
| Hex | D0 | 1C | 11 | 0 | 57 | 5C | 12 | 3 | 55 | 2C |
| Octal | 320 | 34 | 21 | 0 | 127 | 134 | 22 | 3 | 125 | 54 |
| Binary | 11010000 | 11100 | 10001 | 0 | 1010111 | 1011100 | 10010 | 11 | 1010101 | 101100 |
Color Harmonies of #D01C11
Complementary color
Monochromatic Colors of #D01C11
Black with #D01C11
Text Example
Text Example
White with #D01C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C11; }
p { color: rgb(208,28,17); }
H1.HeaderClassName
{
color: #D01C11;
}
.AnyTagClassName
{
color: #D01C11;
}
</style>
background-color css
<style>
a { background-color: #D01C11; }
a { background-color: rgb(208,28,17); }
div.DivClassName
{
background-color: #D01C11;
}
.BgClassName
{
background-color: #D01C11;
}
</style>
border-color css
<style>
span { border-color: #D01C11; }
span { border-color: rgb(208,28,17); }
td.TdClassName
{
border-color: #D01C11;
}
.TagClassName
{
border-color: #D01C11;
}
</style>