Html Css Color HEX #C52F11 Harley Davidson Orange
📋 copy color: '#C52F11'red 197 ◦ green 47 ◦ blue 17
Shades of Harley Davidson Orange #C52F11
Tints of Harley Davidson Orange #C52F11
RGB
CMYK
RGB Variations
Color information
#C52F11 (or 0xC52F11) is known color: Harley Davidson Orange. HEX triplet: C5, 2F and 11. RGB value is (197,47,17). Sum of RGB (Red+Green+Blue) = 197+47+17=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52F11 is #3AD0EE. Grayscale: #585858. Windows color (decimal): -3854575 or 1126341. OLE color: 1126341.
HSL color Cylindrical-coordinate representation of color #C52F11: hue angle of 10º 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 #C52F11 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 17 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.23 |
| HSL | 10º | 0.84% | 0.42% | - |
| HSV(B) | 10º | 0.91% | 0.77% | - |
| XYZ | 24.14 | 13.94 | 1.95 | - |
| YUV | 88.43 | 87.7 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 17 | 0 | 0.76 | 0.91 | 0.23 | 10 | 0.84 | 0.42 |
| Hex | C5 | 2F | 11 | 0 | 4C | 5B | 17 | A | 54 | 2A |
| Octal | 305 | 57 | 21 | 0 | 114 | 133 | 27 | 12 | 124 | 52 |
| Binary | 11000101 | 101111 | 10001 | 0 | 1001100 | 1011011 | 10111 | 1010 | 1010100 | 101010 |
Color Harmonies of #C52F11
Complementary color
Monochromatic Colors of #C52F11
Black with #C52F11
Text Example
Text Example
White with #C52F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52F11; }
p { color: rgb(197,47,17); }
H1.HeaderClassName
{
color: #C52F11;
}
.AnyTagClassName
{
color: #C52F11;
}
</style>
background-color css
<style>
a { background-color: #C52F11; }
a { background-color: rgb(197,47,17); }
div.DivClassName
{
background-color: #C52F11;
}
.BgClassName
{
background-color: #C52F11;
}
</style>
border-color css
<style>
span { border-color: #C52F11; }
span { border-color: rgb(197,47,17); }
td.TdClassName
{
border-color: #C52F11;
}
.TagClassName
{
border-color: #C52F11;
}
</style>