Html Css Color HEX #C03B16 Harley Davidson Orange
📋 copy color: '#C03B16'red 192 ◦ green 59 ◦ blue 22
Shades of Harley Davidson Orange #C03B16
Tints of Harley Davidson Orange #C03B16
RGB
CMYK
RGB Variations
Color information
#C03B16 (or 0xC03B16) is known color: Harley Davidson Orange. HEX triplet: C0, 3B and 16. RGB value is (192,59,22). Sum of RGB (Red+Green+Blue) = 192+59+22=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03B16 is #3FC4E9. Grayscale: #5E5E5E. Windows color (decimal): -4179178 or 1457088. OLE color: 1457088.
HSL color Cylindrical-coordinate representation of color #C03B16: hue angle of 13.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C03B16 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 22 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.25 |
| HSL | 13.06º | 0.79% | 0.42% | - |
| HSV(B) | 13.06º | 0.89% | 0.75% | - |
| XYZ | 23.45 | 14.39 | 2.3 | - |
| YUV | 94.55 | 87.06 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 22 | 0 | 0.69 | 0.89 | 0.25 | 13.06 | 0.79 | 0.42 |
| Hex | C0 | 3B | 16 | 0 | 45 | 59 | 19 | D | 4F | 2A |
| Octal | 300 | 73 | 26 | 0 | 105 | 131 | 31 | 15 | 117 | 52 |
| Binary | 11000000 | 111011 | 10110 | 0 | 1000101 | 1011001 | 11001 | 1101 | 1001111 | 101010 |
Color Harmonies of #C03B16
Complementary color
Monochromatic Colors of #C03B16
Black with #C03B16
Text Example
Text Example
White with #C03B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B16; }
p { color: rgb(192,59,22); }
H1.HeaderClassName
{
color: #C03B16;
}
.AnyTagClassName
{
color: #C03B16;
}
</style>
background-color css
<style>
a { background-color: #C03B16; }
a { background-color: rgb(192,59,22); }
div.DivClassName
{
background-color: #C03B16;
}
.BgClassName
{
background-color: #C03B16;
}
</style>
border-color css
<style>
span { border-color: #C03B16; }
span { border-color: rgb(192,59,22); }
td.TdClassName
{
border-color: #C03B16;
}
.TagClassName
{
border-color: #C03B16;
}
</style>