Html Css Color HEX #C53219 Harley Davidson Orange
📋 copy color: '#C53219'red 197 ◦ green 50 ◦ blue 25
Shades of Harley Davidson Orange #C53219
Tints of Harley Davidson Orange #C53219
RGB
CMYK
RGB Variations
Color information
#C53219 (or 0xC53219) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 19. RGB value is (197,50,25). Sum of RGB (Red+Green+Blue) = 197+50+25=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C53219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53219 is #3ACDE6. Grayscale: #5B5B5B. Windows color (decimal): -3853799 or 1651397. OLE color: 1651397.
HSL color Cylindrical-coordinate representation of color #C53219: hue angle of 8.72º 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 #C53219 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 25 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.23 |
| HSL | 8.72º | 0.77% | 0.44% | - |
| HSV(B) | 8.72º | 0.87% | 0.77% | - |
| XYZ | 24.34 | 14.22 | 2.38 | - |
| YUV | 91.1 | 90.7 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 25 | 0 | 0.75 | 0.87 | 0.23 | 8.72 | 0.77 | 0.44 |
| Hex | C5 | 32 | 19 | 0 | 4B | 57 | 17 | 9 | 4D | 2C |
| Octal | 305 | 62 | 31 | 0 | 113 | 127 | 27 | 11 | 115 | 54 |
| Binary | 11000101 | 110010 | 11001 | 0 | 1001011 | 1010111 | 10111 | 1001 | 1001101 | 101100 |
Color Harmonies of #C53219
Complementary color
Monochromatic Colors of #C53219
Black with #C53219
Text Example
Text Example
White with #C53219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53219; }
p { color: rgb(197,50,25); }
H1.HeaderClassName
{
color: #C53219;
}
.AnyTagClassName
{
color: #C53219;
}
</style>
background-color css
<style>
a { background-color: #C53219; }
a { background-color: rgb(197,50,25); }
div.DivClassName
{
background-color: #C53219;
}
.BgClassName
{
background-color: #C53219;
}
</style>
border-color css
<style>
span { border-color: #C53219; }
span { border-color: rgb(197,50,25); }
td.TdClassName
{
border-color: #C53219;
}
.TagClassName
{
border-color: #C53219;
}
</style>