Html Css Color HEX #C12B17 Harley Davidson Orange
📋 copy color: '#C12B17'red 193 ◦ green 43 ◦ blue 23
Shades of Harley Davidson Orange #C12B17
Tints of Harley Davidson Orange #C12B17
RGB
CMYK
RGB Variations
Color information
#C12B17 (or 0xC12B17) is known color: Harley Davidson Orange. HEX triplet: C1, 2B and 17. RGB value is (193,43,23). Sum of RGB (Red+Green+Blue) = 193+43+23=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12B17 is #3ED4E8. Grayscale: #555555. Windows color (decimal): -4117737 or 1518529. OLE color: 1518529.
HSL color Cylindrical-coordinate representation of color #C12B17: hue angle of 7.06º 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 #C12B17 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 23 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.24 |
| HSL | 7.06º | 0.79% | 0.42% | - |
| HSV(B) | 7.06º | 0.88% | 0.76% | - |
| XYZ | 23.01 | 13.13 | 2.13 | - |
| YUV | 85.57 | 92.7 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 23 | 0 | 0.78 | 0.88 | 0.24 | 7.06 | 0.79 | 0.42 |
| Hex | C1 | 2B | 17 | 0 | 4E | 58 | 18 | 7 | 4F | 2A |
| Octal | 301 | 53 | 27 | 0 | 116 | 130 | 30 | 7 | 117 | 52 |
| Binary | 11000001 | 101011 | 10111 | 0 | 1001110 | 1011000 | 11000 | 111 | 1001111 | 101010 |
Color Harmonies of #C12B17
Complementary color
Monochromatic Colors of #C12B17
Black with #C12B17
Text Example
Text Example
White with #C12B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B17; }
p { color: rgb(193,43,23); }
H1.HeaderClassName
{
color: #C12B17;
}
.AnyTagClassName
{
color: #C12B17;
}
</style>
background-color css
<style>
a { background-color: #C12B17; }
a { background-color: rgb(193,43,23); }
div.DivClassName
{
background-color: #C12B17;
}
.BgClassName
{
background-color: #C12B17;
}
</style>
border-color css
<style>
span { border-color: #C12B17; }
span { border-color: rgb(193,43,23); }
td.TdClassName
{
border-color: #C12B17;
}
.TagClassName
{
border-color: #C12B17;
}
</style>