Html Css Color HEX #C03E20 Harley Davidson Orange
📋 copy color: '#C03E20'red 192 ◦ green 62 ◦ blue 32
Shades of Harley Davidson Orange #C03E20
Tints of Harley Davidson Orange #C03E20
RGB
CMYK
RGB Variations
Color information
#C03E20 (or 0xC03E20) is known color: Harley Davidson Orange. HEX triplet: C0, 3E and 20. RGB value is (192,62,32). Sum of RGB (Red+Green+Blue) = 192+62+32=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E20 is #3FC1DF. Grayscale: #616161. Windows color (decimal): -4178400 or 2113216. OLE color: 2113216.
HSL color Cylindrical-coordinate representation of color #C03E20: hue angle of 11.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C03E20 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 32 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.25 |
| HSL | 11.25º | 0.71% | 0.44% | - |
| HSV(B) | 11.25º | 0.83% | 0.75% | - |
| XYZ | 23.72 | 14.76 | 2.96 | - |
| YUV | 97.45 | 91.07 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 32 | 0 | 0.68 | 0.83 | 0.25 | 11.25 | 0.71 | 0.44 |
| Hex | C0 | 3E | 20 | 0 | 44 | 53 | 19 | B | 47 | 2C |
| Octal | 300 | 76 | 40 | 0 | 104 | 123 | 31 | 13 | 107 | 54 |
| Binary | 11000000 | 111110 | 100000 | 0 | 1000100 | 1010011 | 11001 | 1011 | 1000111 | 101100 |
Color Harmonies of #C03E20
Complementary color
Monochromatic Colors of #C03E20
Black with #C03E20
Text Example
Text Example
White with #C03E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E20; }
p { color: rgb(192,62,32); }
H1.HeaderClassName
{
color: #C03E20;
}
.AnyTagClassName
{
color: #C03E20;
}
</style>
background-color css
<style>
a { background-color: #C03E20; }
a { background-color: rgb(192,62,32); }
div.DivClassName
{
background-color: #C03E20;
}
.BgClassName
{
background-color: #C03E20;
}
</style>
border-color css
<style>
span { border-color: #C03E20; }
span { border-color: rgb(192,62,32); }
td.TdClassName
{
border-color: #C03E20;
}
.TagClassName
{
border-color: #C03E20;
}
</style>