Html Css Color HEX #C62011 Harley Davidson Orange
📋 copy color: '#C62011'red 198 ◦ green 32 ◦ blue 17
Shades of Harley Davidson Orange #C62011
Tints of Harley Davidson Orange #C62011
RGB
CMYK
RGB Variations
Color information
#C62011 (or 0xC62011) is known color: Harley Davidson Orange. HEX triplet: C6, 20 and 11. RGB value is (198,32,17). Sum of RGB (Red+Green+Blue) = 198+32+17=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C62011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62011 is #39DFEE. Grayscale: #505050. Windows color (decimal): -3792879 or 1122502. OLE color: 1122502.
HSL color Cylindrical-coordinate representation of color #C62011: hue angle of 4.97º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C62011 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 17 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.22 |
| HSL | 4.97º | 0.84% | 0.42% | - |
| HSV(B) | 4.97º | 0.91% | 0.78% | - |
| XYZ | 23.91 | 13.08 | 1.79 | - |
| YUV | 79.92 | 92.5 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 17 | 0 | 0.84 | 0.91 | 0.22 | 4.97 | 0.84 | 0.42 |
| Hex | C6 | 20 | 11 | 0 | 54 | 5B | 16 | 5 | 54 | 2A |
| Octal | 306 | 40 | 21 | 0 | 124 | 133 | 26 | 5 | 124 | 52 |
| Binary | 11000110 | 100000 | 10001 | 0 | 1010100 | 1011011 | 10110 | 101 | 1010100 | 101010 |
Color Harmonies of #C62011
Complementary color
Monochromatic Colors of #C62011
Black with #C62011
Text Example
Text Example
White with #C62011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62011; }
p { color: rgb(198,32,17); }
H1.HeaderClassName
{
color: #C62011;
}
.AnyTagClassName
{
color: #C62011;
}
</style>
background-color css
<style>
a { background-color: #C62011; }
a { background-color: rgb(198,32,17); }
div.DivClassName
{
background-color: #C62011;
}
.BgClassName
{
background-color: #C62011;
}
</style>
border-color css
<style>
span { border-color: #C62011; }
span { border-color: rgb(198,32,17); }
td.TdClassName
{
border-color: #C62011;
}
.TagClassName
{
border-color: #C62011;
}
</style>