Html Css Color HEX #C52E17 Harley Davidson Orange
📋 copy color: '#C52E17'red 197 ◦ green 46 ◦ blue 23
Shades of Harley Davidson Orange #C52E17
Tints of Harley Davidson Orange #C52E17
RGB
CMYK
RGB Variations
Color information
#C52E17 (or 0xC52E17) is known color: Harley Davidson Orange. HEX triplet: C5, 2E and 17. RGB value is (197,46,23). Sum of RGB (Red+Green+Blue) = 197+46+23=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52E17 is #3AD1E8. Grayscale: #585858. Windows color (decimal): -3854825 or 1519301. OLE color: 1519301.
HSL color Cylindrical-coordinate representation of color #C52E17: hue angle of 7.93º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C52E17 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 23 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.23 |
| HSL | 7.93º | 0.79% | 0.43% | - |
| HSV(B) | 7.93º | 0.88% | 0.77% | - |
| XYZ | 24.16 | 13.89 | 2.22 | - |
| YUV | 88.53 | 91.03 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 23 | 0 | 0.77 | 0.88 | 0.23 | 7.93 | 0.79 | 0.43 |
| Hex | C5 | 2E | 17 | 0 | 4D | 58 | 17 | 8 | 4F | 2B |
| Octal | 305 | 56 | 27 | 0 | 115 | 130 | 27 | 10 | 117 | 53 |
| Binary | 11000101 | 101110 | 10111 | 0 | 1001101 | 1011000 | 10111 | 1000 | 1001111 | 101011 |
Color Harmonies of #C52E17
Complementary color
Monochromatic Colors of #C52E17
Black with #C52E17
Text Example
Text Example
White with #C52E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E17; }
p { color: rgb(197,46,23); }
H1.HeaderClassName
{
color: #C52E17;
}
.AnyTagClassName
{
color: #C52E17;
}
</style>
background-color css
<style>
a { background-color: #C52E17; }
a { background-color: rgb(197,46,23); }
div.DivClassName
{
background-color: #C52E17;
}
.BgClassName
{
background-color: #C52E17;
}
</style>
border-color css
<style>
span { border-color: #C52E17; }
span { border-color: rgb(197,46,23); }
td.TdClassName
{
border-color: #C52E17;
}
.TagClassName
{
border-color: #C52E17;
}
</style>