Html Css Color HEX #D62C10 Harley Davidson Orange
📋 copy color: '#D62C10'red 214 ◦ green 44 ◦ blue 16
Shades of Harley Davidson Orange #D62C10
Tints of Harley Davidson Orange #D62C10
RGB
CMYK
RGB Variations
Color information
#D62C10 (or 0xD62C10) is known color: Harley Davidson Orange. HEX triplet: D6, 2C and 10. RGB value is (214,44,16). Sum of RGB (Red+Green+Blue) = 214+44+16=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62C10 is #29D3EF. Grayscale: #5B5B5B. Windows color (decimal): -2741232 or 1060054. OLE color: 1060054.
HSL color Cylindrical-coordinate representation of color #D62C10: hue angle of 8.48º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D62C10 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 44 | 16 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.16 |
| HSL | 8.48º | 0.86% | 0.45% | - |
| HSV(B) | 8.48º | 0.93% | 0.84% | - |
| XYZ | 28.73 | 16.13 | 2.09 | - |
| YUV | 91.64 | 85.32 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 16 | 0 | 0.79 | 0.93 | 0.16 | 8.48 | 0.86 | 0.45 |
| Hex | D6 | 2C | 10 | 0 | 4F | 5D | 10 | 8 | 56 | 2D |
| Octal | 326 | 54 | 20 | 0 | 117 | 135 | 20 | 10 | 126 | 55 |
| Binary | 11010110 | 101100 | 10000 | 0 | 1001111 | 1011101 | 10000 | 1000 | 1010110 | 101101 |
Color Harmonies of #D62C10
Complementary color
Monochromatic Colors of #D62C10
Black with #D62C10
Text Example
Text Example
White with #D62C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62C10; }
p { color: rgb(214,44,16); }
H1.HeaderClassName
{
color: #D62C10;
}
.AnyTagClassName
{
color: #D62C10;
}
</style>
background-color css
<style>
a { background-color: #D62C10; }
a { background-color: rgb(214,44,16); }
div.DivClassName
{
background-color: #D62C10;
}
.BgClassName
{
background-color: #D62C10;
}
</style>
border-color css
<style>
span { border-color: #D62C10; }
span { border-color: rgb(214,44,16); }
td.TdClassName
{
border-color: #D62C10;
}
.TagClassName
{
border-color: #D62C10;
}
</style>