Html Css Color HEX #D64411 Harley Davidson Orange
📋 copy color: '#D64411'red 214 ◦ green 68 ◦ blue 17
Shades of Harley Davidson Orange #D64411
Tints of Harley Davidson Orange #D64411
RGB
CMYK
RGB Variations
Color information
#D64411 (or 0xD64411) is known color: Harley Davidson Orange. HEX triplet: D6, 44 and 11. RGB value is (214,68,17). Sum of RGB (Red+Green+Blue) = 214+68+17=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D64411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64411 is #29BBEE. Grayscale: #6A6A6A. Windows color (decimal): -2735087 or 1131734. OLE color: 1131734.
HSL color Cylindrical-coordinate representation of color #D64411: hue angle of 15.53º 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 #D64411 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 17 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.16 |
| HSL | 15.53º | 0.85% | 0.45% | - |
| HSV(B) | 15.53º | 0.92% | 0.84% | - |
| XYZ | 29.9 | 18.47 | 2.52 | - |
| YUV | 105.84 | 77.87 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 17 | 0 | 0.68 | 0.92 | 0.16 | 15.53 | 0.85 | 0.45 |
| Hex | D6 | 44 | 11 | 0 | 44 | 5C | 10 | 10 | 55 | 2D |
| Octal | 326 | 104 | 21 | 0 | 104 | 134 | 20 | 20 | 125 | 55 |
| Binary | 11010110 | 1000100 | 10001 | 0 | 1000100 | 1011100 | 10000 | 10000 | 1010101 | 101101 |
Color Harmonies of #D64411
Complementary color
Monochromatic Colors of #D64411
Black with #D64411
Text Example
Text Example
White with #D64411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64411; }
p { color: rgb(214,68,17); }
H1.HeaderClassName
{
color: #D64411;
}
.AnyTagClassName
{
color: #D64411;
}
</style>
background-color css
<style>
a { background-color: #D64411; }
a { background-color: rgb(214,68,17); }
div.DivClassName
{
background-color: #D64411;
}
.BgClassName
{
background-color: #D64411;
}
</style>
border-color css
<style>
span { border-color: #D64411; }
span { border-color: rgb(214,68,17); }
td.TdClassName
{
border-color: #D64411;
}
.TagClassName
{
border-color: #D64411;
}
</style>