Html Css Color HEX #C02210 Harley Davidson Orange
📋 copy color: '#C02210'red 192 ◦ green 34 ◦ blue 16
Shades of Harley Davidson Orange #C02210
Tints of Harley Davidson Orange #C02210
RGB
CMYK
RGB Variations
Color information
#C02210 (or 0xC02210) is known color: Harley Davidson Orange. HEX triplet: C0, 22 and 10. RGB value is (192,34,16). Sum of RGB (Red+Green+Blue) = 192+34+16=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C02210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02210 is #3FDDEF. Grayscale: #4F4F4F. Windows color (decimal): -4185584 or 1057472. OLE color: 1057472.
HSL color Cylindrical-coordinate representation of color #C02210: hue angle of 6.14º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C02210 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 16 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.25 |
| HSL | 6.14º | 0.85% | 0.41% | - |
| HSV(B) | 6.14º | 0.92% | 0.75% | - |
| XYZ | 22.4 | 12.39 | 1.7 | - |
| YUV | 79.19 | 92.35 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 16 | 0 | 0.82 | 0.92 | 0.25 | 6.14 | 0.85 | 0.41 |
| Hex | C0 | 22 | 10 | 0 | 52 | 5C | 19 | 6 | 55 | 29 |
| Octal | 300 | 42 | 20 | 0 | 122 | 134 | 31 | 6 | 125 | 51 |
| Binary | 11000000 | 100010 | 10000 | 0 | 1010010 | 1011100 | 11001 | 110 | 1010101 | 101001 |
Color Harmonies of #C02210
Complementary color
Monochromatic Colors of #C02210
Black with #C02210
Text Example
Text Example
White with #C02210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02210; }
p { color: rgb(192,34,16); }
H1.HeaderClassName
{
color: #C02210;
}
.AnyTagClassName
{
color: #C02210;
}
</style>
background-color css
<style>
a { background-color: #C02210; }
a { background-color: rgb(192,34,16); }
div.DivClassName
{
background-color: #C02210;
}
.BgClassName
{
background-color: #C02210;
}
</style>
border-color css
<style>
span { border-color: #C02210; }
span { border-color: rgb(192,34,16); }
td.TdClassName
{
border-color: #C02210;
}
.TagClassName
{
border-color: #C02210;
}
</style>