Html Css Color HEX #C5370C Harley Davidson Orange
📋 copy color: '#C5370C'red 197 ◦ green 55 ◦ blue 12
Shades of Harley Davidson Orange #C5370C
Tints of Harley Davidson Orange #C5370C
RGB
CMYK
RGB Variations
Color information
#C5370C (or 0xC5370C) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 0C. RGB value is (197,55,12). Sum of RGB (Red+Green+Blue) = 197+55+12=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C5370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5370C is #3AC8F3. Grayscale: #5C5C5C. Windows color (decimal): -3852532 or 800709. OLE color: 800709.
HSL color Cylindrical-coordinate representation of color #C5370C: hue angle of 13.95º 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 #C5370C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.23 |
| HSL | 13.95º | 0.89% | 0.41% | - |
| HSV(B) | 13.95º | 0.94% | 0.77% | - |
| XYZ | 24.46 | 14.63 | 1.88 | - |
| YUV | 92.56 | 82.54 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 12 | 0 | 0.72 | 0.94 | 0.23 | 13.95 | 0.89 | 0.41 |
| Hex | C5 | 37 | C | 0 | 48 | 5E | 17 | E | 59 | 29 |
| Octal | 305 | 67 | 14 | 0 | 110 | 136 | 27 | 16 | 131 | 51 |
| Binary | 11000101 | 110111 | 1100 | 0 | 1001000 | 1011110 | 10111 | 1110 | 1011001 | 101001 |
Color Harmonies of #C5370C
Complementary color
Monochromatic Colors of #C5370C
Black with #C5370C
Text Example
Text Example
White with #C5370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5370C; }
p { color: rgb(197,55,12); }
H1.HeaderClassName
{
color: #C5370C;
}
.AnyTagClassName
{
color: #C5370C;
}
</style>
background-color css
<style>
a { background-color: #C5370C; }
a { background-color: rgb(197,55,12); }
div.DivClassName
{
background-color: #C5370C;
}
.BgClassName
{
background-color: #C5370C;
}
</style>
border-color css
<style>
span { border-color: #C5370C; }
span { border-color: rgb(197,55,12); }
td.TdClassName
{
border-color: #C5370C;
}
.TagClassName
{
border-color: #C5370C;
}
</style>