Html Css Color HEX #C02010 Harley Davidson Orange
📋 copy color: '#C02010'red 192 ◦ green 32 ◦ blue 16
Shades of Harley Davidson Orange #C02010
Tints of Harley Davidson Orange #C02010
RGB
CMYK
RGB Variations
Color information
#C02010 (or 0xC02010) is known color: Harley Davidson Orange. HEX triplet: C0, 20 and 10. RGB value is (192,32,16). Sum of RGB (Red+Green+Blue) = 192+32+16=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C02010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02010 is #3FDFEF. Grayscale: #4E4E4E. Windows color (decimal): -4186096 or 1056960. OLE color: 1056960.
HSL color Cylindrical-coordinate representation of color #C02010: hue angle of 5.45º 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 #C02010 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 16 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.25 |
| HSL | 5.45º | 0.85% | 0.41% | - |
| HSV(B) | 5.45º | 0.92% | 0.75% | - |
| XYZ | 22.35 | 12.28 | 1.68 | - |
| YUV | 78.02 | 93.01 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 16 | 0 | 0.83 | 0.92 | 0.25 | 5.45 | 0.85 | 0.41 |
| Hex | C0 | 20 | 10 | 0 | 53 | 5C | 19 | 5 | 55 | 29 |
| Octal | 300 | 40 | 20 | 0 | 123 | 134 | 31 | 5 | 125 | 51 |
| Binary | 11000000 | 100000 | 10000 | 0 | 1010011 | 1011100 | 11001 | 101 | 1010101 | 101001 |
Color Harmonies of #C02010
Complementary color
Monochromatic Colors of #C02010
Black with #C02010
Text Example
Text Example
White with #C02010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02010; }
p { color: rgb(192,32,16); }
H1.HeaderClassName
{
color: #C02010;
}
.AnyTagClassName
{
color: #C02010;
}
</style>
background-color css
<style>
a { background-color: #C02010; }
a { background-color: rgb(192,32,16); }
div.DivClassName
{
background-color: #C02010;
}
.BgClassName
{
background-color: #C02010;
}
</style>
border-color css
<style>
span { border-color: #C02010; }
span { border-color: rgb(192,32,16); }
td.TdClassName
{
border-color: #C02010;
}
.TagClassName
{
border-color: #C02010;
}
</style>