Html Css Color HEX #C13711 Harley Davidson Orange
📋 copy color: '#C13711'red 193 ◦ green 55 ◦ blue 17
Shades of Harley Davidson Orange #C13711
Tints of Harley Davidson Orange #C13711
RGB
CMYK
RGB Variations
Color information
#C13711 (or 0xC13711) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 11. RGB value is (193,55,17). Sum of RGB (Red+Green+Blue) = 193+55+17=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C13711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13711 is #3EC8EE. Grayscale: #5C5C5C. Windows color (decimal): -4114671 or 1128385. OLE color: 1128385.
HSL color Cylindrical-coordinate representation of color #C13711: hue angle of 12.95º 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 #C13711 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 17 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.24 |
| HSL | 12.95º | 0.84% | 0.41% | - |
| HSV(B) | 12.95º | 0.91% | 0.76% | - |
| XYZ | 23.46 | 14.11 | 2.02 | - |
| YUV | 91.93 | 85.72 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 17 | 0 | 0.72 | 0.91 | 0.24 | 12.95 | 0.84 | 0.41 |
| Hex | C1 | 37 | 11 | 0 | 48 | 5B | 18 | D | 54 | 29 |
| Octal | 301 | 67 | 21 | 0 | 110 | 133 | 30 | 15 | 124 | 51 |
| Binary | 11000001 | 110111 | 10001 | 0 | 1001000 | 1011011 | 11000 | 1101 | 1010100 | 101001 |
Color Harmonies of #C13711
Complementary color
Monochromatic Colors of #C13711
Black with #C13711
Text Example
Text Example
White with #C13711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13711; }
p { color: rgb(193,55,17); }
H1.HeaderClassName
{
color: #C13711;
}
.AnyTagClassName
{
color: #C13711;
}
</style>
background-color css
<style>
a { background-color: #C13711; }
a { background-color: rgb(193,55,17); }
div.DivClassName
{
background-color: #C13711;
}
.BgClassName
{
background-color: #C13711;
}
</style>
border-color css
<style>
span { border-color: #C13711; }
span { border-color: rgb(193,55,17); }
td.TdClassName
{
border-color: #C13711;
}
.TagClassName
{
border-color: #C13711;
}
</style>