Html Css Color HEX #C22E11 Harley Davidson Orange
📋 copy color: '#C22E11'red 194 ◦ green 46 ◦ blue 17
Shades of Harley Davidson Orange #C22E11
Tints of Harley Davidson Orange #C22E11
RGB
CMYK
RGB Variations
Color information
#C22E11 (or 0xC22E11) is known color: Harley Davidson Orange. HEX triplet: C2, 2E and 11. RGB value is (194,46,17). Sum of RGB (Red+Green+Blue) = 194+46+17=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22E11 is #3DD1EE. Grayscale: #575757. Windows color (decimal): -4051439 or 1126082. OLE color: 1126082.
HSL color Cylindrical-coordinate representation of color #C22E11: hue angle of 9.83º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C22E11 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 17 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.24 |
| HSL | 9.83º | 0.84% | 0.41% | - |
| HSV(B) | 9.83º | 0.91% | 0.76% | - |
| XYZ | 23.33 | 13.46 | 1.9 | - |
| YUV | 86.95 | 88.53 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 17 | 0 | 0.76 | 0.91 | 0.24 | 9.83 | 0.84 | 0.41 |
| Hex | C2 | 2E | 11 | 0 | 4C | 5B | 18 | A | 54 | 29 |
| Octal | 302 | 56 | 21 | 0 | 114 | 133 | 30 | 12 | 124 | 51 |
| Binary | 11000010 | 101110 | 10001 | 0 | 1001100 | 1011011 | 11000 | 1010 | 1010100 | 101001 |
Color Harmonies of #C22E11
Complementary color
Monochromatic Colors of #C22E11
Black with #C22E11
Text Example
Text Example
White with #C22E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22E11; }
p { color: rgb(194,46,17); }
H1.HeaderClassName
{
color: #C22E11;
}
.AnyTagClassName
{
color: #C22E11;
}
</style>
background-color css
<style>
a { background-color: #C22E11; }
a { background-color: rgb(194,46,17); }
div.DivClassName
{
background-color: #C22E11;
}
.BgClassName
{
background-color: #C22E11;
}
</style>
border-color css
<style>
span { border-color: #C22E11; }
span { border-color: rgb(194,46,17); }
td.TdClassName
{
border-color: #C22E11;
}
.TagClassName
{
border-color: #C22E11;
}
</style>