Html Css Color HEX #C03210 Harley Davidson Orange
📋 copy color: '#C03210'red 192 ◦ green 50 ◦ blue 16
Shades of Harley Davidson Orange #C03210
Tints of Harley Davidson Orange #C03210
RGB
CMYK
RGB Variations
Color information
#C03210 (or 0xC03210) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 10. RGB value is (192,50,16). Sum of RGB (Red+Green+Blue) = 192+50+16=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C03210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03210 is #3FCDEF. Grayscale: #585858. Windows color (decimal): -4181488 or 1061568. OLE color: 1061568.
HSL color Cylindrical-coordinate representation of color #C03210: hue angle of 11.59º 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 #C03210 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 16 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.25 |
| HSL | 11.59º | 0.85% | 0.41% | - |
| HSV(B) | 11.59º | 0.92% | 0.75% | - |
| XYZ | 22.97 | 13.53 | 1.89 | - |
| YUV | 88.58 | 87.04 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 16 | 0 | 0.74 | 0.92 | 0.25 | 11.59 | 0.85 | 0.41 |
| Hex | C0 | 32 | 10 | 0 | 4A | 5C | 19 | C | 55 | 29 |
| Octal | 300 | 62 | 20 | 0 | 112 | 134 | 31 | 14 | 125 | 51 |
| Binary | 11000000 | 110010 | 10000 | 0 | 1001010 | 1011100 | 11001 | 1100 | 1010101 | 101001 |
Color Harmonies of #C03210
Complementary color
Monochromatic Colors of #C03210
Black with #C03210
Text Example
Text Example
White with #C03210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03210; }
p { color: rgb(192,50,16); }
H1.HeaderClassName
{
color: #C03210;
}
.AnyTagClassName
{
color: #C03210;
}
</style>
background-color css
<style>
a { background-color: #C03210; }
a { background-color: rgb(192,50,16); }
div.DivClassName
{
background-color: #C03210;
}
.BgClassName
{
background-color: #C03210;
}
</style>
border-color css
<style>
span { border-color: #C03210; }
span { border-color: rgb(192,50,16); }
td.TdClassName
{
border-color: #C03210;
}
.TagClassName
{
border-color: #C03210;
}
</style>