Html Css Color HEX #C51D10 Harley Davidson Orange
📋 copy color: '#C51D10'red 197 ◦ green 29 ◦ blue 16
Shades of Harley Davidson Orange #C51D10
Tints of Harley Davidson Orange #C51D10
RGB
CMYK
RGB Variations
Color information
#C51D10 (or 0xC51D10) is known color: Harley Davidson Orange. HEX triplet: C5, 1D and 10. RGB value is (197,29,16). Sum of RGB (Red+Green+Blue) = 197+29+16=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51D10 is #3AE2EF. Grayscale: #4D4D4D. Windows color (decimal): -3859184 or 1056197. OLE color: 1056197.
HSL color Cylindrical-coordinate representation of color #C51D10: hue angle of 4.31º 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 #C51D10 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 16 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.23 |
| HSL | 4.31º | 0.85% | 0.42% | - |
| HSV(B) | 4.31º | 0.92% | 0.77% | - |
| XYZ | 23.56 | 12.79 | 1.72 | - |
| YUV | 77.75 | 93.16 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 16 | 0 | 0.85 | 0.92 | 0.23 | 4.31 | 0.85 | 0.42 |
| Hex | C5 | 1D | 10 | 0 | 55 | 5C | 17 | 4 | 55 | 2A |
| Octal | 305 | 35 | 20 | 0 | 125 | 134 | 27 | 4 | 125 | 52 |
| Binary | 11000101 | 11101 | 10000 | 0 | 1010101 | 1011100 | 10111 | 100 | 1010101 | 101010 |
Color Harmonies of #C51D10
Complementary color
Monochromatic Colors of #C51D10
Black with #C51D10
Text Example
Text Example
White with #C51D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D10; }
p { color: rgb(197,29,16); }
H1.HeaderClassName
{
color: #C51D10;
}
.AnyTagClassName
{
color: #C51D10;
}
</style>
background-color css
<style>
a { background-color: #C51D10; }
a { background-color: rgb(197,29,16); }
div.DivClassName
{
background-color: #C51D10;
}
.BgClassName
{
background-color: #C51D10;
}
</style>
border-color css
<style>
span { border-color: #C51D10; }
span { border-color: rgb(197,29,16); }
td.TdClassName
{
border-color: #C51D10;
}
.TagClassName
{
border-color: #C51D10;
}
</style>