Html Css Color HEX #C22114 Harley Davidson Orange
📋 copy color: '#C22114'red 194 ◦ green 33 ◦ blue 20
Shades of Harley Davidson Orange #C22114
Tints of Harley Davidson Orange #C22114
RGB
CMYK
RGB Variations
Color information
#C22114 (or 0xC22114) is known color: Harley Davidson Orange. HEX triplet: C2, 21 and 14. RGB value is (194,33,20). Sum of RGB (Red+Green+Blue) = 194+33+20=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C22114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22114 is #3DDEEB. Grayscale: #4F4F4F. Windows color (decimal): -4054764 or 1319362. OLE color: 1319362.
HSL color Cylindrical-coordinate representation of color #C22114: hue angle of 4.48º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C22114 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 20 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.24 |
| HSL | 4.48º | 0.81% | 0.42% | - |
| HSV(B) | 4.48º | 0.9% | 0.76% | - |
| XYZ | 22.92 | 12.61 | 1.89 | - |
| YUV | 79.66 | 94.34 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 20 | 0 | 0.83 | 0.90 | 0.24 | 4.48 | 0.81 | 0.42 |
| Hex | C2 | 21 | 14 | 0 | 53 | 5A | 18 | 4 | 51 | 2A |
| Octal | 302 | 41 | 24 | 0 | 123 | 132 | 30 | 4 | 121 | 52 |
| Binary | 11000010 | 100001 | 10100 | 0 | 1010011 | 1011010 | 11000 | 100 | 1010001 | 101010 |
Color Harmonies of #C22114
Complementary color
Monochromatic Colors of #C22114
Black with #C22114
Text Example
Text Example
White with #C22114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22114; }
p { color: rgb(194,33,20); }
H1.HeaderClassName
{
color: #C22114;
}
.AnyTagClassName
{
color: #C22114;
}
</style>
background-color css
<style>
a { background-color: #C22114; }
a { background-color: rgb(194,33,20); }
div.DivClassName
{
background-color: #C22114;
}
.BgClassName
{
background-color: #C22114;
}
</style>
border-color css
<style>
span { border-color: #C22114; }
span { border-color: rgb(194,33,20); }
td.TdClassName
{
border-color: #C22114;
}
.TagClassName
{
border-color: #C22114;
}
</style>