Html Css Color HEX #C0220E Harley Davidson Orange
📋 copy color: '#C0220E'red 192 ◦ green 34 ◦ blue 14
Shades of Harley Davidson Orange #C0220E
Tints of Harley Davidson Orange #C0220E
RGB
CMYK
RGB Variations
Color information
#C0220E (or 0xC0220E) is known color: Harley Davidson Orange. HEX triplet: C0, 22 and 0E. RGB value is (192,34,14). Sum of RGB (Red+Green+Blue) = 192+34+14=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C0220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0220E is #3FDDF1. Grayscale: #4F4F4F. Windows color (decimal): -4185586 or 926400. OLE color: 926400.
HSL color Cylindrical-coordinate representation of color #C0220E: hue angle of 6.74º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0220E is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 14 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.25 |
| HSL | 6.74º | 0.86% | 0.4% | - |
| HSV(B) | 6.74º | 0.93% | 0.75% | - |
| XYZ | 22.39 | 12.38 | 1.63 | - |
| YUV | 78.96 | 91.35 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 14 | 0 | 0.82 | 0.93 | 0.25 | 6.74 | 0.86 | 0.4 |
| Hex | C0 | 22 | E | 0 | 52 | 5D | 19 | 7 | 56 | 28 |
| Octal | 300 | 42 | 16 | 0 | 122 | 135 | 31 | 7 | 126 | 50 |
| Binary | 11000000 | 100010 | 1110 | 0 | 1010010 | 1011101 | 11001 | 111 | 1010110 | 101000 |
Color Harmonies of #C0220E
Complementary color
Monochromatic Colors of #C0220E
Black with #C0220E
Text Example
Text Example
White with #C0220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0220E; }
p { color: rgb(192,34,14); }
H1.HeaderClassName
{
color: #C0220E;
}
.AnyTagClassName
{
color: #C0220E;
}
</style>
background-color css
<style>
a { background-color: #C0220E; }
a { background-color: rgb(192,34,14); }
div.DivClassName
{
background-color: #C0220E;
}
.BgClassName
{
background-color: #C0220E;
}
</style>
border-color css
<style>
span { border-color: #C0220E; }
span { border-color: rgb(192,34,14); }
td.TdClassName
{
border-color: #C0220E;
}
.TagClassName
{
border-color: #C0220E;
}
</style>