Html Css Color HEX #C5370B Harley Davidson Orange
📋 copy color: '#C5370B'red 197 ◦ green 55 ◦ blue 11
Shades of Harley Davidson Orange #C5370B
Tints of Harley Davidson Orange #C5370B
RGB
CMYK
RGB Variations
Color information
#C5370B (or 0xC5370B) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 0B. RGB value is (197,55,11). Sum of RGB (Red+Green+Blue) = 197+55+11=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5370B is #3AC8F4. Grayscale: #5C5C5C. Windows color (decimal): -3852533 or 735173. OLE color: 735173.
HSL color Cylindrical-coordinate representation of color #C5370B: hue angle of 14.19º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5370B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.23 |
| HSL | 14.19º | 0.89% | 0.41% | - |
| HSV(B) | 14.19º | 0.94% | 0.77% | - |
| XYZ | 24.45 | 14.63 | 1.85 | - |
| YUV | 92.44 | 82.04 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 11 | 0 | 0.72 | 0.94 | 0.23 | 14.19 | 0.89 | 0.41 |
| Hex | C5 | 37 | B | 0 | 48 | 5E | 17 | E | 59 | 29 |
| Octal | 305 | 67 | 13 | 0 | 110 | 136 | 27 | 16 | 131 | 51 |
| Binary | 11000101 | 110111 | 1011 | 0 | 1001000 | 1011110 | 10111 | 1110 | 1011001 | 101001 |
Color Harmonies of #C5370B
Complementary color
Monochromatic Colors of #C5370B
Black with #C5370B
Text Example
Text Example
White with #C5370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5370B; }
p { color: rgb(197,55,11); }
H1.HeaderClassName
{
color: #C5370B;
}
.AnyTagClassName
{
color: #C5370B;
}
</style>
background-color css
<style>
a { background-color: #C5370B; }
a { background-color: rgb(197,55,11); }
div.DivClassName
{
background-color: #C5370B;
}
.BgClassName
{
background-color: #C5370B;
}
</style>
border-color css
<style>
span { border-color: #C5370B; }
span { border-color: rgb(197,55,11); }
td.TdClassName
{
border-color: #C5370B;
}
.TagClassName
{
border-color: #C5370B;
}
</style>