Html Css Color HEX #C13616 Harley Davidson Orange
📋 copy color: '#C13616'red 193 ◦ green 54 ◦ blue 22
Shades of Harley Davidson Orange #C13616
Tints of Harley Davidson Orange #C13616
RGB
CMYK
RGB Variations
Color information
#C13616 (or 0xC13616) is known color: Harley Davidson Orange. HEX triplet: C1, 36 and 16. RGB value is (193,54,22). Sum of RGB (Red+Green+Blue) = 193+54+22=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C13616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13616 is #3EC9E9. Grayscale: #5C5C5C. Windows color (decimal): -4114922 or 1455809. OLE color: 1455809.
HSL color Cylindrical-coordinate representation of color #C13616: hue angle of 11.23º 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 #C13616 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 22 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.24 |
| HSL | 11.23º | 0.8% | 0.42% | - |
| HSV(B) | 11.23º | 0.89% | 0.76% | - |
| XYZ | 23.46 | 14.03 | 2.23 | - |
| YUV | 91.91 | 88.55 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 22 | 0 | 0.72 | 0.89 | 0.24 | 11.23 | 0.8 | 0.42 |
| Hex | C1 | 36 | 16 | 0 | 48 | 59 | 18 | B | 50 | 2A |
| Octal | 301 | 66 | 26 | 0 | 110 | 131 | 30 | 13 | 120 | 52 |
| Binary | 11000001 | 110110 | 10110 | 0 | 1001000 | 1011001 | 11000 | 1011 | 1010000 | 101010 |
Color Harmonies of #C13616
Complementary color
Monochromatic Colors of #C13616
Black with #C13616
Text Example
Text Example
White with #C13616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13616; }
p { color: rgb(193,54,22); }
H1.HeaderClassName
{
color: #C13616;
}
.AnyTagClassName
{
color: #C13616;
}
</style>
background-color css
<style>
a { background-color: #C13616; }
a { background-color: rgb(193,54,22); }
div.DivClassName
{
background-color: #C13616;
}
.BgClassName
{
background-color: #C13616;
}
</style>
border-color css
<style>
span { border-color: #C13616; }
span { border-color: rgb(193,54,22); }
td.TdClassName
{
border-color: #C13616;
}
.TagClassName
{
border-color: #C13616;
}
</style>