Html Css Color HEX #C53519 Harley Davidson Orange
📋 copy color: '#C53519'red 197 ◦ green 53 ◦ blue 25
Shades of Harley Davidson Orange #C53519
Tints of Harley Davidson Orange #C53519
RGB
CMYK
RGB Variations
Color information
#C53519 (or 0xC53519) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 19. RGB value is (197,53,25). Sum of RGB (Red+Green+Blue) = 197+53+25=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C53519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53519 is #3ACAE6. Grayscale: #5D5D5D. Windows color (decimal): -3853031 or 1652165. OLE color: 1652165.
HSL color Cylindrical-coordinate representation of color #C53519: hue angle of 9.77º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C53519 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 25 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.23 |
| HSL | 9.77º | 0.77% | 0.44% | - |
| HSV(B) | 9.77º | 0.87% | 0.77% | - |
| XYZ | 24.47 | 14.49 | 2.43 | - |
| YUV | 92.86 | 89.71 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 25 | 0 | 0.73 | 0.87 | 0.23 | 9.77 | 0.77 | 0.44 |
| Hex | C5 | 35 | 19 | 0 | 49 | 57 | 17 | A | 4D | 2C |
| Octal | 305 | 65 | 31 | 0 | 111 | 127 | 27 | 12 | 115 | 54 |
| Binary | 11000101 | 110101 | 11001 | 0 | 1001001 | 1010111 | 10111 | 1010 | 1001101 | 101100 |
Color Harmonies of #C53519
Complementary color
Monochromatic Colors of #C53519
Black with #C53519
Text Example
Text Example
White with #C53519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53519; }
p { color: rgb(197,53,25); }
H1.HeaderClassName
{
color: #C53519;
}
.AnyTagClassName
{
color: #C53519;
}
</style>
background-color css
<style>
a { background-color: #C53519; }
a { background-color: rgb(197,53,25); }
div.DivClassName
{
background-color: #C53519;
}
.BgClassName
{
background-color: #C53519;
}
</style>
border-color css
<style>
span { border-color: #C53519; }
span { border-color: rgb(197,53,25); }
td.TdClassName
{
border-color: #C53519;
}
.TagClassName
{
border-color: #C53519;
}
</style>