Html Css Color HEX #C22C10 Harley Davidson Orange
📋 copy color: '#C22C10'red 194 ◦ green 44 ◦ blue 16
Shades of Harley Davidson Orange #C22C10
Tints of Harley Davidson Orange #C22C10
RGB
CMYK
RGB Variations
Color information
#C22C10 (or 0xC22C10) is known color: Harley Davidson Orange. HEX triplet: C2, 2C and 10. RGB value is (194,44,16). Sum of RGB (Red+Green+Blue) = 194+44+16=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22C10 is #3DD3EF. Grayscale: #555555. Windows color (decimal): -4051952 or 1060034. OLE color: 1060034.
HSL color Cylindrical-coordinate representation of color #C22C10: hue angle of 9.44º 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 #C22C10 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 16 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.24 |
| HSL | 9.44º | 0.85% | 0.41% | - |
| HSV(B) | 9.44º | 0.92% | 0.76% | - |
| XYZ | 23.24 | 13.31 | 1.83 | - |
| YUV | 85.66 | 88.7 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 16 | 0 | 0.77 | 0.92 | 0.24 | 9.44 | 0.85 | 0.41 |
| Hex | C2 | 2C | 10 | 0 | 4D | 5C | 18 | 9 | 55 | 29 |
| Octal | 302 | 54 | 20 | 0 | 115 | 134 | 30 | 11 | 125 | 51 |
| Binary | 11000010 | 101100 | 10000 | 0 | 1001101 | 1011100 | 11000 | 1001 | 1010101 | 101001 |
Color Harmonies of #C22C10
Complementary color
Monochromatic Colors of #C22C10
Black with #C22C10
Text Example
Text Example
White with #C22C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C10; }
p { color: rgb(194,44,16); }
H1.HeaderClassName
{
color: #C22C10;
}
.AnyTagClassName
{
color: #C22C10;
}
</style>
background-color css
<style>
a { background-color: #C22C10; }
a { background-color: rgb(194,44,16); }
div.DivClassName
{
background-color: #C22C10;
}
.BgClassName
{
background-color: #C22C10;
}
</style>
border-color css
<style>
span { border-color: #C22C10; }
span { border-color: rgb(194,44,16); }
td.TdClassName
{
border-color: #C22C10;
}
.TagClassName
{
border-color: #C22C10;
}
</style>