Html Css Color HEX #C52011 Harley Davidson Orange
📋 copy color: '#C52011'red 197 ◦ green 32 ◦ blue 17
Shades of Harley Davidson Orange #C52011
Tints of Harley Davidson Orange #C52011
RGB
CMYK
RGB Variations
Color information
#C52011 (or 0xC52011) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 11. RGB value is (197,32,17). Sum of RGB (Red+Green+Blue) = 197+32+17=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C52011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52011 is #3ADFEE. Grayscale: #4F4F4F. Windows color (decimal): -3858415 or 1122501. OLE color: 1122501.
HSL color Cylindrical-coordinate representation of color #C52011: hue angle of 5º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C52011 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 17 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.23 |
| HSL | 5º | 0.84% | 0.42% | - |
| HSV(B) | 5º | 0.91% | 0.77% | - |
| XYZ | 23.64 | 12.94 | 1.78 | - |
| YUV | 79.63 | 92.66 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 17 | 0 | 0.84 | 0.91 | 0.23 | 5 | 0.84 | 0.42 |
| Hex | C5 | 20 | 11 | 0 | 54 | 5B | 17 | 5 | 54 | 2A |
| Octal | 305 | 40 | 21 | 0 | 124 | 133 | 27 | 5 | 124 | 52 |
| Binary | 11000101 | 100000 | 10001 | 0 | 1010100 | 1011011 | 10111 | 101 | 1010100 | 101010 |
Color Harmonies of #C52011
Complementary color
Monochromatic Colors of #C52011
Black with #C52011
Text Example
Text Example
White with #C52011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52011; }
p { color: rgb(197,32,17); }
H1.HeaderClassName
{
color: #C52011;
}
.AnyTagClassName
{
color: #C52011;
}
</style>
background-color css
<style>
a { background-color: #C52011; }
a { background-color: rgb(197,32,17); }
div.DivClassName
{
background-color: #C52011;
}
.BgClassName
{
background-color: #C52011;
}
</style>
border-color css
<style>
span { border-color: #C52011; }
span { border-color: rgb(197,32,17); }
td.TdClassName
{
border-color: #C52011;
}
.TagClassName
{
border-color: #C52011;
}
</style>