Html Css Color HEX #C1290E Harley Davidson Orange
📋 copy color: '#C1290E'red 193 ◦ green 41 ◦ blue 14
Shades of Harley Davidson Orange #C1290E
Tints of Harley Davidson Orange #C1290E
RGB
CMYK
RGB Variations
Color information
#C1290E (or 0xC1290E) is known color: Harley Davidson Orange. HEX triplet: C1, 29 and 0E. RGB value is (193,41,14). Sum of RGB (Red+Green+Blue) = 193+41+14=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C1290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1290E is #3ED6F1. Grayscale: #535353. Windows color (decimal): -4118258 or 928193. OLE color: 928193.
HSL color Cylindrical-coordinate representation of color #C1290E: hue angle of 9.05º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1290E is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 14 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.24 |
| HSL | 9.05º | 0.86% | 0.41% | - |
| HSV(B) | 9.05º | 0.93% | 0.76% | - |
| XYZ | 22.86 | 12.96 | 1.71 | - |
| YUV | 83.37 | 88.86 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 14 | 0 | 0.79 | 0.93 | 0.24 | 9.05 | 0.86 | 0.41 |
| Hex | C1 | 29 | E | 0 | 4F | 5D | 18 | 9 | 56 | 29 |
| Octal | 301 | 51 | 16 | 0 | 117 | 135 | 30 | 11 | 126 | 51 |
| Binary | 11000001 | 101001 | 1110 | 0 | 1001111 | 1011101 | 11000 | 1001 | 1010110 | 101001 |
Color Harmonies of #C1290E
Complementary color
Monochromatic Colors of #C1290E
Black with #C1290E
Text Example
Text Example
White with #C1290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1290E; }
p { color: rgb(193,41,14); }
H1.HeaderClassName
{
color: #C1290E;
}
.AnyTagClassName
{
color: #C1290E;
}
</style>
background-color css
<style>
a { background-color: #C1290E; }
a { background-color: rgb(193,41,14); }
div.DivClassName
{
background-color: #C1290E;
}
.BgClassName
{
background-color: #C1290E;
}
</style>
border-color css
<style>
span { border-color: #C1290E; }
span { border-color: rgb(193,41,14); }
td.TdClassName
{
border-color: #C1290E;
}
.TagClassName
{
border-color: #C1290E;
}
</style>