Html Css Color HEX #C62016 Harley Davidson Orange
📋 copy color: '#C62016'red 198 ◦ green 32 ◦ blue 22
Shades of Harley Davidson Orange #C62016
Tints of Harley Davidson Orange #C62016
RGB
CMYK
RGB Variations
Color information
#C62016 (or 0xC62016) is known color: Harley Davidson Orange. HEX triplet: C6, 20 and 16. RGB value is (198,32,22). Sum of RGB (Red+Green+Blue) = 198+32+22=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C62016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62016 is #39DFE9. Grayscale: #505050. Windows color (decimal): -3792874 or 1450182. OLE color: 1450182.
HSL color Cylindrical-coordinate representation of color #C62016: hue angle of 3.41º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C62016 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 22 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.22 |
| HSL | 3.41º | 0.8% | 0.43% | - |
| HSV(B) | 3.41º | 0.89% | 0.78% | - |
| XYZ | 23.95 | 13.1 | 2.02 | - |
| YUV | 80.49 | 95 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 22 | 0 | 0.84 | 0.89 | 0.22 | 3.41 | 0.8 | 0.43 |
| Hex | C6 | 20 | 16 | 0 | 54 | 59 | 16 | 3 | 50 | 2B |
| Octal | 306 | 40 | 26 | 0 | 124 | 131 | 26 | 3 | 120 | 53 |
| Binary | 11000110 | 100000 | 10110 | 0 | 1010100 | 1011001 | 10110 | 11 | 1010000 | 101011 |
Color Harmonies of #C62016
Complementary color
Monochromatic Colors of #C62016
Black with #C62016
Text Example
Text Example
White with #C62016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62016; }
p { color: rgb(198,32,22); }
H1.HeaderClassName
{
color: #C62016;
}
.AnyTagClassName
{
color: #C62016;
}
</style>
background-color css
<style>
a { background-color: #C62016; }
a { background-color: rgb(198,32,22); }
div.DivClassName
{
background-color: #C62016;
}
.BgClassName
{
background-color: #C62016;
}
</style>
border-color css
<style>
span { border-color: #C62016; }
span { border-color: rgb(198,32,22); }
td.TdClassName
{
border-color: #C62016;
}
.TagClassName
{
border-color: #C62016;
}
</style>