Html Css Color HEX #C5340D Harley Davidson Orange
📋 copy color: '#C5340D'red 197 ◦ green 52 ◦ blue 13
Shades of Harley Davidson Orange #C5340D
Tints of Harley Davidson Orange #C5340D
RGB
CMYK
RGB Variations
Color information
#C5340D (or 0xC5340D) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 0D. RGB value is (197,52,13). Sum of RGB (Red+Green+Blue) = 197+52+13=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C5340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5340D is #3ACBF2. Grayscale: #5B5B5B. Windows color (decimal): -3853299 or 865477. OLE color: 865477.
HSL color Cylindrical-coordinate representation of color #C5340D: hue angle of 12.72º degrees, saturation: 0.88, 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 #C5340D is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 13 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.23 |
| HSL | 12.72º | 0.88% | 0.41% | - |
| HSV(B) | 12.72º | 0.93% | 0.77% | - |
| XYZ | 24.33 | 14.36 | 1.87 | - |
| YUV | 90.91 | 84.04 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 13 | 0 | 0.74 | 0.93 | 0.23 | 12.72 | 0.88 | 0.41 |
| Hex | C5 | 34 | D | 0 | 4A | 5D | 17 | D | 58 | 29 |
| Octal | 305 | 64 | 15 | 0 | 112 | 135 | 27 | 15 | 130 | 51 |
| Binary | 11000101 | 110100 | 1101 | 0 | 1001010 | 1011101 | 10111 | 1101 | 1011000 | 101001 |
Color Harmonies of #C5340D
Complementary color
Monochromatic Colors of #C5340D
Black with #C5340D
Text Example
Text Example
White with #C5340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5340D; }
p { color: rgb(197,52,13); }
H1.HeaderClassName
{
color: #C5340D;
}
.AnyTagClassName
{
color: #C5340D;
}
</style>
background-color css
<style>
a { background-color: #C5340D; }
a { background-color: rgb(197,52,13); }
div.DivClassName
{
background-color: #C5340D;
}
.BgClassName
{
background-color: #C5340D;
}
</style>
border-color css
<style>
span { border-color: #C5340D; }
span { border-color: rgb(197,52,13); }
td.TdClassName
{
border-color: #C5340D;
}
.TagClassName
{
border-color: #C5340D;
}
</style>