Html Css Color HEX #C12711 Harley Davidson Orange
📋 copy color: '#C12711'red 193 ◦ green 39 ◦ blue 17
Shades of Harley Davidson Orange #C12711
Tints of Harley Davidson Orange #C12711
RGB
CMYK
RGB Variations
Color information
#C12711 (or 0xC12711) is known color: Harley Davidson Orange. HEX triplet: C1, 27 and 11. RGB value is (193,39,17). Sum of RGB (Red+Green+Blue) = 193+39+17=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C12711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12711 is #3ED8EE. Grayscale: #525252. Windows color (decimal): -4118767 or 1124289. OLE color: 1124289.
HSL color Cylindrical-coordinate representation of color #C12711: hue angle of 7.5º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C12711 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 17 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.24 |
| HSL | 7.5º | 0.84% | 0.41% | - |
| HSV(B) | 7.5º | 0.91% | 0.76% | - |
| XYZ | 22.82 | 12.83 | 1.8 | - |
| YUV | 82.54 | 91.02 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 17 | 0 | 0.80 | 0.91 | 0.24 | 7.5 | 0.84 | 0.41 |
| Hex | C1 | 27 | 11 | 0 | 50 | 5B | 18 | 8 | 54 | 29 |
| Octal | 301 | 47 | 21 | 0 | 120 | 133 | 30 | 10 | 124 | 51 |
| Binary | 11000001 | 100111 | 10001 | 0 | 1010000 | 1011011 | 11000 | 1000 | 1010100 | 101001 |
Color Harmonies of #C12711
Complementary color
Monochromatic Colors of #C12711
Black with #C12711
Text Example
Text Example
White with #C12711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12711; }
p { color: rgb(193,39,17); }
H1.HeaderClassName
{
color: #C12711;
}
.AnyTagClassName
{
color: #C12711;
}
</style>
background-color css
<style>
a { background-color: #C12711; }
a { background-color: rgb(193,39,17); }
div.DivClassName
{
background-color: #C12711;
}
.BgClassName
{
background-color: #C12711;
}
</style>
border-color css
<style>
span { border-color: #C12711; }
span { border-color: rgb(193,39,17); }
td.TdClassName
{
border-color: #C12711;
}
.TagClassName
{
border-color: #C12711;
}
</style>