Html Css Color HEX #C51E0E Harley Davidson Orange
📋 copy color: '#C51E0E'red 197 ◦ green 30 ◦ blue 14
Shades of Harley Davidson Orange #C51E0E
Tints of Harley Davidson Orange #C51E0E
RGB
CMYK
RGB Variations
Color information
#C51E0E (or 0xC51E0E) is known color: Harley Davidson Orange. HEX triplet: C5, 1E and 0E. RGB value is (197,30,14). Sum of RGB (Red+Green+Blue) = 197+30+14=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51E0E is #3AE1F1. Grayscale: #4E4E4E. Windows color (decimal): -3858930 or 925381. OLE color: 925381.
HSL color Cylindrical-coordinate representation of color #C51E0E: hue angle of 5.25º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C51E0E is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 14 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.23 |
| HSL | 5.25º | 0.87% | 0.41% | - |
| HSV(B) | 5.25º | 0.93% | 0.77% | - |
| XYZ | 23.57 | 12.83 | 1.65 | - |
| YUV | 78.11 | 91.83 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 14 | 0 | 0.85 | 0.93 | 0.23 | 5.25 | 0.87 | 0.41 |
| Hex | C5 | 1E | E | 0 | 55 | 5D | 17 | 5 | 57 | 29 |
| Octal | 305 | 36 | 16 | 0 | 125 | 135 | 27 | 5 | 127 | 51 |
| Binary | 11000101 | 11110 | 1110 | 0 | 1010101 | 1011101 | 10111 | 101 | 1010111 | 101001 |
Color Harmonies of #C51E0E
Complementary color
Monochromatic Colors of #C51E0E
Black with #C51E0E
Text Example
Text Example
White with #C51E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E0E; }
p { color: rgb(197,30,14); }
H1.HeaderClassName
{
color: #C51E0E;
}
.AnyTagClassName
{
color: #C51E0E;
}
</style>
background-color css
<style>
a { background-color: #C51E0E; }
a { background-color: rgb(197,30,14); }
div.DivClassName
{
background-color: #C51E0E;
}
.BgClassName
{
background-color: #C51E0E;
}
</style>
border-color css
<style>
span { border-color: #C51E0E; }
span { border-color: rgb(197,30,14); }
td.TdClassName
{
border-color: #C51E0E;
}
.TagClassName
{
border-color: #C51E0E;
}
</style>