Html Css Color HEX #C52607 Harley Davidson Orange
📋 copy color: '#C52607'red 197 ◦ green 38 ◦ blue 7
Shades of Harley Davidson Orange #C52607
Tints of Harley Davidson Orange #C52607
RGB
CMYK
RGB Variations
Color information
#C52607 (or 0xC52607) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 07. RGB value is (197,38,7). Sum of RGB (Red+Green+Blue) = 197+38+7=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C52607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52607 is #3AD9F8. Grayscale: #525252. Windows color (decimal): -3856889 or 468677. OLE color: 468677.
HSL color Cylindrical-coordinate representation of color #C52607: hue angle of 9.79º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C52607 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 7 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.23 |
| HSL | 9.79º | 0.93% | 0.4% | - |
| HSV(B) | 9.79º | 0.96% | 0.77% | - |
| XYZ | 23.76 | 13.27 | 1.51 | - |
| YUV | 82.01 | 85.68 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 7 | 0 | 0.81 | 0.96 | 0.23 | 9.79 | 0.93 | 0.4 |
| Hex | C5 | 26 | 7 | 0 | 51 | 60 | 17 | A | 5D | 28 |
| Octal | 305 | 46 | 7 | 0 | 121 | 140 | 27 | 12 | 135 | 50 |
| Binary | 11000101 | 100110 | 111 | 0 | 1010001 | 1100000 | 10111 | 1010 | 1011101 | 101000 |
Color Harmonies of #C52607
Complementary color
Monochromatic Colors of #C52607
Black with #C52607
Text Example
Text Example
White with #C52607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52607; }
p { color: rgb(197,38,7); }
H1.HeaderClassName
{
color: #C52607;
}
.AnyTagClassName
{
color: #C52607;
}
</style>
background-color css
<style>
a { background-color: #C52607; }
a { background-color: rgb(197,38,7); }
div.DivClassName
{
background-color: #C52607;
}
.BgClassName
{
background-color: #C52607;
}
</style>
border-color css
<style>
span { border-color: #C52607; }
span { border-color: rgb(197,38,7); }
td.TdClassName
{
border-color: #C52607;
}
.TagClassName
{
border-color: #C52607;
}
</style>