Html Css Color HEX #C53F20 Harley Davidson Orange
📋 copy color: '#C53F20'red 197 ◦ green 63 ◦ blue 32
Shades of Harley Davidson Orange #C53F20
Tints of Harley Davidson Orange #C53F20
RGB
CMYK
RGB Variations
Color information
#C53F20 (or 0xC53F20) is known color: Harley Davidson Orange. HEX triplet: C5, 3F and 20. RGB value is (197,63,32). Sum of RGB (Red+Green+Blue) = 197+63+32=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F20 is #3AC0DF. Grayscale: #636363. Windows color (decimal): -3850464 or 2113477. OLE color: 2113477.
HSL color Cylindrical-coordinate representation of color #C53F20: hue angle of 11.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C53F20 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 32 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.23 |
| HSL | 11.27º | 0.72% | 0.45% | - |
| HSV(B) | 11.27º | 0.84% | 0.77% | - |
| XYZ | 25.06 | 15.53 | 3.04 | - |
| YUV | 99.53 | 89.89 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 32 | 0 | 0.68 | 0.84 | 0.23 | 11.27 | 0.72 | 0.45 |
| Hex | C5 | 3F | 20 | 0 | 44 | 54 | 17 | B | 48 | 2D |
| Octal | 305 | 77 | 40 | 0 | 104 | 124 | 27 | 13 | 110 | 55 |
| Binary | 11000101 | 111111 | 100000 | 0 | 1000100 | 1010100 | 10111 | 1011 | 1001000 | 101101 |
Color Harmonies of #C53F20
Complementary color
Monochromatic Colors of #C53F20
Black with #C53F20
Text Example
Text Example
White with #C53F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F20; }
p { color: rgb(197,63,32); }
H1.HeaderClassName
{
color: #C53F20;
}
.AnyTagClassName
{
color: #C53F20;
}
</style>
background-color css
<style>
a { background-color: #C53F20; }
a { background-color: rgb(197,63,32); }
div.DivClassName
{
background-color: #C53F20;
}
.BgClassName
{
background-color: #C53F20;
}
</style>
border-color css
<style>
span { border-color: #C53F20; }
span { border-color: rgb(197,63,32); }
td.TdClassName
{
border-color: #C53F20;
}
.TagClassName
{
border-color: #C53F20;
}
</style>