Html Css Color HEX #C51F0E Harley Davidson Orange
📋 copy color: '#C51F0E'red 197 ◦ green 31 ◦ blue 14
Shades of Harley Davidson Orange #C51F0E
Tints of Harley Davidson Orange #C51F0E
RGB
CMYK
RGB Variations
Color information
#C51F0E (or 0xC51F0E) is known color: Harley Davidson Orange. HEX triplet: C5, 1F and 0E. RGB value is (197,31,14). Sum of RGB (Red+Green+Blue) = 197+31+14=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51F0E is #3AE0F1. Grayscale: #4E4E4E. Windows color (decimal): -3858674 or 925637. OLE color: 925637.
HSL color Cylindrical-coordinate representation of color #C51F0E: hue angle of 5.57º 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 #C51F0E is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 14 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.23 |
| HSL | 5.57º | 0.87% | 0.41% | - |
| HSV(B) | 5.57º | 0.93% | 0.77% | - |
| XYZ | 23.6 | 12.88 | 1.66 | - |
| YUV | 78.7 | 91.5 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 14 | 0 | 0.84 | 0.93 | 0.23 | 5.57 | 0.87 | 0.41 |
| Hex | C5 | 1F | E | 0 | 54 | 5D | 17 | 6 | 57 | 29 |
| Octal | 305 | 37 | 16 | 0 | 124 | 135 | 27 | 6 | 127 | 51 |
| Binary | 11000101 | 11111 | 1110 | 0 | 1010100 | 1011101 | 10111 | 110 | 1010111 | 101001 |
Color Harmonies of #C51F0E
Complementary color
Monochromatic Colors of #C51F0E
Black with #C51F0E
Text Example
Text Example
White with #C51F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F0E; }
p { color: rgb(197,31,14); }
H1.HeaderClassName
{
color: #C51F0E;
}
.AnyTagClassName
{
color: #C51F0E;
}
</style>
background-color css
<style>
a { background-color: #C51F0E; }
a { background-color: rgb(197,31,14); }
div.DivClassName
{
background-color: #C51F0E;
}
.BgClassName
{
background-color: #C51F0E;
}
</style>
border-color css
<style>
span { border-color: #C51F0E; }
span { border-color: rgb(197,31,14); }
td.TdClassName
{
border-color: #C51F0E;
}
.TagClassName
{
border-color: #C51F0E;
}
</style>