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