Html Css Color HEX #C52000 Harley Davidson Orange
📋 copy color: '#C52000'red 197 ◦ green 32 ◦ blue 0
Shades of Harley Davidson Orange #C52000
Tints of Harley Davidson Orange #C52000
RGB
CMYK
RGB Variations
Color information
#C52000 (or 0xC52000) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 00. RGB value is (197,32,0). Sum of RGB (Red+Green+Blue) = 197+32+0=229 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.03% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 197 - color contains mainly: red. Hex color #C52000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52000 is #3ADFFF. Grayscale: #4D4D4D. Windows color (decimal): -3858432 or 8389. OLE color: 8389.
HSL color Cylindrical-coordinate representation of color #C52000: hue angle of 9.75º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C52000 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.23 |
| HSL | 9.75º | 1% | 0.39% | - |
| HSV(B) | 9.75º | 1% | 0.77% | - |
| XYZ | 23.54 | 12.9 | 1.25 | - |
| YUV | 77.69 | 84.16 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 0 | 0 | 0.84 | 1 | 0.23 | 9.75 | 1 | 0.39 |
| Hex | C5 | 20 | 0 | 0 | 54 | 64 | 17 | A | 64 | 27 |
| Octal | 305 | 40 | 0 | 0 | 124 | 144 | 27 | 12 | 144 | 47 |
| Binary | 11000101 | 100000 | 0 | 0 | 1010100 | 1100100 | 10111 | 1010 | 1100100 | 100111 |
Color Harmonies of #C52000
Complementary color
Monochromatic Colors of #C52000
Black with #C52000
Text Example
Text Example
White with #C52000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52000; }
p { color: rgb(197,32,0); }
H1.HeaderClassName
{
color: #C52000;
}
.AnyTagClassName
{
color: #C52000;
}
</style>
background-color css
<style>
a { background-color: #C52000; }
a { background-color: rgb(197,32,0); }
div.DivClassName
{
background-color: #C52000;
}
.BgClassName
{
background-color: #C52000;
}
</style>
border-color css
<style>
span { border-color: #C52000; }
span { border-color: rgb(197,32,0); }
td.TdClassName
{
border-color: #C52000;
}
.TagClassName
{
border-color: #C52000;
}
</style>