Html Css Color HEX #D43511 Harley Davidson Orange
📋 copy color: '#D43511'red 212 ◦ green 53 ◦ blue 17
Shades of Harley Davidson Orange #D43511
Tints of Harley Davidson Orange #D43511
RGB
CMYK
RGB Variations
Color information
#D43511 (or 0xD43511) is known color: Harley Davidson Orange. HEX triplet: D4, 35 and 11. RGB value is (212,53,17). Sum of RGB (Red+Green+Blue) = 212+53+17=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D43511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43511 is #2BCAEE. Grayscale: #606060. Windows color (decimal): -2869999 or 1127892. OLE color: 1127892.
HSL color Cylindrical-coordinate representation of color #D43511: hue angle of 11.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 #D43511 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 17 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.17 |
| HSL | 11.08º | 0.85% | 0.45% | - |
| HSV(B) | 11.08º | 0.92% | 0.83% | - |
| XYZ | 28.53 | 16.58 | 2.23 | - |
| YUV | 96.44 | 83.18 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 17 | 0 | 0.75 | 0.92 | 0.17 | 11.08 | 0.85 | 0.45 |
| Hex | D4 | 35 | 11 | 0 | 4B | 5C | 11 | B | 55 | 2D |
| Octal | 324 | 65 | 21 | 0 | 113 | 134 | 21 | 13 | 125 | 55 |
| Binary | 11010100 | 110101 | 10001 | 0 | 1001011 | 1011100 | 10001 | 1011 | 1010101 | 101101 |
Color Harmonies of #D43511
Complementary color
Monochromatic Colors of #D43511
Black with #D43511
Text Example
Text Example
White with #D43511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43511; }
p { color: rgb(212,53,17); }
H1.HeaderClassName
{
color: #D43511;
}
.AnyTagClassName
{
color: #D43511;
}
</style>
background-color css
<style>
a { background-color: #D43511; }
a { background-color: rgb(212,53,17); }
div.DivClassName
{
background-color: #D43511;
}
.BgClassName
{
background-color: #D43511;
}
</style>
border-color css
<style>
span { border-color: #D43511; }
span { border-color: rgb(212,53,17); }
td.TdClassName
{
border-color: #D43511;
}
.TagClassName
{
border-color: #D43511;
}
</style>