Html Css Color HEX #C5321B Harley Davidson Orange
📋 copy color: '#C5321B'red 197 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #C5321B
Tints of Harley Davidson Orange #C5321B
RGB
CMYK
RGB Variations
Color information
#C5321B (or 0xC5321B) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 1B. RGB value is (197,50,27). Sum of RGB (Red+Green+Blue) = 197+50+27=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C5321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5321B is #3ACDE4. Grayscale: #5B5B5B. Windows color (decimal): -3853797 or 1782469. OLE color: 1782469.
HSL color Cylindrical-coordinate representation of color #C5321B: hue angle of 8.12º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5321B is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 27 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.23 |
| HSL | 8.12º | 0.76% | 0.44% | - |
| HSV(B) | 8.12º | 0.86% | 0.77% | - |
| XYZ | 24.36 | 14.23 | 2.5 | - |
| YUV | 91.33 | 91.7 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 27 | 0 | 0.75 | 0.86 | 0.23 | 8.12 | 0.76 | 0.44 |
| Hex | C5 | 32 | 1B | 0 | 4B | 56 | 17 | 8 | 4C | 2C |
| Octal | 305 | 62 | 33 | 0 | 113 | 126 | 27 | 10 | 114 | 54 |
| Binary | 11000101 | 110010 | 11011 | 0 | 1001011 | 1010110 | 10111 | 1000 | 1001100 | 101100 |
Color Harmonies of #C5321B
Complementary color
Monochromatic Colors of #C5321B
Black with #C5321B
Text Example
Text Example
White with #C5321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5321B; }
p { color: rgb(197,50,27); }
H1.HeaderClassName
{
color: #C5321B;
}
.AnyTagClassName
{
color: #C5321B;
}
</style>
background-color css
<style>
a { background-color: #C5321B; }
a { background-color: rgb(197,50,27); }
div.DivClassName
{
background-color: #C5321B;
}
.BgClassName
{
background-color: #C5321B;
}
</style>
border-color css
<style>
span { border-color: #C5321B; }
span { border-color: rgb(197,50,27); }
td.TdClassName
{
border-color: #C5321B;
}
.TagClassName
{
border-color: #C5321B;
}
</style>