Html Css Color HEX #C03010 Harley Davidson Orange
📋 copy color: '#C03010'red 192 ◦ green 48 ◦ blue 16
Shades of Harley Davidson Orange #C03010
Tints of Harley Davidson Orange #C03010
RGB
CMYK
RGB Variations
Color information
#C03010 (or 0xC03010) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 10. RGB value is (192,48,16). Sum of RGB (Red+Green+Blue) = 192+48+16=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C03010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03010 is #3FCFEF. Grayscale: #575757. Windows color (decimal): -4182000 or 1061056. OLE color: 1061056.
HSL color Cylindrical-coordinate representation of color #C03010: hue angle of 10.91º 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 #C03010 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 16 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.25 |
| HSL | 10.91º | 0.85% | 0.41% | - |
| HSV(B) | 10.91º | 0.92% | 0.75% | - |
| XYZ | 22.89 | 13.36 | 1.86 | - |
| YUV | 87.41 | 87.71 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 16 | 0 | 0.75 | 0.92 | 0.25 | 10.91 | 0.85 | 0.41 |
| Hex | C0 | 30 | 10 | 0 | 4B | 5C | 19 | B | 55 | 29 |
| Octal | 300 | 60 | 20 | 0 | 113 | 134 | 31 | 13 | 125 | 51 |
| Binary | 11000000 | 110000 | 10000 | 0 | 1001011 | 1011100 | 11001 | 1011 | 1010101 | 101001 |
Color Harmonies of #C03010
Complementary color
Monochromatic Colors of #C03010
Black with #C03010
Text Example
Text Example
White with #C03010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03010; }
p { color: rgb(192,48,16); }
H1.HeaderClassName
{
color: #C03010;
}
.AnyTagClassName
{
color: #C03010;
}
</style>
background-color css
<style>
a { background-color: #C03010; }
a { background-color: rgb(192,48,16); }
div.DivClassName
{
background-color: #C03010;
}
.BgClassName
{
background-color: #C03010;
}
</style>
border-color css
<style>
span { border-color: #C03010; }
span { border-color: rgb(192,48,16); }
td.TdClassName
{
border-color: #C03010;
}
.TagClassName
{
border-color: #C03010;
}
</style>