Html Css Color HEX #C5291C Harley Davidson Orange
📋 copy color: '#C5291C'red 197 ◦ green 41 ◦ blue 28
Shades of Harley Davidson Orange #C5291C
Tints of Harley Davidson Orange #C5291C
RGB
CMYK
RGB Variations
Color information
#C5291C (or 0xC5291C) is known color: Harley Davidson Orange. HEX triplet: C5, 29 and 1C. RGB value is (197,41,28). Sum of RGB (Red+Green+Blue) = 197+41+28=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C5291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5291C is #3AD6E3. Grayscale: #565656. Windows color (decimal): -3856100 or 1845701. OLE color: 1845701.
HSL color Cylindrical-coordinate representation of color #C5291C: hue angle of 4.62º 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 #C5291C is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 28 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.23 |
| HSL | 4.62º | 0.75% | 0.44% | - |
| HSV(B) | 4.62º | 0.86% | 0.77% | - |
| XYZ | 24.03 | 13.54 | 2.45 | - |
| YUV | 86.16 | 95.18 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 28 | 0 | 0.79 | 0.86 | 0.23 | 4.62 | 0.75 | 0.44 |
| Hex | C5 | 29 | 1C | 0 | 4F | 56 | 17 | 5 | 4B | 2C |
| Octal | 305 | 51 | 34 | 0 | 117 | 126 | 27 | 5 | 113 | 54 |
| Binary | 11000101 | 101001 | 11100 | 0 | 1001111 | 1010110 | 10111 | 101 | 1001011 | 101100 |
Color Harmonies of #C5291C
Complementary color
Monochromatic Colors of #C5291C
Black with #C5291C
Text Example
Text Example
White with #C5291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5291C; }
p { color: rgb(197,41,28); }
H1.HeaderClassName
{
color: #C5291C;
}
.AnyTagClassName
{
color: #C5291C;
}
</style>
background-color css
<style>
a { background-color: #C5291C; }
a { background-color: rgb(197,41,28); }
div.DivClassName
{
background-color: #C5291C;
}
.BgClassName
{
background-color: #C5291C;
}
</style>
border-color css
<style>
span { border-color: #C5291C; }
span { border-color: rgb(197,41,28); }
td.TdClassName
{
border-color: #C5291C;
}
.TagClassName
{
border-color: #C5291C;
}
</style>