Html Css Color HEX #C13511 Harley Davidson Orange
📋 copy color: '#C13511'red 193 ◦ green 53 ◦ blue 17
Shades of Harley Davidson Orange #C13511
Tints of Harley Davidson Orange #C13511
RGB
CMYK
RGB Variations
Color information
#C13511 (or 0xC13511) is known color: Harley Davidson Orange. HEX triplet: C1, 35 and 11. RGB value is (193,53,17). Sum of RGB (Red+Green+Blue) = 193+53+17=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C13511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13511 is #3ECAEE. Grayscale: #5B5B5B. Windows color (decimal): -4115183 or 1127873. OLE color: 1127873.
HSL color Cylindrical-coordinate representation of color #C13511: hue angle of 12.27º 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 #C13511 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 17 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.24 |
| HSL | 12.27º | 0.84% | 0.41% | - |
| HSV(B) | 12.27º | 0.91% | 0.76% | - |
| XYZ | 23.37 | 13.92 | 1.99 | - |
| YUV | 90.76 | 86.38 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 17 | 0 | 0.73 | 0.91 | 0.24 | 12.27 | 0.84 | 0.41 |
| Hex | C1 | 35 | 11 | 0 | 49 | 5B | 18 | C | 54 | 29 |
| Octal | 301 | 65 | 21 | 0 | 111 | 133 | 30 | 14 | 124 | 51 |
| Binary | 11000001 | 110101 | 10001 | 0 | 1001001 | 1011011 | 11000 | 1100 | 1010100 | 101001 |
Color Harmonies of #C13511
Complementary color
Monochromatic Colors of #C13511
Black with #C13511
Text Example
Text Example
White with #C13511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13511; }
p { color: rgb(193,53,17); }
H1.HeaderClassName
{
color: #C13511;
}
.AnyTagClassName
{
color: #C13511;
}
</style>
background-color css
<style>
a { background-color: #C13511; }
a { background-color: rgb(193,53,17); }
div.DivClassName
{
background-color: #C13511;
}
.BgClassName
{
background-color: #C13511;
}
</style>
border-color css
<style>
span { border-color: #C13511; }
span { border-color: rgb(193,53,17); }
td.TdClassName
{
border-color: #C13511;
}
.TagClassName
{
border-color: #C13511;
}
</style>