Html Css Color HEX #C5291B Harley Davidson Orange
📋 copy color: '#C5291B'red 197 ◦ green 41 ◦ blue 27
Shades of Harley Davidson Orange #C5291B
Tints of Harley Davidson Orange #C5291B
RGB
CMYK
RGB Variations
Color information
#C5291B (or 0xC5291B) is known color: Harley Davidson Orange. HEX triplet: C5, 29 and 1B. RGB value is (197,41,27). Sum of RGB (Red+Green+Blue) = 197+41+27=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5291B is #3AD6E4. Grayscale: #565656. Windows color (decimal): -3856101 or 1780165. OLE color: 1780165.
HSL color Cylindrical-coordinate representation of color #C5291B: hue angle of 4.94º 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 #C5291B is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 27 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.23 |
| HSL | 4.94º | 0.76% | 0.44% | - |
| HSV(B) | 4.94º | 0.86% | 0.77% | - |
| XYZ | 24.02 | 13.54 | 2.38 | - |
| YUV | 86.05 | 94.68 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 27 | 0 | 0.79 | 0.86 | 0.23 | 4.94 | 0.76 | 0.44 |
| Hex | C5 | 29 | 1B | 0 | 4F | 56 | 17 | 5 | 4C | 2C |
| Octal | 305 | 51 | 33 | 0 | 117 | 126 | 27 | 5 | 114 | 54 |
| Binary | 11000101 | 101001 | 11011 | 0 | 1001111 | 1010110 | 10111 | 101 | 1001100 | 101100 |
Color Harmonies of #C5291B
Complementary color
Monochromatic Colors of #C5291B
Black with #C5291B
Text Example
Text Example
White with #C5291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5291B; }
p { color: rgb(197,41,27); }
H1.HeaderClassName
{
color: #C5291B;
}
.AnyTagClassName
{
color: #C5291B;
}
</style>
background-color css
<style>
a { background-color: #C5291B; }
a { background-color: rgb(197,41,27); }
div.DivClassName
{
background-color: #C5291B;
}
.BgClassName
{
background-color: #C5291B;
}
</style>
border-color css
<style>
span { border-color: #C5291B; }
span { border-color: rgb(197,41,27); }
td.TdClassName
{
border-color: #C5291B;
}
.TagClassName
{
border-color: #C5291B;
}
</style>