Html Css Color HEX #C2220E Harley Davidson Orange
📋 copy color: '#C2220E'red 194 ◦ green 34 ◦ blue 14
Shades of Harley Davidson Orange #C2220E
Tints of Harley Davidson Orange #C2220E
RGB
CMYK
RGB Variations
Color information
#C2220E (or 0xC2220E) is known color: Harley Davidson Orange. HEX triplet: C2, 22 and 0E. RGB value is (194,34,14). Sum of RGB (Red+Green+Blue) = 194+34+14=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C2220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2220E is #3DDDF1. Grayscale: #4F4F4F. Windows color (decimal): -4054514 or 926402. OLE color: 926402.
HSL color Cylindrical-coordinate representation of color #C2220E: hue angle of 6.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2220E is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 14 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.24 |
| HSL | 6.67º | 0.87% | 0.41% | - |
| HSV(B) | 6.67º | 0.93% | 0.76% | - |
| XYZ | 22.9 | 12.65 | 1.65 | - |
| YUV | 79.56 | 91.01 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 14 | 0 | 0.82 | 0.93 | 0.24 | 6.67 | 0.87 | 0.41 |
| Hex | C2 | 22 | E | 0 | 52 | 5D | 18 | 7 | 57 | 29 |
| Octal | 302 | 42 | 16 | 0 | 122 | 135 | 30 | 7 | 127 | 51 |
| Binary | 11000010 | 100010 | 1110 | 0 | 1010010 | 1011101 | 11000 | 111 | 1010111 | 101001 |
Color Harmonies of #C2220E
Complementary color
Monochromatic Colors of #C2220E
Black with #C2220E
Text Example
Text Example
White with #C2220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2220E; }
p { color: rgb(194,34,14); }
H1.HeaderClassName
{
color: #C2220E;
}
.AnyTagClassName
{
color: #C2220E;
}
</style>
background-color css
<style>
a { background-color: #C2220E; }
a { background-color: rgb(194,34,14); }
div.DivClassName
{
background-color: #C2220E;
}
.BgClassName
{
background-color: #C2220E;
}
</style>
border-color css
<style>
span { border-color: #C2220E; }
span { border-color: rgb(194,34,14); }
td.TdClassName
{
border-color: #C2220E;
}
.TagClassName
{
border-color: #C2220E;
}
</style>