Html Css Color HEX #C52605 Harley Davidson Orange
📋 copy color: '#C52605'red 197 ◦ green 38 ◦ blue 5
Shades of Harley Davidson Orange #C52605
Tints of Harley Davidson Orange #C52605
RGB
CMYK
RGB Variations
Color information
#C52605 (or 0xC52605) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 05. RGB value is (197,38,5). Sum of RGB (Red+Green+Blue) = 197+38+5=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C52605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52605 is #3AD9FA. Grayscale: #525252. Windows color (decimal): -3856891 or 337605. OLE color: 337605.
HSL color Cylindrical-coordinate representation of color #C52605: hue angle of 10.31º degrees, saturation: 0.95, 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 #C52605 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 5 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.23 |
| HSL | 10.31º | 0.95% | 0.4% | - |
| HSV(B) | 10.31º | 0.97% | 0.77% | - |
| XYZ | 23.75 | 13.27 | 1.45 | - |
| YUV | 81.78 | 84.68 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 5 | 0 | 0.81 | 0.97 | 0.23 | 10.31 | 0.95 | 0.4 |
| Hex | C5 | 26 | 5 | 0 | 51 | 61 | 17 | A | 5F | 28 |
| Octal | 305 | 46 | 5 | 0 | 121 | 141 | 27 | 12 | 137 | 50 |
| Binary | 11000101 | 100110 | 101 | 0 | 1010001 | 1100001 | 10111 | 1010 | 1011111 | 101000 |
Color Harmonies of #C52605
Complementary color
Monochromatic Colors of #C52605
Black with #C52605
Text Example
Text Example
White with #C52605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52605; }
p { color: rgb(197,38,5); }
H1.HeaderClassName
{
color: #C52605;
}
.AnyTagClassName
{
color: #C52605;
}
</style>
background-color css
<style>
a { background-color: #C52605; }
a { background-color: rgb(197,38,5); }
div.DivClassName
{
background-color: #C52605;
}
.BgClassName
{
background-color: #C52605;
}
</style>
border-color css
<style>
span { border-color: #C52605; }
span { border-color: rgb(197,38,5); }
td.TdClassName
{
border-color: #C52605;
}
.TagClassName
{
border-color: #C52605;
}
</style>