Html Css Color HEX #D62D11 Harley Davidson Orange
📋 copy color: '#D62D11'red 214 ◦ green 45 ◦ blue 17
Shades of Harley Davidson Orange #D62D11
Tints of Harley Davidson Orange #D62D11
RGB
CMYK
RGB Variations
Color information
#D62D11 (or 0xD62D11) is known color: Harley Davidson Orange. HEX triplet: D6, 2D and 11. RGB value is (214,45,17). Sum of RGB (Red+Green+Blue) = 214+45+17=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62D11 is #29D2EE. Grayscale: #5C5C5C. Windows color (decimal): -2740975 or 1125846. OLE color: 1125846.
HSL color Cylindrical-coordinate representation of color #D62D11: hue angle of 8.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 #D62D11 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 17 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.16 |
| HSL | 8.53º | 0.85% | 0.45% | - |
| HSV(B) | 8.53º | 0.92% | 0.84% | - |
| XYZ | 28.77 | 16.21 | 2.14 | - |
| YUV | 92.34 | 85.49 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 17 | 0 | 0.79 | 0.92 | 0.16 | 8.53 | 0.85 | 0.45 |
| Hex | D6 | 2D | 11 | 0 | 4F | 5C | 10 | 9 | 55 | 2D |
| Octal | 326 | 55 | 21 | 0 | 117 | 134 | 20 | 11 | 125 | 55 |
| Binary | 11010110 | 101101 | 10001 | 0 | 1001111 | 1011100 | 10000 | 1001 | 1010101 | 101101 |
Color Harmonies of #D62D11
Complementary color
Monochromatic Colors of #D62D11
Black with #D62D11
Text Example
Text Example
White with #D62D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62D11; }
p { color: rgb(214,45,17); }
H1.HeaderClassName
{
color: #D62D11;
}
.AnyTagClassName
{
color: #D62D11;
}
</style>
background-color css
<style>
a { background-color: #D62D11; }
a { background-color: rgb(214,45,17); }
div.DivClassName
{
background-color: #D62D11;
}
.BgClassName
{
background-color: #D62D11;
}
</style>
border-color css
<style>
span { border-color: #D62D11; }
span { border-color: rgb(214,45,17); }
td.TdClassName
{
border-color: #D62D11;
}
.TagClassName
{
border-color: #D62D11;
}
</style>