Html Css Color HEX #C5341E Harley Davidson Orange
📋 copy color: '#C5341E'red 197 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #C5341E
Tints of Harley Davidson Orange #C5341E
RGB
CMYK
RGB Variations
Color information
#C5341E (or 0xC5341E) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 1E. RGB value is (197,52,30). Sum of RGB (Red+Green+Blue) = 197+52+30=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5341E is #3ACBE1. Grayscale: #5D5D5D. Windows color (decimal): -3853282 or 1979589. OLE color: 1979589.
HSL color Cylindrical-coordinate representation of color #C5341E: hue angle of 7.9º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5341E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 30 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.23 |
| HSL | 7.9º | 0.74% | 0.45% | - |
| HSV(B) | 7.9º | 0.85% | 0.77% | - |
| XYZ | 24.49 | 14.42 | 2.72 | - |
| YUV | 92.85 | 92.54 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 30 | 0 | 0.74 | 0.85 | 0.23 | 7.9 | 0.74 | 0.45 |
| Hex | C5 | 34 | 1E | 0 | 4A | 55 | 17 | 8 | 4A | 2D |
| Octal | 305 | 64 | 36 | 0 | 112 | 125 | 27 | 10 | 112 | 55 |
| Binary | 11000101 | 110100 | 11110 | 0 | 1001010 | 1010101 | 10111 | 1000 | 1001010 | 101101 |
Color Harmonies of #C5341E
Complementary color
Monochromatic Colors of #C5341E
Black with #C5341E
Text Example
Text Example
White with #C5341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5341E; }
p { color: rgb(197,52,30); }
H1.HeaderClassName
{
color: #C5341E;
}
.AnyTagClassName
{
color: #C5341E;
}
</style>
background-color css
<style>
a { background-color: #C5341E; }
a { background-color: rgb(197,52,30); }
div.DivClassName
{
background-color: #C5341E;
}
.BgClassName
{
background-color: #C5341E;
}
</style>
border-color css
<style>
span { border-color: #C5341E; }
span { border-color: rgb(197,52,30); }
td.TdClassName
{
border-color: #C5341E;
}
.TagClassName
{
border-color: #C5341E;
}
</style>