Html Css Color HEX #C0220A Harley Davidson Orange
📋 copy color: '#C0220A'red 192 ◦ green 34 ◦ blue 10
Shades of Harley Davidson Orange #C0220A
Tints of Harley Davidson Orange #C0220A
RGB
CMYK
RGB Variations
Color information
#C0220A (or 0xC0220A) is known color: Harley Davidson Orange. HEX triplet: C0, 22 and 0A. RGB value is (192,34,10). Sum of RGB (Red+Green+Blue) = 192+34+10=236 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.36% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 192 - color contains mainly: red. Hex color #C0220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0220A is #3FDDF5. Grayscale: #4E4E4E. Windows color (decimal): -4185590 or 664256. OLE color: 664256.
HSL color Cylindrical-coordinate representation of color #C0220A: hue angle of 7.91º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0220A is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 10 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.25 |
| HSL | 7.91º | 0.9% | 0.4% | - |
| HSV(B) | 7.91º | 0.95% | 0.75% | - |
| XYZ | 22.37 | 12.37 | 1.5 | - |
| YUV | 78.51 | 89.35 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 10 | 0 | 0.82 | 0.95 | 0.25 | 7.91 | 0.9 | 0.4 |
| Hex | C0 | 22 | A | 0 | 52 | 5F | 19 | 8 | 5A | 28 |
| Octal | 300 | 42 | 12 | 0 | 122 | 137 | 31 | 10 | 132 | 50 |
| Binary | 11000000 | 100010 | 1010 | 0 | 1010010 | 1011111 | 11001 | 1000 | 1011010 | 101000 |
Color Harmonies of #C0220A
Complementary color
Monochromatic Colors of #C0220A
Black with #C0220A
Text Example
Text Example
White with #C0220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0220A; }
p { color: rgb(192,34,10); }
H1.HeaderClassName
{
color: #C0220A;
}
.AnyTagClassName
{
color: #C0220A;
}
</style>
background-color css
<style>
a { background-color: #C0220A; }
a { background-color: rgb(192,34,10); }
div.DivClassName
{
background-color: #C0220A;
}
.BgClassName
{
background-color: #C0220A;
}
</style>
border-color css
<style>
span { border-color: #C0220A; }
span { border-color: rgb(192,34,10); }
td.TdClassName
{
border-color: #C0220A;
}
.TagClassName
{
border-color: #C0220A;
}
</style>