Html Css Color HEX #C62110 Harley Davidson Orange
📋 copy color: '#C62110'red 198 ◦ green 33 ◦ blue 16
Shades of Harley Davidson Orange #C62110
Tints of Harley Davidson Orange #C62110
RGB
CMYK
RGB Variations
Color information
#C62110 (or 0xC62110) is known color: Harley Davidson Orange. HEX triplet: C6, 21 and 10. RGB value is (198,33,16). Sum of RGB (Red+Green+Blue) = 198+33+16=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C62110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62110 is #39DEEF. Grayscale: #505050. Windows color (decimal): -3792624 or 1057222. OLE color: 1057222.
HSL color Cylindrical-coordinate representation of color #C62110: hue angle of 5.6º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C62110 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 16 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.22 |
| HSL | 5.6º | 0.85% | 0.42% | - |
| HSV(B) | 5.6º | 0.92% | 0.78% | - |
| XYZ | 23.93 | 13.13 | 1.76 | - |
| YUV | 80.4 | 91.66 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 16 | 0 | 0.83 | 0.92 | 0.22 | 5.6 | 0.85 | 0.42 |
| Hex | C6 | 21 | 10 | 0 | 53 | 5C | 16 | 6 | 55 | 2A |
| Octal | 306 | 41 | 20 | 0 | 123 | 134 | 26 | 6 | 125 | 52 |
| Binary | 11000110 | 100001 | 10000 | 0 | 1010011 | 1011100 | 10110 | 110 | 1010101 | 101010 |
Color Harmonies of #C62110
Complementary color
Monochromatic Colors of #C62110
Black with #C62110
Text Example
Text Example
White with #C62110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62110; }
p { color: rgb(198,33,16); }
H1.HeaderClassName
{
color: #C62110;
}
.AnyTagClassName
{
color: #C62110;
}
</style>
background-color css
<style>
a { background-color: #C62110; }
a { background-color: rgb(198,33,16); }
div.DivClassName
{
background-color: #C62110;
}
.BgClassName
{
background-color: #C62110;
}
</style>
border-color css
<style>
span { border-color: #C62110; }
span { border-color: rgb(198,33,16); }
td.TdClassName
{
border-color: #C62110;
}
.TagClassName
{
border-color: #C62110;
}
</style>