Html Css Color HEX #C13610 Harley Davidson Orange
📋 copy color: '#C13610'red 193 ◦ green 54 ◦ blue 16
Shades of Harley Davidson Orange #C13610
Tints of Harley Davidson Orange #C13610
RGB
CMYK
RGB Variations
Color information
#C13610 (or 0xC13610) is known color: Harley Davidson Orange. HEX triplet: C1, 36 and 10. RGB value is (193,54,16). Sum of RGB (Red+Green+Blue) = 193+54+16=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C13610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13610 is #3EC9EF. Grayscale: #5B5B5B. Windows color (decimal): -4114928 or 1062593. OLE color: 1062593.
HSL color Cylindrical-coordinate representation of color #C13610: hue angle of 12.88º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C13610 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 16 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.24 |
| HSL | 12.88º | 0.85% | 0.41% | - |
| HSV(B) | 12.88º | 0.92% | 0.76% | - |
| XYZ | 23.41 | 14.01 | 1.96 | - |
| YUV | 91.23 | 85.55 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 16 | 0 | 0.72 | 0.92 | 0.24 | 12.88 | 0.85 | 0.41 |
| Hex | C1 | 36 | 10 | 0 | 48 | 5C | 18 | D | 55 | 29 |
| Octal | 301 | 66 | 20 | 0 | 110 | 134 | 30 | 15 | 125 | 51 |
| Binary | 11000001 | 110110 | 10000 | 0 | 1001000 | 1011100 | 11000 | 1101 | 1010101 | 101001 |
Color Harmonies of #C13610
Complementary color
Monochromatic Colors of #C13610
Black with #C13610
Text Example
Text Example
White with #C13610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13610; }
p { color: rgb(193,54,16); }
H1.HeaderClassName
{
color: #C13610;
}
.AnyTagClassName
{
color: #C13610;
}
</style>
background-color css
<style>
a { background-color: #C13610; }
a { background-color: rgb(193,54,16); }
div.DivClassName
{
background-color: #C13610;
}
.BgClassName
{
background-color: #C13610;
}
</style>
border-color css
<style>
span { border-color: #C13610; }
span { border-color: rgb(193,54,16); }
td.TdClassName
{
border-color: #C13610;
}
.TagClassName
{
border-color: #C13610;
}
</style>