Html Css Color HEX #C12B16 Harley Davidson Orange
📋 copy color: '#C12B16'red 193 ◦ green 43 ◦ blue 22
Shades of Harley Davidson Orange #C12B16
Tints of Harley Davidson Orange #C12B16
RGB
CMYK
RGB Variations
Color information
#C12B16 (or 0xC12B16) is known color: Harley Davidson Orange. HEX triplet: C1, 2B and 16. RGB value is (193,43,22). Sum of RGB (Red+Green+Blue) = 193+43+22=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12B16 is #3ED4E9. Grayscale: #555555. Windows color (decimal): -4117738 or 1452993. OLE color: 1452993.
HSL color Cylindrical-coordinate representation of color #C12B16: hue angle of 7.37º 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 #C12B16 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 22 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.24 |
| HSL | 7.37º | 0.8% | 0.42% | - |
| HSV(B) | 7.37º | 0.89% | 0.76% | - |
| XYZ | 23 | 13.12 | 2.08 | - |
| YUV | 85.46 | 92.2 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 22 | 0 | 0.78 | 0.89 | 0.24 | 7.37 | 0.8 | 0.42 |
| Hex | C1 | 2B | 16 | 0 | 4E | 59 | 18 | 7 | 50 | 2A |
| Octal | 301 | 53 | 26 | 0 | 116 | 131 | 30 | 7 | 120 | 52 |
| Binary | 11000001 | 101011 | 10110 | 0 | 1001110 | 1011001 | 11000 | 111 | 1010000 | 101010 |
Color Harmonies of #C12B16
Complementary color
Monochromatic Colors of #C12B16
Black with #C12B16
Text Example
Text Example
White with #C12B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B16; }
p { color: rgb(193,43,22); }
H1.HeaderClassName
{
color: #C12B16;
}
.AnyTagClassName
{
color: #C12B16;
}
</style>
background-color css
<style>
a { background-color: #C12B16; }
a { background-color: rgb(193,43,22); }
div.DivClassName
{
background-color: #C12B16;
}
.BgClassName
{
background-color: #C12B16;
}
</style>
border-color css
<style>
span { border-color: #C12B16; }
span { border-color: rgb(193,43,22); }
td.TdClassName
{
border-color: #C12B16;
}
.TagClassName
{
border-color: #C12B16;
}
</style>