Html Css Color HEX #C52C11 Harley Davidson Orange
📋 copy color: '#C52C11'red 197 ◦ green 44 ◦ blue 17
Shades of Harley Davidson Orange #C52C11
Tints of Harley Davidson Orange #C52C11
RGB
CMYK
RGB Variations
Color information
#C52C11 (or 0xC52C11) is known color: Harley Davidson Orange. HEX triplet: C5, 2C and 11. RGB value is (197,44,17). Sum of RGB (Red+Green+Blue) = 197+44+17=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52C11 is #3AD3EE. Grayscale: #565656. Windows color (decimal): -3855343 or 1125573. OLE color: 1125573.
HSL color Cylindrical-coordinate representation of color #C52C11: hue angle of 9º 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 #C52C11 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 17 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.23 |
| HSL | 9º | 0.84% | 0.42% | - |
| HSV(B) | 9º | 0.91% | 0.77% | - |
| XYZ | 24.03 | 13.71 | 1.91 | - |
| YUV | 86.67 | 88.69 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 17 | 0 | 0.78 | 0.91 | 0.23 | 9 | 0.84 | 0.42 |
| Hex | C5 | 2C | 11 | 0 | 4E | 5B | 17 | 9 | 54 | 2A |
| Octal | 305 | 54 | 21 | 0 | 116 | 133 | 27 | 11 | 124 | 52 |
| Binary | 11000101 | 101100 | 10001 | 0 | 1001110 | 1011011 | 10111 | 1001 | 1010100 | 101010 |
Color Harmonies of #C52C11
Complementary color
Monochromatic Colors of #C52C11
Black with #C52C11
Text Example
Text Example
White with #C52C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C11; }
p { color: rgb(197,44,17); }
H1.HeaderClassName
{
color: #C52C11;
}
.AnyTagClassName
{
color: #C52C11;
}
</style>
background-color css
<style>
a { background-color: #C52C11; }
a { background-color: rgb(197,44,17); }
div.DivClassName
{
background-color: #C52C11;
}
.BgClassName
{
background-color: #C52C11;
}
</style>
border-color css
<style>
span { border-color: #C52C11; }
span { border-color: rgb(197,44,17); }
td.TdClassName
{
border-color: #C52C11;
}
.TagClassName
{
border-color: #C52C11;
}
</style>