Html Css Color HEX #C5321E Harley Davidson Orange
📋 copy color: '#C5321E'red 197 ◦ green 50 ◦ blue 30
Shades of Harley Davidson Orange #C5321E
Tints of Harley Davidson Orange #C5321E
RGB
CMYK
RGB Variations
Color information
#C5321E (or 0xC5321E) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 1E. RGB value is (197,50,30). Sum of RGB (Red+Green+Blue) = 197+50+30=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C5321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5321E is #3ACDE1. Grayscale: #5B5B5B. Windows color (decimal): -3853794 or 1979077. OLE color: 1979077.
HSL color Cylindrical-coordinate representation of color #C5321E: hue angle of 7.19º 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 #C5321E is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 30 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.23 |
| HSL | 7.19º | 0.74% | 0.45% | - |
| HSV(B) | 7.19º | 0.85% | 0.77% | - |
| XYZ | 24.4 | 14.25 | 2.69 | - |
| YUV | 91.67 | 93.2 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 30 | 0 | 0.75 | 0.85 | 0.23 | 7.19 | 0.74 | 0.45 |
| Hex | C5 | 32 | 1E | 0 | 4B | 55 | 17 | 7 | 4A | 2D |
| Octal | 305 | 62 | 36 | 0 | 113 | 125 | 27 | 7 | 112 | 55 |
| Binary | 11000101 | 110010 | 11110 | 0 | 1001011 | 1010101 | 10111 | 111 | 1001010 | 101101 |
Color Harmonies of #C5321E
Complementary color
Monochromatic Colors of #C5321E
Black with #C5321E
Text Example
Text Example
White with #C5321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5321E; }
p { color: rgb(197,50,30); }
H1.HeaderClassName
{
color: #C5321E;
}
.AnyTagClassName
{
color: #C5321E;
}
</style>
background-color css
<style>
a { background-color: #C5321E; }
a { background-color: rgb(197,50,30); }
div.DivClassName
{
background-color: #C5321E;
}
.BgClassName
{
background-color: #C5321E;
}
</style>
border-color css
<style>
span { border-color: #C5321E; }
span { border-color: rgb(197,50,30); }
td.TdClassName
{
border-color: #C5321E;
}
.TagClassName
{
border-color: #C5321E;
}
</style>