Html Css Color HEX #C1391E Harley Davidson Orange
📋 copy color: '#C1391E'red 193 ◦ green 57 ◦ blue 30
Shades of Harley Davidson Orange #C1391E
Tints of Harley Davidson Orange #C1391E
RGB
CMYK
RGB Variations
Color information
#C1391E (or 0xC1391E) is known color: Harley Davidson Orange. HEX triplet: C1, 39 and 1E. RGB value is (193,57,30). Sum of RGB (Red+Green+Blue) = 193+57+30=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C1391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1391E is #3EC6E1. Grayscale: #5E5E5E. Windows color (decimal): -4114146 or 1980865. OLE color: 1980865.
HSL color Cylindrical-coordinate representation of color #C1391E: hue angle of 9.94º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1391E is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 30 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.24 |
| HSL | 9.94º | 0.73% | 0.44% | - |
| HSV(B) | 9.94º | 0.84% | 0.76% | - |
| XYZ | 23.69 | 14.36 | 2.75 | - |
| YUV | 94.59 | 91.56 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 30 | 0 | 0.70 | 0.84 | 0.24 | 9.94 | 0.73 | 0.44 |
| Hex | C1 | 39 | 1E | 0 | 46 | 54 | 18 | A | 49 | 2C |
| Octal | 301 | 71 | 36 | 0 | 106 | 124 | 30 | 12 | 111 | 54 |
| Binary | 11000001 | 111001 | 11110 | 0 | 1000110 | 1010100 | 11000 | 1010 | 1001001 | 101100 |
Color Harmonies of #C1391E
Complementary color
Monochromatic Colors of #C1391E
Black with #C1391E
Text Example
Text Example
White with #C1391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1391E; }
p { color: rgb(193,57,30); }
H1.HeaderClassName
{
color: #C1391E;
}
.AnyTagClassName
{
color: #C1391E;
}
</style>
background-color css
<style>
a { background-color: #C1391E; }
a { background-color: rgb(193,57,30); }
div.DivClassName
{
background-color: #C1391E;
}
.BgClassName
{
background-color: #C1391E;
}
</style>
border-color css
<style>
span { border-color: #C1391E; }
span { border-color: rgb(193,57,30); }
td.TdClassName
{
border-color: #C1391E;
}
.TagClassName
{
border-color: #C1391E;
}
</style>