Html Css Color HEX #C22112 Harley Davidson Orange
📋 copy color: '#C22112'red 194 ◦ green 33 ◦ blue 18
Shades of Harley Davidson Orange #C22112
Tints of Harley Davidson Orange #C22112
RGB
CMYK
RGB Variations
Color information
#C22112 (or 0xC22112) is known color: Harley Davidson Orange. HEX triplet: C2, 21 and 12. RGB value is (194,33,18). Sum of RGB (Red+Green+Blue) = 194+33+18=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C22112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22112 is #3DDEED. Grayscale: #4F4F4F. Windows color (decimal): -4054766 or 1188290. OLE color: 1188290.
HSL color Cylindrical-coordinate representation of color #C22112: hue angle of 5.11º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C22112 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 18 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.24 |
| HSL | 5.11º | 0.83% | 0.42% | - |
| HSV(B) | 5.11º | 0.91% | 0.76% | - |
| XYZ | 22.9 | 12.6 | 1.8 | - |
| YUV | 79.43 | 93.34 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 18 | 0 | 0.83 | 0.91 | 0.24 | 5.11 | 0.83 | 0.42 |
| Hex | C2 | 21 | 12 | 0 | 53 | 5B | 18 | 5 | 53 | 2A |
| Octal | 302 | 41 | 22 | 0 | 123 | 133 | 30 | 5 | 123 | 52 |
| Binary | 11000010 | 100001 | 10010 | 0 | 1010011 | 1011011 | 11000 | 101 | 1010011 | 101010 |
Color Harmonies of #C22112
Complementary color
Monochromatic Colors of #C22112
Black with #C22112
Text Example
Text Example
White with #C22112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22112; }
p { color: rgb(194,33,18); }
H1.HeaderClassName
{
color: #C22112;
}
.AnyTagClassName
{
color: #C22112;
}
</style>
background-color css
<style>
a { background-color: #C22112; }
a { background-color: rgb(194,33,18); }
div.DivClassName
{
background-color: #C22112;
}
.BgClassName
{
background-color: #C22112;
}
</style>
border-color css
<style>
span { border-color: #C22112; }
span { border-color: rgb(194,33,18); }
td.TdClassName
{
border-color: #C22112;
}
.TagClassName
{
border-color: #C22112;
}
</style>