Html Css Color HEX #C51D0C Harley Davidson Orange
📋 copy color: '#C51D0C'red 197 ◦ green 29 ◦ blue 12
Shades of Harley Davidson Orange #C51D0C
Tints of Harley Davidson Orange #C51D0C
RGB
CMYK
RGB Variations
Color information
#C51D0C (or 0xC51D0C) is known color: Harley Davidson Orange. HEX triplet: C5, 1D and 0C. RGB value is (197,29,12). Sum of RGB (Red+Green+Blue) = 197+29+12=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51D0C is #3AE2F3. Grayscale: #4D4D4D. Windows color (decimal): -3859188 or 794053. OLE color: 794053.
HSL color Cylindrical-coordinate representation of color #C51D0C: hue angle of 5.51º 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 #C51D0C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 12 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.23 |
| HSL | 5.51º | 0.89% | 0.41% | - |
| HSV(B) | 5.51º | 0.94% | 0.77% | - |
| XYZ | 23.53 | 12.78 | 1.57 | - |
| YUV | 77.29 | 91.16 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 12 | 0 | 0.85 | 0.94 | 0.23 | 5.51 | 0.89 | 0.41 |
| Hex | C5 | 1D | C | 0 | 55 | 5E | 17 | 6 | 59 | 29 |
| Octal | 305 | 35 | 14 | 0 | 125 | 136 | 27 | 6 | 131 | 51 |
| Binary | 11000101 | 11101 | 1100 | 0 | 1010101 | 1011110 | 10111 | 110 | 1011001 | 101001 |
Color Harmonies of #C51D0C
Complementary color
Monochromatic Colors of #C51D0C
Black with #C51D0C
Text Example
Text Example
White with #C51D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D0C; }
p { color: rgb(197,29,12); }
H1.HeaderClassName
{
color: #C51D0C;
}
.AnyTagClassName
{
color: #C51D0C;
}
</style>
background-color css
<style>
a { background-color: #C51D0C; }
a { background-color: rgb(197,29,12); }
div.DivClassName
{
background-color: #C51D0C;
}
.BgClassName
{
background-color: #C51D0C;
}
</style>
border-color css
<style>
span { border-color: #C51D0C; }
span { border-color: rgb(197,29,12); }
td.TdClassName
{
border-color: #C51D0C;
}
.TagClassName
{
border-color: #C51D0C;
}
</style>