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