Html Css Color HEX #C22210 Harley Davidson Orange
📋 copy color: '#C22210'red 194 ◦ green 34 ◦ blue 16
Shades of Harley Davidson Orange #C22210
Tints of Harley Davidson Orange #C22210
RGB
CMYK
RGB Variations
Color information
#C22210 (or 0xC22210) is known color: Harley Davidson Orange. HEX triplet: C2, 22 and 10. RGB value is (194,34,16). Sum of RGB (Red+Green+Blue) = 194+34+16=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C22210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22210 is #3DDDEF. Grayscale: #505050. Windows color (decimal): -4054512 or 1057474. OLE color: 1057474.
HSL color Cylindrical-coordinate representation of color #C22210: hue angle of 6.07º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C22210 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 16 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.24 |
| HSL | 6.07º | 0.85% | 0.41% | - |
| HSV(B) | 6.07º | 0.92% | 0.76% | - |
| XYZ | 22.91 | 12.65 | 1.72 | - |
| YUV | 79.79 | 92.01 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 16 | 0 | 0.82 | 0.92 | 0.24 | 6.07 | 0.85 | 0.41 |
| Hex | C2 | 22 | 10 | 0 | 52 | 5C | 18 | 6 | 55 | 29 |
| Octal | 302 | 42 | 20 | 0 | 122 | 134 | 30 | 6 | 125 | 51 |
| Binary | 11000010 | 100010 | 10000 | 0 | 1010010 | 1011100 | 11000 | 110 | 1010101 | 101001 |
Color Harmonies of #C22210
Complementary color
Monochromatic Colors of #C22210
Black with #C22210
Text Example
Text Example
White with #C22210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22210; }
p { color: rgb(194,34,16); }
H1.HeaderClassName
{
color: #C22210;
}
.AnyTagClassName
{
color: #C22210;
}
</style>
background-color css
<style>
a { background-color: #C22210; }
a { background-color: rgb(194,34,16); }
div.DivClassName
{
background-color: #C22210;
}
.BgClassName
{
background-color: #C22210;
}
</style>
border-color css
<style>
span { border-color: #C22210; }
span { border-color: rgb(194,34,16); }
td.TdClassName
{
border-color: #C22210;
}
.TagClassName
{
border-color: #C22210;
}
</style>