Html Css Color HEX #C5321C Harley Davidson Orange
📋 copy color: '#C5321C'red 197 ◦ green 50 ◦ blue 28
Shades of Harley Davidson Orange #C5321C
Tints of Harley Davidson Orange #C5321C
RGB
CMYK
RGB Variations
Color information
#C5321C (or 0xC5321C) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 1C. RGB value is (197,50,28). Sum of RGB (Red+Green+Blue) = 197+50+28=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C5321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5321C is #3ACDE3. Grayscale: #5B5B5B. Windows color (decimal): -3853796 or 1848005. OLE color: 1848005.
HSL color Cylindrical-coordinate representation of color #C5321C: hue angle of 7.81º degrees, saturation: 0.75, 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 #C5321C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 28 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.23 |
| HSL | 7.81º | 0.75% | 0.44% | - |
| HSV(B) | 7.81º | 0.86% | 0.77% | - |
| XYZ | 24.38 | 14.24 | 2.56 | - |
| YUV | 91.45 | 92.2 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 28 | 0 | 0.75 | 0.86 | 0.23 | 7.81 | 0.75 | 0.44 |
| Hex | C5 | 32 | 1C | 0 | 4B | 56 | 17 | 8 | 4B | 2C |
| Octal | 305 | 62 | 34 | 0 | 113 | 126 | 27 | 10 | 113 | 54 |
| Binary | 11000101 | 110010 | 11100 | 0 | 1001011 | 1010110 | 10111 | 1000 | 1001011 | 101100 |
Color Harmonies of #C5321C
Complementary color
Monochromatic Colors of #C5321C
Black with #C5321C
Text Example
Text Example
White with #C5321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5321C; }
p { color: rgb(197,50,28); }
H1.HeaderClassName
{
color: #C5321C;
}
.AnyTagClassName
{
color: #C5321C;
}
</style>
background-color css
<style>
a { background-color: #C5321C; }
a { background-color: rgb(197,50,28); }
div.DivClassName
{
background-color: #C5321C;
}
.BgClassName
{
background-color: #C5321C;
}
</style>
border-color css
<style>
span { border-color: #C5321C; }
span { border-color: rgb(197,50,28); }
td.TdClassName
{
border-color: #C5321C;
}
.TagClassName
{
border-color: #C5321C;
}
</style>