Html Css Color HEX #C52206 Harley Davidson Orange
📋 copy color: '#C52206'red 197 ◦ green 34 ◦ blue 6
Shades of Harley Davidson Orange #C52206
Tints of Harley Davidson Orange #C52206
RGB
CMYK
RGB Variations
Color information
#C52206 (or 0xC52206) is known color: Harley Davidson Orange. HEX triplet: C5, 22 and 06. RGB value is (197,34,6). Sum of RGB (Red+Green+Blue) = 197+34+6=237 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.12% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 197 - color contains mainly: red. Hex color #C52206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52206 is #3ADDF9. Grayscale: #4F4F4F. Windows color (decimal): -3857914 or 402117. OLE color: 402117.
HSL color Cylindrical-coordinate representation of color #C52206: hue angle of 8.8º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C52206 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.23 |
| HSL | 8.8º | 0.94% | 0.4% | - |
| HSV(B) | 8.8º | 0.97% | 0.77% | - |
| XYZ | 23.63 | 13.03 | 1.44 | - |
| YUV | 79.55 | 86.5 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 6 | 0 | 0.83 | 0.97 | 0.23 | 8.8 | 0.94 | 0.4 |
| Hex | C5 | 22 | 6 | 0 | 53 | 61 | 17 | 9 | 5E | 28 |
| Octal | 305 | 42 | 6 | 0 | 123 | 141 | 27 | 11 | 136 | 50 |
| Binary | 11000101 | 100010 | 110 | 0 | 1010011 | 1100001 | 10111 | 1001 | 1011110 | 101000 |
Color Harmonies of #C52206
Complementary color
Monochromatic Colors of #C52206
Black with #C52206
Text Example
Text Example
White with #C52206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52206; }
p { color: rgb(197,34,6); }
H1.HeaderClassName
{
color: #C52206;
}
.AnyTagClassName
{
color: #C52206;
}
</style>
background-color css
<style>
a { background-color: #C52206; }
a { background-color: rgb(197,34,6); }
div.DivClassName
{
background-color: #C52206;
}
.BgClassName
{
background-color: #C52206;
}
</style>
border-color css
<style>
span { border-color: #C52206; }
span { border-color: rgb(197,34,6); }
td.TdClassName
{
border-color: #C52206;
}
.TagClassName
{
border-color: #C52206;
}
</style>