Html Css Color HEX #C53310 Harley Davidson Orange
📋 copy color: '#C53310'red 197 ◦ green 51 ◦ blue 16
Shades of Harley Davidson Orange #C53310
Tints of Harley Davidson Orange #C53310
RGB
CMYK
RGB Variations
Color information
#C53310 (or 0xC53310) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 10. RGB value is (197,51,16). Sum of RGB (Red+Green+Blue) = 197+51+16=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C53310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53310 is #3ACCEF. Grayscale: #5A5A5A. Windows color (decimal): -3853552 or 1061829. OLE color: 1061829.
HSL color Cylindrical-coordinate representation of color #C53310: hue angle of 11.6º 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 #C53310 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 16 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.23 |
| HSL | 11.6º | 0.85% | 0.42% | - |
| HSV(B) | 11.6º | 0.92% | 0.77% | - |
| XYZ | 24.3 | 14.28 | 1.96 | - |
| YUV | 90.66 | 85.87 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 16 | 0 | 0.74 | 0.92 | 0.23 | 11.6 | 0.85 | 0.42 |
| Hex | C5 | 33 | 10 | 0 | 4A | 5C | 17 | C | 55 | 2A |
| Octal | 305 | 63 | 20 | 0 | 112 | 134 | 27 | 14 | 125 | 52 |
| Binary | 11000101 | 110011 | 10000 | 0 | 1001010 | 1011100 | 10111 | 1100 | 1010101 | 101010 |
Color Harmonies of #C53310
Complementary color
Monochromatic Colors of #C53310
Black with #C53310
Text Example
Text Example
White with #C53310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53310; }
p { color: rgb(197,51,16); }
H1.HeaderClassName
{
color: #C53310;
}
.AnyTagClassName
{
color: #C53310;
}
</style>
background-color css
<style>
a { background-color: #C53310; }
a { background-color: rgb(197,51,16); }
div.DivClassName
{
background-color: #C53310;
}
.BgClassName
{
background-color: #C53310;
}
</style>
border-color css
<style>
span { border-color: #C53310; }
span { border-color: rgb(197,51,16); }
td.TdClassName
{
border-color: #C53310;
}
.TagClassName
{
border-color: #C53310;
}
</style>