Html Css Color HEX #C53719 Harley Davidson Orange
📋 copy color: '#C53719'red 197 ◦ green 55 ◦ blue 25
Shades of Harley Davidson Orange #C53719
Tints of Harley Davidson Orange #C53719
RGB
CMYK
RGB Variations
Color information
#C53719 (or 0xC53719) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 19. RGB value is (197,55,25). Sum of RGB (Red+Green+Blue) = 197+55+25=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C53719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53719 is #3AC8E6. Grayscale: #5E5E5E. Windows color (decimal): -3852519 or 1652677. OLE color: 1652677.
HSL color Cylindrical-coordinate representation of color #C53719: hue angle of 10.47º 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 #C53719 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 25 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.23 |
| HSL | 10.47º | 0.77% | 0.44% | - |
| HSV(B) | 10.47º | 0.87% | 0.77% | - |
| XYZ | 24.57 | 14.67 | 2.46 | - |
| YUV | 94.04 | 89.04 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 25 | 0 | 0.72 | 0.87 | 0.23 | 10.47 | 0.77 | 0.44 |
| Hex | C5 | 37 | 19 | 0 | 48 | 57 | 17 | A | 4D | 2C |
| Octal | 305 | 67 | 31 | 0 | 110 | 127 | 27 | 12 | 115 | 54 |
| Binary | 11000101 | 110111 | 11001 | 0 | 1001000 | 1010111 | 10111 | 1010 | 1001101 | 101100 |
Color Harmonies of #C53719
Complementary color
Monochromatic Colors of #C53719
Black with #C53719
Text Example
Text Example
White with #C53719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53719; }
p { color: rgb(197,55,25); }
H1.HeaderClassName
{
color: #C53719;
}
.AnyTagClassName
{
color: #C53719;
}
</style>
background-color css
<style>
a { background-color: #C53719; }
a { background-color: rgb(197,55,25); }
div.DivClassName
{
background-color: #C53719;
}
.BgClassName
{
background-color: #C53719;
}
</style>
border-color css
<style>
span { border-color: #C53719; }
span { border-color: rgb(197,55,25); }
td.TdClassName
{
border-color: #C53719;
}
.TagClassName
{
border-color: #C53719;
}
</style>