Html Css Color HEX #C53217 Harley Davidson Orange
📋 copy color: '#C53217'red 197 ◦ green 50 ◦ blue 23
Shades of Harley Davidson Orange #C53217
Tints of Harley Davidson Orange #C53217
RGB
CMYK
RGB Variations
Color information
#C53217 (or 0xC53217) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 17. RGB value is (197,50,23). Sum of RGB (Red+Green+Blue) = 197+50+23=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C53217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53217 is #3ACDE8. Grayscale: #5B5B5B. Windows color (decimal): -3853801 or 1520325. OLE color: 1520325.
HSL color Cylindrical-coordinate representation of color #C53217: hue angle of 9.31º 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 #C53217 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 23 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.23 |
| HSL | 9.31º | 0.79% | 0.43% | - |
| HSV(B) | 9.31º | 0.88% | 0.77% | - |
| XYZ | 24.32 | 14.21 | 2.27 | - |
| YUV | 90.88 | 89.7 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 23 | 0 | 0.75 | 0.88 | 0.23 | 9.31 | 0.79 | 0.43 |
| Hex | C5 | 32 | 17 | 0 | 4B | 58 | 17 | 9 | 4F | 2B |
| Octal | 305 | 62 | 27 | 0 | 113 | 130 | 27 | 11 | 117 | 53 |
| Binary | 11000101 | 110010 | 10111 | 0 | 1001011 | 1011000 | 10111 | 1001 | 1001111 | 101011 |
Color Harmonies of #C53217
Complementary color
Monochromatic Colors of #C53217
Black with #C53217
Text Example
Text Example
White with #C53217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53217; }
p { color: rgb(197,50,23); }
H1.HeaderClassName
{
color: #C53217;
}
.AnyTagClassName
{
color: #C53217;
}
</style>
background-color css
<style>
a { background-color: #C53217; }
a { background-color: rgb(197,50,23); }
div.DivClassName
{
background-color: #C53217;
}
.BgClassName
{
background-color: #C53217;
}
</style>
border-color css
<style>
span { border-color: #C53217; }
span { border-color: rgb(197,50,23); }
td.TdClassName
{
border-color: #C53217;
}
.TagClassName
{
border-color: #C53217;
}
</style>