Html Css Color HEX #C52719 Harley Davidson Orange
📋 copy color: '#C52719'red 197 ◦ green 39 ◦ blue 25
Shades of Harley Davidson Orange #C52719
Tints of Harley Davidson Orange #C52719
RGB
CMYK
RGB Variations
Color information
#C52719 (or 0xC52719) is known color: Harley Davidson Orange. HEX triplet: C5, 27 and 19. RGB value is (197,39,25). Sum of RGB (Red+Green+Blue) = 197+39+25=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C52719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52719 is #3AD8E6. Grayscale: #545454. Windows color (decimal): -3856615 or 1648581. OLE color: 1648581.
HSL color Cylindrical-coordinate representation of color #C52719: hue angle of 4.88º 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 #C52719 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 25 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.23 |
| HSL | 4.88º | 0.77% | 0.44% | - |
| HSV(B) | 4.88º | 0.87% | 0.77% | - |
| XYZ | 23.93 | 13.39 | 2.24 | - |
| YUV | 84.65 | 94.35 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 25 | 0 | 0.80 | 0.87 | 0.23 | 4.88 | 0.77 | 0.44 |
| Hex | C5 | 27 | 19 | 0 | 50 | 57 | 17 | 5 | 4D | 2C |
| Octal | 305 | 47 | 31 | 0 | 120 | 127 | 27 | 5 | 115 | 54 |
| Binary | 11000101 | 100111 | 11001 | 0 | 1010000 | 1010111 | 10111 | 101 | 1001101 | 101100 |
Color Harmonies of #C52719
Complementary color
Monochromatic Colors of #C52719
Black with #C52719
Text Example
Text Example
White with #C52719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52719; }
p { color: rgb(197,39,25); }
H1.HeaderClassName
{
color: #C52719;
}
.AnyTagClassName
{
color: #C52719;
}
</style>
background-color css
<style>
a { background-color: #C52719; }
a { background-color: rgb(197,39,25); }
div.DivClassName
{
background-color: #C52719;
}
.BgClassName
{
background-color: #C52719;
}
</style>
border-color css
<style>
span { border-color: #C52719; }
span { border-color: rgb(197,39,25); }
td.TdClassName
{
border-color: #C52719;
}
.TagClassName
{
border-color: #C52719;
}
</style>