Html Css Color HEX #C13716 Harley Davidson Orange
📋 copy color: '#C13716'red 193 ◦ green 55 ◦ blue 22
Shades of Harley Davidson Orange #C13716
Tints of Harley Davidson Orange #C13716
RGB
CMYK
RGB Variations
Color information
#C13716 (or 0xC13716) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 16. RGB value is (193,55,22). Sum of RGB (Red+Green+Blue) = 193+55+22=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C13716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13716 is #3EC8E9. Grayscale: #5C5C5C. Windows color (decimal): -4114666 or 1456065. OLE color: 1456065.
HSL color Cylindrical-coordinate representation of color #C13716: hue angle of 11.58º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C13716 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 22 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.24 |
| HSL | 11.58º | 0.8% | 0.42% | - |
| HSV(B) | 11.58º | 0.89% | 0.76% | - |
| XYZ | 23.5 | 14.13 | 2.25 | - |
| YUV | 92.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 22 | 0 | 0.72 | 0.89 | 0.24 | 11.58 | 0.8 | 0.42 |
| Hex | C1 | 37 | 16 | 0 | 48 | 59 | 18 | C | 50 | 2A |
| Octal | 301 | 67 | 26 | 0 | 110 | 131 | 30 | 14 | 120 | 52 |
| Binary | 11000001 | 110111 | 10110 | 0 | 1001000 | 1011001 | 11000 | 1100 | 1010000 | 101010 |
Color Harmonies of #C13716
Complementary color
Monochromatic Colors of #C13716
Black with #C13716
Text Example
Text Example
White with #C13716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13716; }
p { color: rgb(193,55,22); }
H1.HeaderClassName
{
color: #C13716;
}
.AnyTagClassName
{
color: #C13716;
}
</style>
background-color css
<style>
a { background-color: #C13716; }
a { background-color: rgb(193,55,22); }
div.DivClassName
{
background-color: #C13716;
}
.BgClassName
{
background-color: #C13716;
}
</style>
border-color css
<style>
span { border-color: #C13716; }
span { border-color: rgb(193,55,22); }
td.TdClassName
{
border-color: #C13716;
}
.TagClassName
{
border-color: #C13716;
}
</style>