Html Css Color HEX #C54119 Harley Davidson Orange
📋 copy color: '#C54119'red 197 ◦ green 65 ◦ blue 25
Shades of Harley Davidson Orange #C54119
Tints of Harley Davidson Orange #C54119
RGB
CMYK
RGB Variations
Color information
#C54119 (or 0xC54119) is known color: Harley Davidson Orange. HEX triplet: C5, 41 and 19. RGB value is (197,65,25). Sum of RGB (Red+Green+Blue) = 197+65+25=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C54119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54119 is #3ABEE6. Grayscale: #646464. Windows color (decimal): -3849959 or 1655237. OLE color: 1655237.
HSL color Cylindrical-coordinate representation of color #C54119: hue angle of 13.95º 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 #C54119 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 25 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.23 |
| HSL | 13.95º | 0.77% | 0.44% | - |
| HSV(B) | 13.95º | 0.87% | 0.77% | - |
| XYZ | 25.09 | 15.72 | 2.63 | - |
| YUV | 99.91 | 85.73 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 25 | 0 | 0.67 | 0.87 | 0.23 | 13.95 | 0.77 | 0.44 |
| Hex | C5 | 41 | 19 | 0 | 43 | 57 | 17 | E | 4D | 2C |
| Octal | 305 | 101 | 31 | 0 | 103 | 127 | 27 | 16 | 115 | 54 |
| Binary | 11000101 | 1000001 | 11001 | 0 | 1000011 | 1010111 | 10111 | 1110 | 1001101 | 101100 |
Color Harmonies of #C54119
Complementary color
Monochromatic Colors of #C54119
Black with #C54119
Text Example
Text Example
White with #C54119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54119; }
p { color: rgb(197,65,25); }
H1.HeaderClassName
{
color: #C54119;
}
.AnyTagClassName
{
color: #C54119;
}
</style>
background-color css
<style>
a { background-color: #C54119; }
a { background-color: rgb(197,65,25); }
div.DivClassName
{
background-color: #C54119;
}
.BgClassName
{
background-color: #C54119;
}
</style>
border-color css
<style>
span { border-color: #C54119; }
span { border-color: rgb(197,65,25); }
td.TdClassName
{
border-color: #C54119;
}
.TagClassName
{
border-color: #C54119;
}
</style>