Html Css Color HEX #C53117 Harley Davidson Orange
📋 copy color: '#C53117'red 197 ◦ green 49 ◦ blue 23
Shades of Harley Davidson Orange #C53117
Tints of Harley Davidson Orange #C53117
RGB
CMYK
RGB Variations
Color information
#C53117 (or 0xC53117) is known color: Harley Davidson Orange. HEX triplet: C5, 31 and 17. RGB value is (197,49,23). Sum of RGB (Red+Green+Blue) = 197+49+23=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C53117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53117 is #3ACEE8. Grayscale: #5A5A5A. Windows color (decimal): -3854057 or 1520069. OLE color: 1520069.
HSL color Cylindrical-coordinate representation of color #C53117: hue angle of 8.97º 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 #C53117 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 23 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.23 |
| HSL | 8.97º | 0.79% | 0.43% | - |
| HSV(B) | 8.97º | 0.88% | 0.77% | - |
| XYZ | 24.28 | 14.13 | 2.26 | - |
| YUV | 90.29 | 90.03 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 23 | 0 | 0.75 | 0.88 | 0.23 | 8.97 | 0.79 | 0.43 |
| Hex | C5 | 31 | 17 | 0 | 4B | 58 | 17 | 9 | 4F | 2B |
| Octal | 305 | 61 | 27 | 0 | 113 | 130 | 27 | 11 | 117 | 53 |
| Binary | 11000101 | 110001 | 10111 | 0 | 1001011 | 1011000 | 10111 | 1001 | 1001111 | 101011 |
Color Harmonies of #C53117
Complementary color
Monochromatic Colors of #C53117
Black with #C53117
Text Example
Text Example
White with #C53117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53117; }
p { color: rgb(197,49,23); }
H1.HeaderClassName
{
color: #C53117;
}
.AnyTagClassName
{
color: #C53117;
}
</style>
background-color css
<style>
a { background-color: #C53117; }
a { background-color: rgb(197,49,23); }
div.DivClassName
{
background-color: #C53117;
}
.BgClassName
{
background-color: #C53117;
}
</style>
border-color css
<style>
span { border-color: #C53117; }
span { border-color: rgb(197,49,23); }
td.TdClassName
{
border-color: #C53117;
}
.TagClassName
{
border-color: #C53117;
}
</style>