Html Css Color HEX #C53506 Harley Davidson Orange
📋 copy color: '#C53506'red 197 ◦ green 53 ◦ blue 6
Shades of Harley Davidson Orange #C53506
Tints of Harley Davidson Orange #C53506
RGB
CMYK
RGB Variations
Color information
#C53506 (or 0xC53506) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 06. RGB value is (197,53,6). Sum of RGB (Red+Green+Blue) = 197+53+6=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C53506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53506 is #3ACAF9. Grayscale: #5B5B5B. Windows color (decimal): -3853050 or 406981. OLE color: 406981.
HSL color Cylindrical-coordinate representation of color #C53506: hue angle of 14.76º 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 #C53506 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.23 |
| HSL | 14.76º | 0.94% | 0.4% | - |
| HSV(B) | 14.76º | 0.97% | 0.77% | - |
| XYZ | 24.33 | 14.43 | 1.68 | - |
| YUV | 90.7 | 80.21 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 6 | 0 | 0.73 | 0.97 | 0.23 | 14.76 | 0.94 | 0.4 |
| Hex | C5 | 35 | 6 | 0 | 49 | 61 | 17 | F | 5E | 28 |
| Octal | 305 | 65 | 6 | 0 | 111 | 141 | 27 | 17 | 136 | 50 |
| Binary | 11000101 | 110101 | 110 | 0 | 1001001 | 1100001 | 10111 | 1111 | 1011110 | 101000 |
Color Harmonies of #C53506
Complementary color
Monochromatic Colors of #C53506
Black with #C53506
Text Example
Text Example
White with #C53506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53506; }
p { color: rgb(197,53,6); }
H1.HeaderClassName
{
color: #C53506;
}
.AnyTagClassName
{
color: #C53506;
}
</style>
background-color css
<style>
a { background-color: #C53506; }
a { background-color: rgb(197,53,6); }
div.DivClassName
{
background-color: #C53506;
}
.BgClassName
{
background-color: #C53506;
}
</style>
border-color css
<style>
span { border-color: #C53506; }
span { border-color: rgb(197,53,6); }
td.TdClassName
{
border-color: #C53506;
}
.TagClassName
{
border-color: #C53506;
}
</style>