Html Css Color HEX #C03C16 Harley Davidson Orange
📋 copy color: '#C03C16'red 192 ◦ green 60 ◦ blue 22
Shades of Harley Davidson Orange #C03C16
Tints of Harley Davidson Orange #C03C16
RGB
CMYK
RGB Variations
Color information
#C03C16 (or 0xC03C16) is known color: Harley Davidson Orange. HEX triplet: C0, 3C and 16. RGB value is (192,60,22). Sum of RGB (Red+Green+Blue) = 192+60+22=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03C16 is #3FC3E9. Grayscale: #5F5F5F. Windows color (decimal): -4178922 or 1457344. OLE color: 1457344.
HSL color Cylindrical-coordinate representation of color #C03C16: hue angle of 13.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C03C16 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 22 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.25 |
| HSL | 13.41º | 0.79% | 0.42% | - |
| HSV(B) | 13.41º | 0.89% | 0.75% | - |
| XYZ | 23.5 | 14.5 | 2.32 | - |
| YUV | 95.14 | 86.73 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 22 | 0 | 0.69 | 0.89 | 0.25 | 13.41 | 0.79 | 0.42 |
| Hex | C0 | 3C | 16 | 0 | 45 | 59 | 19 | D | 4F | 2A |
| Octal | 300 | 74 | 26 | 0 | 105 | 131 | 31 | 15 | 117 | 52 |
| Binary | 11000000 | 111100 | 10110 | 0 | 1000101 | 1011001 | 11001 | 1101 | 1001111 | 101010 |
Color Harmonies of #C03C16
Complementary color
Monochromatic Colors of #C03C16
Black with #C03C16
Text Example
Text Example
White with #C03C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C16; }
p { color: rgb(192,60,22); }
H1.HeaderClassName
{
color: #C03C16;
}
.AnyTagClassName
{
color: #C03C16;
}
</style>
background-color css
<style>
a { background-color: #C03C16; }
a { background-color: rgb(192,60,22); }
div.DivClassName
{
background-color: #C03C16;
}
.BgClassName
{
background-color: #C03C16;
}
</style>
border-color css
<style>
span { border-color: #C03C16; }
span { border-color: rgb(192,60,22); }
td.TdClassName
{
border-color: #C03C16;
}
.TagClassName
{
border-color: #C03C16;
}
</style>