Html Css Color HEX #C03510 Harley Davidson Orange
📋 copy color: '#C03510'red 192 ◦ green 53 ◦ blue 16
Shades of Harley Davidson Orange #C03510
Tints of Harley Davidson Orange #C03510
RGB
CMYK
RGB Variations
Color information
#C03510 (or 0xC03510) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 10. RGB value is (192,53,16). Sum of RGB (Red+Green+Blue) = 192+53+16=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C03510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03510 is #3FCAEF. Grayscale: #5A5A5A. Windows color (decimal): -4180720 or 1062336. OLE color: 1062336.
HSL color Cylindrical-coordinate representation of color #C03510: hue angle of 12.61º 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 #C03510 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 16 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.25 |
| HSL | 12.61º | 0.85% | 0.41% | - |
| HSV(B) | 12.61º | 0.92% | 0.75% | - |
| XYZ | 23.1 | 13.79 | 1.93 | - |
| YUV | 90.34 | 86.05 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 16 | 0 | 0.72 | 0.92 | 0.25 | 12.61 | 0.85 | 0.41 |
| Hex | C0 | 35 | 10 | 0 | 48 | 5C | 19 | D | 55 | 29 |
| Octal | 300 | 65 | 20 | 0 | 110 | 134 | 31 | 15 | 125 | 51 |
| Binary | 11000000 | 110101 | 10000 | 0 | 1001000 | 1011100 | 11001 | 1101 | 1010101 | 101001 |
Color Harmonies of #C03510
Complementary color
Monochromatic Colors of #C03510
Black with #C03510
Text Example
Text Example
White with #C03510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03510; }
p { color: rgb(192,53,16); }
H1.HeaderClassName
{
color: #C03510;
}
.AnyTagClassName
{
color: #C03510;
}
</style>
background-color css
<style>
a { background-color: #C03510; }
a { background-color: rgb(192,53,16); }
div.DivClassName
{
background-color: #C03510;
}
.BgClassName
{
background-color: #C03510;
}
</style>
border-color css
<style>
span { border-color: #C03510; }
span { border-color: rgb(192,53,16); }
td.TdClassName
{
border-color: #C03510;
}
.TagClassName
{
border-color: #C03510;
}
</style>