Html Css Color HEX #C12211 Harley Davidson Orange
📋 copy color: '#C12211'red 193 ◦ green 34 ◦ blue 17
Shades of Harley Davidson Orange #C12211
Tints of Harley Davidson Orange #C12211
RGB
CMYK
RGB Variations
Color information
#C12211 (or 0xC12211) is known color: Harley Davidson Orange. HEX triplet: C1, 22 and 11. RGB value is (193,34,17). Sum of RGB (Red+Green+Blue) = 193+34+17=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C12211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12211 is #3EDDEE. Grayscale: #4F4F4F. Windows color (decimal): -4120047 or 1123009. OLE color: 1123009.
HSL color Cylindrical-coordinate representation of color #C12211: hue angle of 5.8º 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 #C12211 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 17 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.24 |
| HSL | 5.8º | 0.84% | 0.41% | - |
| HSV(B) | 5.8º | 0.91% | 0.76% | - |
| XYZ | 22.67 | 12.52 | 1.75 | - |
| YUV | 79.6 | 92.68 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 17 | 0 | 0.82 | 0.91 | 0.24 | 5.8 | 0.84 | 0.41 |
| Hex | C1 | 22 | 11 | 0 | 52 | 5B | 18 | 6 | 54 | 29 |
| Octal | 301 | 42 | 21 | 0 | 122 | 133 | 30 | 6 | 124 | 51 |
| Binary | 11000001 | 100010 | 10001 | 0 | 1010010 | 1011011 | 11000 | 110 | 1010100 | 101001 |
Color Harmonies of #C12211
Complementary color
Monochromatic Colors of #C12211
Black with #C12211
Text Example
Text Example
White with #C12211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12211; }
p { color: rgb(193,34,17); }
H1.HeaderClassName
{
color: #C12211;
}
.AnyTagClassName
{
color: #C12211;
}
</style>
background-color css
<style>
a { background-color: #C12211; }
a { background-color: rgb(193,34,17); }
div.DivClassName
{
background-color: #C12211;
}
.BgClassName
{
background-color: #C12211;
}
</style>
border-color css
<style>
span { border-color: #C12211; }
span { border-color: rgb(193,34,17); }
td.TdClassName
{
border-color: #C12211;
}
.TagClassName
{
border-color: #C12211;
}
</style>