Html Css Color HEX #D43311 Harley Davidson Orange
📋 copy color: '#D43311'red 212 ◦ green 51 ◦ blue 17
Shades of Harley Davidson Orange #D43311
Tints of Harley Davidson Orange #D43311
RGB
CMYK
RGB Variations
Color information
#D43311 (or 0xD43311) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 11. RGB value is (212,51,17). Sum of RGB (Red+Green+Blue) = 212+51+17=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D43311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43311 is #2BCCEE. Grayscale: #5F5F5F. Windows color (decimal): -2870511 or 1127380. OLE color: 1127380.
HSL color Cylindrical-coordinate representation of color #D43311: hue angle of 10.46º 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 #D43311 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 17 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.17 |
| HSL | 10.46º | 0.85% | 0.45% | - |
| HSV(B) | 10.46º | 0.92% | 0.83% | - |
| XYZ | 28.44 | 16.41 | 2.2 | - |
| YUV | 95.26 | 83.84 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 17 | 0 | 0.76 | 0.92 | 0.17 | 10.46 | 0.85 | 0.45 |
| Hex | D4 | 33 | 11 | 0 | 4C | 5C | 11 | A | 55 | 2D |
| Octal | 324 | 63 | 21 | 0 | 114 | 134 | 21 | 12 | 125 | 55 |
| Binary | 11010100 | 110011 | 10001 | 0 | 1001100 | 1011100 | 10001 | 1010 | 1010101 | 101101 |
Color Harmonies of #D43311
Complementary color
Monochromatic Colors of #D43311
Black with #D43311
Text Example
Text Example
White with #D43311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43311; }
p { color: rgb(212,51,17); }
H1.HeaderClassName
{
color: #D43311;
}
.AnyTagClassName
{
color: #D43311;
}
</style>
background-color css
<style>
a { background-color: #D43311; }
a { background-color: rgb(212,51,17); }
div.DivClassName
{
background-color: #D43311;
}
.BgClassName
{
background-color: #D43311;
}
</style>
border-color css
<style>
span { border-color: #D43311; }
span { border-color: rgb(212,51,17); }
td.TdClassName
{
border-color: #D43311;
}
.TagClassName
{
border-color: #D43311;
}
</style>