Html Css Color HEX #C52A11 Harley Davidson Orange
📋 copy color: '#C52A11'red 197 ◦ green 42 ◦ blue 17
Shades of Harley Davidson Orange #C52A11
Tints of Harley Davidson Orange #C52A11
RGB
CMYK
RGB Variations
Color information
#C52A11 (or 0xC52A11) is known color: Harley Davidson Orange. HEX triplet: C5, 2A and 11. RGB value is (197,42,17). Sum of RGB (Red+Green+Blue) = 197+42+17=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52A11 is #3AD5EE. Grayscale: #555555. Windows color (decimal): -3855855 or 1125061. OLE color: 1125061.
HSL color Cylindrical-coordinate representation of color #C52A11: hue angle of 8.33º 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 #C52A11 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 17 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.23 |
| HSL | 8.33º | 0.84% | 0.42% | - |
| HSV(B) | 8.33º | 0.91% | 0.77% | - |
| XYZ | 23.96 | 13.57 | 1.89 | - |
| YUV | 85.5 | 89.35 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 17 | 0 | 0.79 | 0.91 | 0.23 | 8.33 | 0.84 | 0.42 |
| Hex | C5 | 2A | 11 | 0 | 4F | 5B | 17 | 8 | 54 | 2A |
| Octal | 305 | 52 | 21 | 0 | 117 | 133 | 27 | 10 | 124 | 52 |
| Binary | 11000101 | 101010 | 10001 | 0 | 1001111 | 1011011 | 10111 | 1000 | 1010100 | 101010 |
Color Harmonies of #C52A11
Complementary color
Monochromatic Colors of #C52A11
Black with #C52A11
Text Example
Text Example
White with #C52A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52A11; }
p { color: rgb(197,42,17); }
H1.HeaderClassName
{
color: #C52A11;
}
.AnyTagClassName
{
color: #C52A11;
}
</style>
background-color css
<style>
a { background-color: #C52A11; }
a { background-color: rgb(197,42,17); }
div.DivClassName
{
background-color: #C52A11;
}
.BgClassName
{
background-color: #C52A11;
}
</style>
border-color css
<style>
span { border-color: #C52A11; }
span { border-color: rgb(197,42,17); }
td.TdClassName
{
border-color: #C52A11;
}
.TagClassName
{
border-color: #C52A11;
}
</style>