Html Css Color HEX #C03710 Harley Davidson Orange
📋 copy color: '#C03710'red 192 ◦ green 55 ◦ blue 16
Shades of Harley Davidson Orange #C03710
Tints of Harley Davidson Orange #C03710
RGB
CMYK
RGB Variations
Color information
#C03710 (or 0xC03710) is known color: Harley Davidson Orange. HEX triplet: C0, 37 and 10. RGB value is (192,55,16). Sum of RGB (Red+Green+Blue) = 192+55+16=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C03710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03710 is #3FC8EF. Grayscale: #5B5B5B. Windows color (decimal): -4180208 or 1062848. OLE color: 1062848.
HSL color Cylindrical-coordinate representation of color #C03710: hue angle of 13.3º 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 #C03710 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 16 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.25 |
| HSL | 13.3º | 0.85% | 0.41% | - |
| HSV(B) | 13.3º | 0.92% | 0.75% | - |
| XYZ | 23.2 | 13.98 | 1.97 | - |
| YUV | 91.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 16 | 0 | 0.71 | 0.92 | 0.25 | 13.3 | 0.85 | 0.41 |
| Hex | C0 | 37 | 10 | 0 | 47 | 5C | 19 | D | 55 | 29 |
| Octal | 300 | 67 | 20 | 0 | 107 | 134 | 31 | 15 | 125 | 51 |
| Binary | 11000000 | 110111 | 10000 | 0 | 1000111 | 1011100 | 11001 | 1101 | 1010101 | 101001 |
Color Harmonies of #C03710
Complementary color
Monochromatic Colors of #C03710
Black with #C03710
Text Example
Text Example
White with #C03710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03710; }
p { color: rgb(192,55,16); }
H1.HeaderClassName
{
color: #C03710;
}
.AnyTagClassName
{
color: #C03710;
}
</style>
background-color css
<style>
a { background-color: #C03710; }
a { background-color: rgb(192,55,16); }
div.DivClassName
{
background-color: #C03710;
}
.BgClassName
{
background-color: #C03710;
}
</style>
border-color css
<style>
span { border-color: #C03710; }
span { border-color: rgb(192,55,16); }
td.TdClassName
{
border-color: #C03710;
}
.TagClassName
{
border-color: #C03710;
}
</style>