Html Css Color HEX #C53119 Harley Davidson Orange
📋 copy color: '#C53119'red 197 ◦ green 49 ◦ blue 25
Shades of Harley Davidson Orange #C53119
Tints of Harley Davidson Orange #C53119
RGB
CMYK
RGB Variations
Color information
#C53119 (or 0xC53119) is known color: Harley Davidson Orange. HEX triplet: C5, 31 and 19. RGB value is (197,49,25). Sum of RGB (Red+Green+Blue) = 197+49+25=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C53119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53119 is #3ACEE6. Grayscale: #5A5A5A. Windows color (decimal): -3854055 or 1651141. OLE color: 1651141.
HSL color Cylindrical-coordinate representation of color #C53119: hue angle of 8.37º 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 #C53119 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 25 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.23 |
| HSL | 8.37º | 0.77% | 0.44% | - |
| HSV(B) | 8.37º | 0.87% | 0.77% | - |
| XYZ | 24.3 | 14.14 | 2.37 | - |
| YUV | 90.52 | 91.03 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 25 | 0 | 0.75 | 0.87 | 0.23 | 8.37 | 0.77 | 0.44 |
| Hex | C5 | 31 | 19 | 0 | 4B | 57 | 17 | 8 | 4D | 2C |
| Octal | 305 | 61 | 31 | 0 | 113 | 127 | 27 | 10 | 115 | 54 |
| Binary | 11000101 | 110001 | 11001 | 0 | 1001011 | 1010111 | 10111 | 1000 | 1001101 | 101100 |
Color Harmonies of #C53119
Complementary color
Monochromatic Colors of #C53119
Black with #C53119
Text Example
Text Example
White with #C53119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53119; }
p { color: rgb(197,49,25); }
H1.HeaderClassName
{
color: #C53119;
}
.AnyTagClassName
{
color: #C53119;
}
</style>
background-color css
<style>
a { background-color: #C53119; }
a { background-color: rgb(197,49,25); }
div.DivClassName
{
background-color: #C53119;
}
.BgClassName
{
background-color: #C53119;
}
</style>
border-color css
<style>
span { border-color: #C53119; }
span { border-color: rgb(197,49,25); }
td.TdClassName
{
border-color: #C53119;
}
.TagClassName
{
border-color: #C53119;
}
</style>