Html Css Color HEX #C52007 Harley Davidson Orange
📋 copy color: '#C52007'red 197 ◦ green 32 ◦ blue 7
Shades of Harley Davidson Orange #C52007
Tints of Harley Davidson Orange #C52007
RGB
CMYK
RGB Variations
Color information
#C52007 (or 0xC52007) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 07. RGB value is (197,32,7). Sum of RGB (Red+Green+Blue) = 197+32+7=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C52007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52007 is #3ADFF8. Grayscale: #4E4E4E. Windows color (decimal): -3858425 or 467141. OLE color: 467141.
HSL color Cylindrical-coordinate representation of color #C52007: hue angle of 7.89º 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 #C52007 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 7 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.23 |
| HSL | 7.89º | 0.93% | 0.4% | - |
| HSV(B) | 7.89º | 0.96% | 0.77% | - |
| XYZ | 23.58 | 12.92 | 1.45 | - |
| YUV | 78.49 | 87.66 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 7 | 0 | 0.84 | 0.96 | 0.23 | 7.89 | 0.93 | 0.4 |
| Hex | C5 | 20 | 7 | 0 | 54 | 60 | 17 | 8 | 5D | 28 |
| Octal | 305 | 40 | 7 | 0 | 124 | 140 | 27 | 10 | 135 | 50 |
| Binary | 11000101 | 100000 | 111 | 0 | 1010100 | 1100000 | 10111 | 1000 | 1011101 | 101000 |
Color Harmonies of #C52007
Complementary color
Monochromatic Colors of #C52007
Black with #C52007
Text Example
Text Example
White with #C52007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52007; }
p { color: rgb(197,32,7); }
H1.HeaderClassName
{
color: #C52007;
}
.AnyTagClassName
{
color: #C52007;
}
</style>
background-color css
<style>
a { background-color: #C52007; }
a { background-color: rgb(197,32,7); }
div.DivClassName
{
background-color: #C52007;
}
.BgClassName
{
background-color: #C52007;
}
</style>
border-color css
<style>
span { border-color: #C52007; }
span { border-color: rgb(197,32,7); }
td.TdClassName
{
border-color: #C52007;
}
.TagClassName
{
border-color: #C52007;
}
</style>