Html Css Color HEX #C52311 Harley Davidson Orange
📋 copy color: '#C52311'red 197 ◦ green 35 ◦ blue 17
Shades of Harley Davidson Orange #C52311
Tints of Harley Davidson Orange #C52311
RGB
CMYK
RGB Variations
Color information
#C52311 (or 0xC52311) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 11. RGB value is (197,35,17). Sum of RGB (Red+Green+Blue) = 197+35+17=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C52311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52311 is #3ADCEE. Grayscale: #515151. Windows color (decimal): -3857647 or 1123269. OLE color: 1123269.
HSL color Cylindrical-coordinate representation of color #C52311: hue angle of 6º 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 #C52311 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 17 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.23 |
| HSL | 6º | 0.84% | 0.42% | - |
| HSV(B) | 6º | 0.91% | 0.77% | - |
| XYZ | 23.73 | 13.11 | 1.81 | - |
| YUV | 81.39 | 91.67 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 17 | 0 | 0.82 | 0.91 | 0.23 | 6 | 0.84 | 0.42 |
| Hex | C5 | 23 | 11 | 0 | 52 | 5B | 17 | 6 | 54 | 2A |
| Octal | 305 | 43 | 21 | 0 | 122 | 133 | 27 | 6 | 124 | 52 |
| Binary | 11000101 | 100011 | 10001 | 0 | 1010010 | 1011011 | 10111 | 110 | 1010100 | 101010 |
Color Harmonies of #C52311
Complementary color
Monochromatic Colors of #C52311
Black with #C52311
Text Example
Text Example
White with #C52311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52311; }
p { color: rgb(197,35,17); }
H1.HeaderClassName
{
color: #C52311;
}
.AnyTagClassName
{
color: #C52311;
}
</style>
background-color css
<style>
a { background-color: #C52311; }
a { background-color: rgb(197,35,17); }
div.DivClassName
{
background-color: #C52311;
}
.BgClassName
{
background-color: #C52311;
}
</style>
border-color css
<style>
span { border-color: #C52311; }
span { border-color: rgb(197,35,17); }
td.TdClassName
{
border-color: #C52311;
}
.TagClassName
{
border-color: #C52311;
}
</style>