Html Css Color HEX #C52506 Harley Davidson Orange
📋 copy color: '#C52506'red 197 ◦ green 37 ◦ blue 6
Shades of Harley Davidson Orange #C52506
Tints of Harley Davidson Orange #C52506
RGB
CMYK
RGB Variations
Color information
#C52506 (or 0xC52506) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 06. RGB value is (197,37,6). Sum of RGB (Red+Green+Blue) = 197+37+6=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C52506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52506 is #3ADAF9. Grayscale: #515151. Windows color (decimal): -3857146 or 402885. OLE color: 402885.
HSL color Cylindrical-coordinate representation of color #C52506: hue angle of 9.74º 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 #C52506 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 6 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.23 |
| HSL | 9.74º | 0.94% | 0.4% | - |
| HSV(B) | 9.74º | 0.97% | 0.77% | - |
| XYZ | 23.72 | 13.21 | 1.47 | - |
| YUV | 81.31 | 85.51 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 6 | 0 | 0.81 | 0.97 | 0.23 | 9.74 | 0.94 | 0.4 |
| Hex | C5 | 25 | 6 | 0 | 51 | 61 | 17 | A | 5E | 28 |
| Octal | 305 | 45 | 6 | 0 | 121 | 141 | 27 | 12 | 136 | 50 |
| Binary | 11000101 | 100101 | 110 | 0 | 1010001 | 1100001 | 10111 | 1010 | 1011110 | 101000 |
Color Harmonies of #C52506
Complementary color
Monochromatic Colors of #C52506
Black with #C52506
Text Example
Text Example
White with #C52506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52506; }
p { color: rgb(197,37,6); }
H1.HeaderClassName
{
color: #C52506;
}
.AnyTagClassName
{
color: #C52506;
}
</style>
background-color css
<style>
a { background-color: #C52506; }
a { background-color: rgb(197,37,6); }
div.DivClassName
{
background-color: #C52506;
}
.BgClassName
{
background-color: #C52506;
}
</style>
border-color css
<style>
span { border-color: #C52506; }
span { border-color: rgb(197,37,6); }
td.TdClassName
{
border-color: #C52506;
}
.TagClassName
{
border-color: #C52506;
}
</style>