Html Css Color HEX #C54118 Harley Davidson Orange
📋 copy color: '#C54118'red 197 ◦ green 65 ◦ blue 24
Shades of Harley Davidson Orange #C54118
Tints of Harley Davidson Orange #C54118
RGB
CMYK
RGB Variations
Color information
#C54118 (or 0xC54118) is known color: Harley Davidson Orange. HEX triplet: C5, 41 and 18. RGB value is (197,65,24). Sum of RGB (Red+Green+Blue) = 197+65+24=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C54118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54118 is #3ABEE7. Grayscale: #646464. Windows color (decimal): -3849960 or 1589701. OLE color: 1589701.
HSL color Cylindrical-coordinate representation of color #C54118: hue angle of 14.22º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C54118 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 24 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.23 |
| HSL | 14.22º | 0.78% | 0.43% | - |
| HSV(B) | 14.22º | 0.88% | 0.77% | - |
| XYZ | 25.08 | 15.72 | 2.58 | - |
| YUV | 99.79 | 85.23 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 24 | 0 | 0.67 | 0.88 | 0.23 | 14.22 | 0.78 | 0.43 |
| Hex | C5 | 41 | 18 | 0 | 43 | 58 | 17 | E | 4E | 2B |
| Octal | 305 | 101 | 30 | 0 | 103 | 130 | 27 | 16 | 116 | 53 |
| Binary | 11000101 | 1000001 | 11000 | 0 | 1000011 | 1011000 | 10111 | 1110 | 1001110 | 101011 |
Color Harmonies of #C54118
Complementary color
Monochromatic Colors of #C54118
Black with #C54118
Text Example
Text Example
White with #C54118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54118; }
p { color: rgb(197,65,24); }
H1.HeaderClassName
{
color: #C54118;
}
.AnyTagClassName
{
color: #C54118;
}
</style>
background-color css
<style>
a { background-color: #C54118; }
a { background-color: rgb(197,65,24); }
div.DivClassName
{
background-color: #C54118;
}
.BgClassName
{
background-color: #C54118;
}
</style>
border-color css
<style>
span { border-color: #C54118; }
span { border-color: rgb(197,65,24); }
td.TdClassName
{
border-color: #C54118;
}
.TagClassName
{
border-color: #C54118;
}
</style>