Html Css Color HEX #D63111 Harley Davidson Orange
📋 copy color: '#D63111'red 214 ◦ green 49 ◦ blue 17
Shades of Harley Davidson Orange #D63111
Tints of Harley Davidson Orange #D63111
RGB
CMYK
RGB Variations
Color information
#D63111 (or 0xD63111) is known color: Harley Davidson Orange. HEX triplet: D6, 31 and 11. RGB value is (214,49,17). Sum of RGB (Red+Green+Blue) = 214+49+17=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D63111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63111 is #29CEEE. Grayscale: #5E5E5E. Windows color (decimal): -2739951 or 1126870. OLE color: 1126870.
HSL color Cylindrical-coordinate representation of color #D63111: hue angle of 9.75º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D63111 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 17 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.16 |
| HSL | 9.75º | 0.85% | 0.45% | - |
| HSV(B) | 9.75º | 0.92% | 0.84% | - |
| XYZ | 28.93 | 16.53 | 2.2 | - |
| YUV | 94.69 | 84.16 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 17 | 0 | 0.77 | 0.92 | 0.16 | 9.75 | 0.85 | 0.45 |
| Hex | D6 | 31 | 11 | 0 | 4D | 5C | 10 | A | 55 | 2D |
| Octal | 326 | 61 | 21 | 0 | 115 | 134 | 20 | 12 | 125 | 55 |
| Binary | 11010110 | 110001 | 10001 | 0 | 1001101 | 1011100 | 10000 | 1010 | 1010101 | 101101 |
Color Harmonies of #D63111
Complementary color
Monochromatic Colors of #D63111
Black with #D63111
Text Example
Text Example
White with #D63111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63111; }
p { color: rgb(214,49,17); }
H1.HeaderClassName
{
color: #D63111;
}
.AnyTagClassName
{
color: #D63111;
}
</style>
background-color css
<style>
a { background-color: #D63111; }
a { background-color: rgb(214,49,17); }
div.DivClassName
{
background-color: #D63111;
}
.BgClassName
{
background-color: #D63111;
}
</style>
border-color css
<style>
span { border-color: #D63111; }
span { border-color: rgb(214,49,17); }
td.TdClassName
{
border-color: #D63111;
}
.TagClassName
{
border-color: #D63111;
}
</style>