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