Html Css Color HEX #C5311C Harley Davidson Orange
📋 copy color: '#C5311C'red 197 ◦ green 49 ◦ blue 28
Shades of Harley Davidson Orange #C5311C
Tints of Harley Davidson Orange #C5311C
RGB
CMYK
RGB Variations
Color information
#C5311C (or 0xC5311C) is known color: Harley Davidson Orange. HEX triplet: C5, 31 and 1C. RGB value is (197,49,28). Sum of RGB (Red+Green+Blue) = 197+49+28=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C5311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5311C is #3ACEE3. Grayscale: #5B5B5B. Windows color (decimal): -3854052 or 1847749. OLE color: 1847749.
HSL color Cylindrical-coordinate representation of color #C5311C: hue angle of 7.46º 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 #C5311C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 28 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.23 |
| HSL | 7.46º | 0.75% | 0.44% | - |
| HSV(B) | 7.46º | 0.86% | 0.77% | - |
| XYZ | 24.33 | 14.15 | 2.55 | - |
| YUV | 90.86 | 92.53 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 28 | 0 | 0.75 | 0.86 | 0.23 | 7.46 | 0.75 | 0.44 |
| Hex | C5 | 31 | 1C | 0 | 4B | 56 | 17 | 7 | 4B | 2C |
| Octal | 305 | 61 | 34 | 0 | 113 | 126 | 27 | 7 | 113 | 54 |
| Binary | 11000101 | 110001 | 11100 | 0 | 1001011 | 1010110 | 10111 | 111 | 1001011 | 101100 |
Color Harmonies of #C5311C
Complementary color
Monochromatic Colors of #C5311C
Black with #C5311C
Text Example
Text Example
White with #C5311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5311C; }
p { color: rgb(197,49,28); }
H1.HeaderClassName
{
color: #C5311C;
}
.AnyTagClassName
{
color: #C5311C;
}
</style>
background-color css
<style>
a { background-color: #C5311C; }
a { background-color: rgb(197,49,28); }
div.DivClassName
{
background-color: #C5311C;
}
.BgClassName
{
background-color: #C5311C;
}
</style>
border-color css
<style>
span { border-color: #C5311C; }
span { border-color: rgb(197,49,28); }
td.TdClassName
{
border-color: #C5311C;
}
.TagClassName
{
border-color: #C5311C;
}
</style>