Html Css Color HEX #C5370D Harley Davidson Orange
📋 copy color: '#C5370D'red 197 ◦ green 55 ◦ blue 13
Shades of Harley Davidson Orange #C5370D
Tints of Harley Davidson Orange #C5370D
RGB
CMYK
RGB Variations
Color information
#C5370D (or 0xC5370D) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 0D. RGB value is (197,55,13). Sum of RGB (Red+Green+Blue) = 197+55+13=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5370D is #3AC8F2. Grayscale: #5C5C5C. Windows color (decimal): -3852531 or 866245. OLE color: 866245.
HSL color Cylindrical-coordinate representation of color #C5370D: hue angle of 13.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5370D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 13 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.23 |
| HSL | 13.7º | 0.88% | 0.41% | - |
| HSV(B) | 13.7º | 0.93% | 0.77% | - |
| XYZ | 24.46 | 14.63 | 1.92 | - |
| YUV | 92.67 | 83.04 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 13 | 0 | 0.72 | 0.93 | 0.23 | 13.7 | 0.88 | 0.41 |
| Hex | C5 | 37 | D | 0 | 48 | 5D | 17 | E | 58 | 29 |
| Octal | 305 | 67 | 15 | 0 | 110 | 135 | 27 | 16 | 130 | 51 |
| Binary | 11000101 | 110111 | 1101 | 0 | 1001000 | 1011101 | 10111 | 1110 | 1011000 | 101001 |
Color Harmonies of #C5370D
Complementary color
Monochromatic Colors of #C5370D
Black with #C5370D
Text Example
Text Example
White with #C5370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5370D; }
p { color: rgb(197,55,13); }
H1.HeaderClassName
{
color: #C5370D;
}
.AnyTagClassName
{
color: #C5370D;
}
</style>
background-color css
<style>
a { background-color: #C5370D; }
a { background-color: rgb(197,55,13); }
div.DivClassName
{
background-color: #C5370D;
}
.BgClassName
{
background-color: #C5370D;
}
</style>
border-color css
<style>
span { border-color: #C5370D; }
span { border-color: rgb(197,55,13); }
td.TdClassName
{
border-color: #C5370D;
}
.TagClassName
{
border-color: #C5370D;
}
</style>