Html Css Color HEX #C5260E Harley Davidson Orange
📋 copy color: '#C5260E'red 197 ◦ green 38 ◦ blue 14
Shades of Harley Davidson Orange #C5260E
Tints of Harley Davidson Orange #C5260E
RGB
CMYK
RGB Variations
Color information
#C5260E (or 0xC5260E) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 0E. RGB value is (197,38,14). Sum of RGB (Red+Green+Blue) = 197+38+14=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C5260E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5260E is #3AD9F1. Grayscale: #535353. Windows color (decimal): -3856882 or 927429. OLE color: 927429.
HSL color Cylindrical-coordinate representation of color #C5260E: hue angle of 7.87º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5260E is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 14 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.23 |
| HSL | 7.87º | 0.87% | 0.41% | - |
| HSV(B) | 7.87º | 0.93% | 0.77% | - |
| XYZ | 23.8 | 13.29 | 1.73 | - |
| YUV | 82.81 | 89.18 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 14 | 0 | 0.81 | 0.93 | 0.23 | 7.87 | 0.87 | 0.41 |
| Hex | C5 | 26 | E | 0 | 51 | 5D | 17 | 8 | 57 | 29 |
| Octal | 305 | 46 | 16 | 0 | 121 | 135 | 27 | 10 | 127 | 51 |
| Binary | 11000101 | 100110 | 1110 | 0 | 1010001 | 1011101 | 10111 | 1000 | 1010111 | 101001 |
Color Harmonies of #C5260E
Complementary color
Monochromatic Colors of #C5260E
Black with #C5260E
Text Example
Text Example
White with #C5260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5260E; }
p { color: rgb(197,38,14); }
H1.HeaderClassName
{
color: #C5260E;
}
.AnyTagClassName
{
color: #C5260E;
}
</style>
background-color css
<style>
a { background-color: #C5260E; }
a { background-color: rgb(197,38,14); }
div.DivClassName
{
background-color: #C5260E;
}
.BgClassName
{
background-color: #C5260E;
}
</style>
border-color css
<style>
span { border-color: #C5260E; }
span { border-color: rgb(197,38,14); }
td.TdClassName
{
border-color: #C5260E;
}
.TagClassName
{
border-color: #C5260E;
}
</style>