Html Css Color HEX #C1311E Harley Davidson Orange
📋 copy color: '#C1311E'red 193 ◦ green 49 ◦ blue 30
Shades of Harley Davidson Orange #C1311E
Tints of Harley Davidson Orange #C1311E
RGB
CMYK
RGB Variations
Color information
#C1311E (or 0xC1311E) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 1E. RGB value is (193,49,30). Sum of RGB (Red+Green+Blue) = 193+49+30=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1311E is #3ECEE1. Grayscale: #5A5A5A. Windows color (decimal): -4116194 or 1978817. OLE color: 1978817.
HSL color Cylindrical-coordinate representation of color #C1311E: hue angle of 6.99º 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 #C1311E is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 30 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.24 |
| HSL | 6.99º | 0.73% | 0.44% | - |
| HSV(B) | 6.99º | 0.84% | 0.76% | - |
| XYZ | 23.32 | 13.63 | 2.63 | - |
| YUV | 89.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 30 | 0 | 0.75 | 0.84 | 0.24 | 6.99 | 0.73 | 0.44 |
| Hex | C1 | 31 | 1E | 0 | 4B | 54 | 18 | 7 | 49 | 2C |
| Octal | 301 | 61 | 36 | 0 | 113 | 124 | 30 | 7 | 111 | 54 |
| Binary | 11000001 | 110001 | 11110 | 0 | 1001011 | 1010100 | 11000 | 111 | 1001001 | 101100 |
Color Harmonies of #C1311E
Complementary color
Monochromatic Colors of #C1311E
Black with #C1311E
Text Example
Text Example
White with #C1311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1311E; }
p { color: rgb(193,49,30); }
H1.HeaderClassName
{
color: #C1311E;
}
.AnyTagClassName
{
color: #C1311E;
}
</style>
background-color css
<style>
a { background-color: #C1311E; }
a { background-color: rgb(193,49,30); }
div.DivClassName
{
background-color: #C1311E;
}
.BgClassName
{
background-color: #C1311E;
}
</style>
border-color css
<style>
span { border-color: #C1311E; }
span { border-color: rgb(193,49,30); }
td.TdClassName
{
border-color: #C1311E;
}
.TagClassName
{
border-color: #C1311E;
}
</style>