Html Css Color HEX #C03C14 Harley Davidson Orange
📋 copy color: '#C03C14'red 192 ◦ green 60 ◦ blue 20
Shades of Harley Davidson Orange #C03C14
Tints of Harley Davidson Orange #C03C14
RGB
CMYK
RGB Variations
Color information
#C03C14 (or 0xC03C14) is known color: Harley Davidson Orange. HEX triplet: C0, 3C and 14. RGB value is (192,60,20). Sum of RGB (Red+Green+Blue) = 192+60+20=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03C14 is #3FC3EB. Grayscale: #5F5F5F. Windows color (decimal): -4178924 or 1326272. OLE color: 1326272.
HSL color Cylindrical-coordinate representation of color #C03C14: hue angle of 13.95º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03C14 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 20 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.25 |
| HSL | 13.95º | 0.81% | 0.42% | - |
| HSV(B) | 13.95º | 0.9% | 0.75% | - |
| XYZ | 23.48 | 14.49 | 2.22 | - |
| YUV | 94.91 | 85.73 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 20 | 0 | 0.69 | 0.90 | 0.25 | 13.95 | 0.81 | 0.42 |
| Hex | C0 | 3C | 14 | 0 | 45 | 5A | 19 | E | 51 | 2A |
| Octal | 300 | 74 | 24 | 0 | 105 | 132 | 31 | 16 | 121 | 52 |
| Binary | 11000000 | 111100 | 10100 | 0 | 1000101 | 1011010 | 11001 | 1110 | 1010001 | 101010 |
Color Harmonies of #C03C14
Complementary color
Monochromatic Colors of #C03C14
Black with #C03C14
Text Example
Text Example
White with #C03C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C14; }
p { color: rgb(192,60,20); }
H1.HeaderClassName
{
color: #C03C14;
}
.AnyTagClassName
{
color: #C03C14;
}
</style>
background-color css
<style>
a { background-color: #C03C14; }
a { background-color: rgb(192,60,20); }
div.DivClassName
{
background-color: #C03C14;
}
.BgClassName
{
background-color: #C03C14;
}
</style>
border-color css
<style>
span { border-color: #C03C14; }
span { border-color: rgb(192,60,20); }
td.TdClassName
{
border-color: #C03C14;
}
.TagClassName
{
border-color: #C03C14;
}
</style>