Html Css Color HEX #C53417 Harley Davidson Orange
📋 copy color: '#C53417'red 197 ◦ green 52 ◦ blue 23
Shades of Harley Davidson Orange #C53417
Tints of Harley Davidson Orange #C53417
RGB
CMYK
RGB Variations
Color information
#C53417 (or 0xC53417) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 17. RGB value is (197,52,23). Sum of RGB (Red+Green+Blue) = 197+52+23=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C53417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53417 is #3ACBE8. Grayscale: #5C5C5C. Windows color (decimal): -3853289 or 1520837. OLE color: 1520837.
HSL color Cylindrical-coordinate representation of color #C53417: hue angle of 10º 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 #C53417 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 23 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.23 |
| HSL | 10º | 0.79% | 0.43% | - |
| HSV(B) | 10º | 0.88% | 0.77% | - |
| XYZ | 24.41 | 14.39 | 2.3 | - |
| YUV | 92.05 | 89.04 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 23 | 0 | 0.74 | 0.88 | 0.23 | 10 | 0.79 | 0.43 |
| Hex | C5 | 34 | 17 | 0 | 4A | 58 | 17 | A | 4F | 2B |
| Octal | 305 | 64 | 27 | 0 | 112 | 130 | 27 | 12 | 117 | 53 |
| Binary | 11000101 | 110100 | 10111 | 0 | 1001010 | 1011000 | 10111 | 1010 | 1001111 | 101011 |
Color Harmonies of #C53417
Complementary color
Monochromatic Colors of #C53417
Black with #C53417
Text Example
Text Example
White with #C53417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53417; }
p { color: rgb(197,52,23); }
H1.HeaderClassName
{
color: #C53417;
}
.AnyTagClassName
{
color: #C53417;
}
</style>
background-color css
<style>
a { background-color: #C53417; }
a { background-color: rgb(197,52,23); }
div.DivClassName
{
background-color: #C53417;
}
.BgClassName
{
background-color: #C53417;
}
</style>
border-color css
<style>
span { border-color: #C53417; }
span { border-color: rgb(197,52,23); }
td.TdClassName
{
border-color: #C53417;
}
.TagClassName
{
border-color: #C53417;
}
</style>