Html Css Color HEX #C5340A Harley Davidson Orange
📋 copy color: '#C5340A'red 197 ◦ green 52 ◦ blue 10
Shades of Harley Davidson Orange #C5340A
Tints of Harley Davidson Orange #C5340A
RGB
CMYK
RGB Variations
Color information
#C5340A (or 0xC5340A) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 0A. RGB value is (197,52,10). Sum of RGB (Red+Green+Blue) = 197+52+10=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C5340A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5340A is #3ACBF5. Grayscale: #5A5A5A. Windows color (decimal): -3853302 or 668869. OLE color: 668869.
HSL color Cylindrical-coordinate representation of color #C5340A: hue angle of 13.48º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5340A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 10 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.23 |
| HSL | 13.48º | 0.9% | 0.41% | - |
| HSV(B) | 13.48º | 0.95% | 0.77% | - |
| XYZ | 24.31 | 14.35 | 1.78 | - |
| YUV | 90.57 | 82.54 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 10 | 0 | 0.74 | 0.95 | 0.23 | 13.48 | 0.9 | 0.41 |
| Hex | C5 | 34 | A | 0 | 4A | 5F | 17 | D | 5A | 29 |
| Octal | 305 | 64 | 12 | 0 | 112 | 137 | 27 | 15 | 132 | 51 |
| Binary | 11000101 | 110100 | 1010 | 0 | 1001010 | 1011111 | 10111 | 1101 | 1011010 | 101001 |
Color Harmonies of #C5340A
Complementary color
Monochromatic Colors of #C5340A
Black with #C5340A
Text Example
Text Example
White with #C5340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5340A; }
p { color: rgb(197,52,10); }
H1.HeaderClassName
{
color: #C5340A;
}
.AnyTagClassName
{
color: #C5340A;
}
</style>
background-color css
<style>
a { background-color: #C5340A; }
a { background-color: rgb(197,52,10); }
div.DivClassName
{
background-color: #C5340A;
}
.BgClassName
{
background-color: #C5340A;
}
</style>
border-color css
<style>
span { border-color: #C5340A; }
span { border-color: rgb(197,52,10); }
td.TdClassName
{
border-color: #C5340A;
}
.TagClassName
{
border-color: #C5340A;
}
</style>