Html Css Color HEX #C5340E Harley Davidson Orange
📋 copy color: '#C5340E'red 197 ◦ green 52 ◦ blue 14
Shades of Harley Davidson Orange #C5340E
Tints of Harley Davidson Orange #C5340E
RGB
CMYK
RGB Variations
Color information
#C5340E (or 0xC5340E) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 0E. RGB value is (197,52,14). Sum of RGB (Red+Green+Blue) = 197+52+14=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5340E is #3ACBF1. Grayscale: #5B5B5B. Windows color (decimal): -3853298 or 931013. OLE color: 931013.
HSL color Cylindrical-coordinate representation of color #C5340E: hue angle of 12.46º 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 #C5340E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 14 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.23 |
| HSL | 12.46º | 0.87% | 0.41% | - |
| HSV(B) | 12.46º | 0.93% | 0.77% | - |
| XYZ | 24.33 | 14.36 | 1.9 | - |
| YUV | 91.02 | 84.54 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 14 | 0 | 0.74 | 0.93 | 0.23 | 12.46 | 0.87 | 0.41 |
| Hex | C5 | 34 | E | 0 | 4A | 5D | 17 | C | 57 | 29 |
| Octal | 305 | 64 | 16 | 0 | 112 | 135 | 27 | 14 | 127 | 51 |
| Binary | 11000101 | 110100 | 1110 | 0 | 1001010 | 1011101 | 10111 | 1100 | 1010111 | 101001 |
Color Harmonies of #C5340E
Complementary color
Monochromatic Colors of #C5340E
Black with #C5340E
Text Example
Text Example
White with #C5340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5340E; }
p { color: rgb(197,52,14); }
H1.HeaderClassName
{
color: #C5340E;
}
.AnyTagClassName
{
color: #C5340E;
}
</style>
background-color css
<style>
a { background-color: #C5340E; }
a { background-color: rgb(197,52,14); }
div.DivClassName
{
background-color: #C5340E;
}
.BgClassName
{
background-color: #C5340E;
}
</style>
border-color css
<style>
span { border-color: #C5340E; }
span { border-color: rgb(197,52,14); }
td.TdClassName
{
border-color: #C5340E;
}
.TagClassName
{
border-color: #C5340E;
}
</style>