Html Css Color HEX #D34511 Harley Davidson Orange
📋 copy color: '#D34511'red 211 ◦ green 69 ◦ blue 17
Shades of Harley Davidson Orange #D34511
Tints of Harley Davidson Orange #D34511
RGB
CMYK
RGB Variations
Color information
#D34511 (or 0xD34511) is known color: Harley Davidson Orange. HEX triplet: D3, 45 and 11. RGB value is (211,69,17). Sum of RGB (Red+Green+Blue) = 211+69+17=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D34511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34511 is #2CBAEE. Grayscale: #696969. Windows color (decimal): -2931439 or 1131987. OLE color: 1131987.
HSL color Cylindrical-coordinate representation of color #D34511: hue angle of 16.08º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D34511 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 17 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.17 |
| HSL | 16.08º | 0.85% | 0.45% | - |
| HSV(B) | 16.08º | 0.92% | 0.83% | - |
| XYZ | 29.09 | 18.15 | 2.5 | - |
| YUV | 105.53 | 78.04 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 17 | 0 | 0.67 | 0.92 | 0.17 | 16.08 | 0.85 | 0.45 |
| Hex | D3 | 45 | 11 | 0 | 43 | 5C | 11 | 10 | 55 | 2D |
| Octal | 323 | 105 | 21 | 0 | 103 | 134 | 21 | 20 | 125 | 55 |
| Binary | 11010011 | 1000101 | 10001 | 0 | 1000011 | 1011100 | 10001 | 10000 | 1010101 | 101101 |
Color Harmonies of #D34511
Complementary color
Monochromatic Colors of #D34511
Black with #D34511
Text Example
Text Example
White with #D34511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34511; }
p { color: rgb(211,69,17); }
H1.HeaderClassName
{
color: #D34511;
}
.AnyTagClassName
{
color: #D34511;
}
</style>
background-color css
<style>
a { background-color: #D34511; }
a { background-color: rgb(211,69,17); }
div.DivClassName
{
background-color: #D34511;
}
.BgClassName
{
background-color: #D34511;
}
</style>
border-color css
<style>
span { border-color: #D34511; }
span { border-color: rgb(211,69,17); }
td.TdClassName
{
border-color: #D34511;
}
.TagClassName
{
border-color: #D34511;
}
</style>