Html Css Color HEX #C12A17 Harley Davidson Orange
📋 copy color: '#C12A17'red 193 ◦ green 42 ◦ blue 23
Shades of Harley Davidson Orange #C12A17
Tints of Harley Davidson Orange #C12A17
RGB
CMYK
RGB Variations
Color information
#C12A17 (or 0xC12A17) is known color: Harley Davidson Orange. HEX triplet: C1, 2A and 17. RGB value is (193,42,23). Sum of RGB (Red+Green+Blue) = 193+42+23=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12A17 is #3ED5E8. Grayscale: #555555. Windows color (decimal): -4117993 or 1518273. OLE color: 1518273.
HSL color Cylindrical-coordinate representation of color #C12A17: hue angle of 6.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C12A17 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 23 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.24 |
| HSL | 6.71º | 0.79% | 0.42% | - |
| HSV(B) | 6.71º | 0.88% | 0.76% | - |
| XYZ | 22.97 | 13.06 | 2.12 | - |
| YUV | 84.98 | 93.03 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 23 | 0 | 0.78 | 0.88 | 0.24 | 6.71 | 0.79 | 0.42 |
| Hex | C1 | 2A | 17 | 0 | 4E | 58 | 18 | 7 | 4F | 2A |
| Octal | 301 | 52 | 27 | 0 | 116 | 130 | 30 | 7 | 117 | 52 |
| Binary | 11000001 | 101010 | 10111 | 0 | 1001110 | 1011000 | 11000 | 111 | 1001111 | 101010 |
Color Harmonies of #C12A17
Complementary color
Monochromatic Colors of #C12A17
Black with #C12A17
Text Example
Text Example
White with #C12A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12A17; }
p { color: rgb(193,42,23); }
H1.HeaderClassName
{
color: #C12A17;
}
.AnyTagClassName
{
color: #C12A17;
}
</style>
background-color css
<style>
a { background-color: #C12A17; }
a { background-color: rgb(193,42,23); }
div.DivClassName
{
background-color: #C12A17;
}
.BgClassName
{
background-color: #C12A17;
}
</style>
border-color css
<style>
span { border-color: #C12A17; }
span { border-color: rgb(193,42,23); }
td.TdClassName
{
border-color: #C12A17;
}
.TagClassName
{
border-color: #C12A17;
}
</style>