Html Css Color HEX #C03A10 Harley Davidson Orange
📋 copy color: '#C03A10'red 192 ◦ green 58 ◦ blue 16
Shades of Harley Davidson Orange #C03A10
Tints of Harley Davidson Orange #C03A10
RGB
CMYK
RGB Variations
Color information
#C03A10 (or 0xC03A10) is known color: Harley Davidson Orange. HEX triplet: C0, 3A and 10. RGB value is (192,58,16). Sum of RGB (Red+Green+Blue) = 192+58+16=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03A10 is #3FC5EF. Grayscale: #5D5D5D. Windows color (decimal): -4179440 or 1063616. OLE color: 1063616.
HSL color Cylindrical-coordinate representation of color #C03A10: hue angle of 14.32º 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 #C03A10 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 16 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.25 |
| HSL | 14.32º | 0.85% | 0.41% | - |
| HSV(B) | 14.32º | 0.92% | 0.75% | - |
| XYZ | 23.34 | 14.27 | 2.01 | - |
| YUV | 93.28 | 84.39 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 16 | 0 | 0.70 | 0.92 | 0.25 | 14.32 | 0.85 | 0.41 |
| Hex | C0 | 3A | 10 | 0 | 46 | 5C | 19 | E | 55 | 29 |
| Octal | 300 | 72 | 20 | 0 | 106 | 134 | 31 | 16 | 125 | 51 |
| Binary | 11000000 | 111010 | 10000 | 0 | 1000110 | 1011100 | 11001 | 1110 | 1010101 | 101001 |
Color Harmonies of #C03A10
Complementary color
Monochromatic Colors of #C03A10
Black with #C03A10
Text Example
Text Example
White with #C03A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A10; }
p { color: rgb(192,58,16); }
H1.HeaderClassName
{
color: #C03A10;
}
.AnyTagClassName
{
color: #C03A10;
}
</style>
background-color css
<style>
a { background-color: #C03A10; }
a { background-color: rgb(192,58,16); }
div.DivClassName
{
background-color: #C03A10;
}
.BgClassName
{
background-color: #C03A10;
}
</style>
border-color css
<style>
span { border-color: #C03A10; }
span { border-color: rgb(192,58,16); }
td.TdClassName
{
border-color: #C03A10;
}
.TagClassName
{
border-color: #C03A10;
}
</style>