Html Css Color HEX #D63611 Harley Davidson Orange
📋 copy color: '#D63611'red 214 ◦ green 54 ◦ blue 17
Shades of Harley Davidson Orange #D63611
Tints of Harley Davidson Orange #D63611
RGB
CMYK
RGB Variations
Color information
#D63611 (or 0xD63611) is known color: Harley Davidson Orange. HEX triplet: D6, 36 and 11. RGB value is (214,54,17). Sum of RGB (Red+Green+Blue) = 214+54+17=285 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.09% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 214 - color contains mainly: red. Hex color #D63611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63611 is #29C9EE. Grayscale: #616161. Windows color (decimal): -2738671 or 1128150. OLE color: 1128150.
HSL color Cylindrical-coordinate representation of color #D63611: hue angle of 11.27º 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 #D63611 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 17 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.16 |
| HSL | 11.27º | 0.85% | 0.45% | - |
| HSV(B) | 11.27º | 0.92% | 0.84% | - |
| XYZ | 29.15 | 16.97 | 2.27 | - |
| YUV | 97.62 | 82.51 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 17 | 0 | 0.75 | 0.92 | 0.16 | 11.27 | 0.85 | 0.45 |
| Hex | D6 | 36 | 11 | 0 | 4B | 5C | 10 | B | 55 | 2D |
| Octal | 326 | 66 | 21 | 0 | 113 | 134 | 20 | 13 | 125 | 55 |
| Binary | 11010110 | 110110 | 10001 | 0 | 1001011 | 1011100 | 10000 | 1011 | 1010101 | 101101 |
Color Harmonies of #D63611
Complementary color
Monochromatic Colors of #D63611
Black with #D63611
Text Example
Text Example
White with #D63611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63611; }
p { color: rgb(214,54,17); }
H1.HeaderClassName
{
color: #D63611;
}
.AnyTagClassName
{
color: #D63611;
}
</style>
background-color css
<style>
a { background-color: #D63611; }
a { background-color: rgb(214,54,17); }
div.DivClassName
{
background-color: #D63611;
}
.BgClassName
{
background-color: #D63611;
}
</style>
border-color css
<style>
span { border-color: #D63611; }
span { border-color: rgb(214,54,17); }
td.TdClassName
{
border-color: #D63611;
}
.TagClassName
{
border-color: #D63611;
}
</style>