Html Css Color HEX #C5321A Harley Davidson Orange
📋 copy color: '#C5321A'red 197 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #C5321A
Tints of Harley Davidson Orange #C5321A
RGB
CMYK
RGB Variations
Color information
#C5321A (or 0xC5321A) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 1A. RGB value is (197,50,26). Sum of RGB (Red+Green+Blue) = 197+50+26=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C5321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5321A is #3ACDE5. Grayscale: #5B5B5B. Windows color (decimal): -3853798 or 1716933. OLE color: 1716933.
HSL color Cylindrical-coordinate representation of color #C5321A: hue angle of 8.42º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5321A is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 26 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.23 |
| HSL | 8.42º | 0.77% | 0.44% | - |
| HSV(B) | 8.42º | 0.87% | 0.77% | - |
| XYZ | 24.35 | 14.23 | 2.44 | - |
| YUV | 91.22 | 91.2 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 26 | 0 | 0.75 | 0.87 | 0.23 | 8.42 | 0.77 | 0.44 |
| Hex | C5 | 32 | 1A | 0 | 4B | 57 | 17 | 8 | 4D | 2C |
| Octal | 305 | 62 | 32 | 0 | 113 | 127 | 27 | 10 | 115 | 54 |
| Binary | 11000101 | 110010 | 11010 | 0 | 1001011 | 1010111 | 10111 | 1000 | 1001101 | 101100 |
Color Harmonies of #C5321A
Complementary color
Monochromatic Colors of #C5321A
Black with #C5321A
Text Example
Text Example
White with #C5321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5321A; }
p { color: rgb(197,50,26); }
H1.HeaderClassName
{
color: #C5321A;
}
.AnyTagClassName
{
color: #C5321A;
}
</style>
background-color css
<style>
a { background-color: #C5321A; }
a { background-color: rgb(197,50,26); }
div.DivClassName
{
background-color: #C5321A;
}
.BgClassName
{
background-color: #C5321A;
}
</style>
border-color css
<style>
span { border-color: #C5321A; }
span { border-color: rgb(197,50,26); }
td.TdClassName
{
border-color: #C5321A;
}
.TagClassName
{
border-color: #C5321A;
}
</style>