Html Css Color HEX #C51F14 Harley Davidson Orange
📋 copy color: '#C51F14'red 197 ◦ green 31 ◦ blue 20
Shades of Harley Davidson Orange #C51F14
Tints of Harley Davidson Orange #C51F14
RGB
CMYK
RGB Variations
Color information
#C51F14 (or 0xC51F14) is known color: Harley Davidson Orange. HEX triplet: C5, 1F and 14. RGB value is (197,31,20). Sum of RGB (Red+Green+Blue) = 197+31+20=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51F14 is #3AE0EB. Grayscale: #4F4F4F. Windows color (decimal): -3858668 or 1318853. OLE color: 1318853.
HSL color Cylindrical-coordinate representation of color #C51F14: hue angle of 3.73º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51F14 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 20 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.23 |
| HSL | 3.73º | 0.82% | 0.43% | - |
| HSV(B) | 3.73º | 0.9% | 0.77% | - |
| XYZ | 23.64 | 12.9 | 1.91 | - |
| YUV | 79.38 | 94.5 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 20 | 0 | 0.84 | 0.90 | 0.23 | 3.73 | 0.82 | 0.43 |
| Hex | C5 | 1F | 14 | 0 | 54 | 5A | 17 | 4 | 52 | 2B |
| Octal | 305 | 37 | 24 | 0 | 124 | 132 | 27 | 4 | 122 | 53 |
| Binary | 11000101 | 11111 | 10100 | 0 | 1010100 | 1011010 | 10111 | 100 | 1010010 | 101011 |
Color Harmonies of #C51F14
Complementary color
Monochromatic Colors of #C51F14
Black with #C51F14
Text Example
Text Example
White with #C51F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F14; }
p { color: rgb(197,31,20); }
H1.HeaderClassName
{
color: #C51F14;
}
.AnyTagClassName
{
color: #C51F14;
}
</style>
background-color css
<style>
a { background-color: #C51F14; }
a { background-color: rgb(197,31,20); }
div.DivClassName
{
background-color: #C51F14;
}
.BgClassName
{
background-color: #C51F14;
}
</style>
border-color css
<style>
span { border-color: #C51F14; }
span { border-color: rgb(197,31,20); }
td.TdClassName
{
border-color: #C51F14;
}
.TagClassName
{
border-color: #C51F14;
}
</style>