Html Css Color HEX #C03206 Harley Davidson Orange
📋 copy color: '#C03206'red 192 ◦ green 50 ◦ blue 6
Shades of Harley Davidson Orange #C03206
Tints of Harley Davidson Orange #C03206
RGB
CMYK
RGB Variations
Color information
#C03206 (or 0xC03206) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 06. RGB value is (192,50,6). Sum of RGB (Red+Green+Blue) = 192+50+6=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C03206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03206 is #3FCDF9. Grayscale: #575757. Windows color (decimal): -4181498 or 406208. OLE color: 406208.
HSL color Cylindrical-coordinate representation of color #C03206: hue angle of 14.19º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C03206 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 6 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.25 |
| HSL | 14.19º | 0.94% | 0.39% | - |
| HSV(B) | 14.19º | 0.97% | 0.75% | - |
| XYZ | 22.91 | 13.5 | 1.57 | - |
| YUV | 87.44 | 82.04 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 6 | 0 | 0.74 | 0.97 | 0.25 | 14.19 | 0.94 | 0.39 |
| Hex | C0 | 32 | 6 | 0 | 4A | 61 | 19 | E | 5E | 27 |
| Octal | 300 | 62 | 6 | 0 | 112 | 141 | 31 | 16 | 136 | 47 |
| Binary | 11000000 | 110010 | 110 | 0 | 1001010 | 1100001 | 11001 | 1110 | 1011110 | 100111 |
Color Harmonies of #C03206
Complementary color
Monochromatic Colors of #C03206
Black with #C03206
Text Example
Text Example
White with #C03206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03206; }
p { color: rgb(192,50,6); }
H1.HeaderClassName
{
color: #C03206;
}
.AnyTagClassName
{
color: #C03206;
}
</style>
background-color css
<style>
a { background-color: #C03206; }
a { background-color: rgb(192,50,6); }
div.DivClassName
{
background-color: #C03206;
}
.BgClassName
{
background-color: #C03206;
}
</style>
border-color css
<style>
span { border-color: #C03206; }
span { border-color: rgb(192,50,6); }
td.TdClassName
{
border-color: #C03206;
}
.TagClassName
{
border-color: #C03206;
}
</style>