Html Css Color HEX #C53110 Harley Davidson Orange
📋 copy color: '#C53110'red 197 ◦ green 49 ◦ blue 16
Shades of Harley Davidson Orange #C53110
Tints of Harley Davidson Orange #C53110
RGB
CMYK
RGB Variations
Color information
#C53110 (or 0xC53110) is known color: Harley Davidson Orange. HEX triplet: C5, 31 and 10. RGB value is (197,49,16). Sum of RGB (Red+Green+Blue) = 197+49+16=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C53110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53110 is #3ACEEF. Grayscale: #595959. Windows color (decimal): -3854064 or 1061317. OLE color: 1061317.
HSL color Cylindrical-coordinate representation of color #C53110: hue angle of 10.94º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C53110 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 16 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.23 |
| HSL | 10.94º | 0.85% | 0.42% | - |
| HSV(B) | 10.94º | 0.92% | 0.77% | - |
| XYZ | 24.22 | 14.1 | 1.94 | - |
| YUV | 89.49 | 86.53 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 16 | 0 | 0.75 | 0.92 | 0.23 | 10.94 | 0.85 | 0.42 |
| Hex | C5 | 31 | 10 | 0 | 4B | 5C | 17 | B | 55 | 2A |
| Octal | 305 | 61 | 20 | 0 | 113 | 134 | 27 | 13 | 125 | 52 |
| Binary | 11000101 | 110001 | 10000 | 0 | 1001011 | 1011100 | 10111 | 1011 | 1010101 | 101010 |
Color Harmonies of #C53110
Complementary color
Monochromatic Colors of #C53110
Black with #C53110
Text Example
Text Example
White with #C53110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53110; }
p { color: rgb(197,49,16); }
H1.HeaderClassName
{
color: #C53110;
}
.AnyTagClassName
{
color: #C53110;
}
</style>
background-color css
<style>
a { background-color: #C53110; }
a { background-color: rgb(197,49,16); }
div.DivClassName
{
background-color: #C53110;
}
.BgClassName
{
background-color: #C53110;
}
</style>
border-color css
<style>
span { border-color: #C53110; }
span { border-color: rgb(197,49,16); }
td.TdClassName
{
border-color: #C53110;
}
.TagClassName
{
border-color: #C53110;
}
</style>