Html Css Color HEX #C12E20 Harley Davidson Orange
📋 copy color: '#C12E20'red 193 ◦ green 46 ◦ blue 32
Shades of Harley Davidson Orange #C12E20
Tints of Harley Davidson Orange #C12E20
RGB
CMYK
RGB Variations
Color information
#C12E20 (or 0xC12E20) is known color: Harley Davidson Orange. HEX triplet: C1, 2E and 20. RGB value is (193,46,32). Sum of RGB (Red+Green+Blue) = 193+46+32=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12E20 is #3ED1DF. Grayscale: #585858. Windows color (decimal): -4116960 or 2109121. OLE color: 2109121.
HSL color Cylindrical-coordinate representation of color #C12E20: hue angle of 5.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12E20 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 46 | 32 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.24 |
| HSL | 5.22º | 0.72% | 0.44% | - |
| HSV(B) | 5.22º | 0.83% | 0.76% | - |
| XYZ | 23.23 | 13.4 | 2.73 | - |
| YUV | 88.36 | 96.2 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 32 | 0 | 0.76 | 0.83 | 0.24 | 5.22 | 0.72 | 0.44 |
| Hex | C1 | 2E | 20 | 0 | 4C | 53 | 18 | 5 | 48 | 2C |
| Octal | 301 | 56 | 40 | 0 | 114 | 123 | 30 | 5 | 110 | 54 |
| Binary | 11000001 | 101110 | 100000 | 0 | 1001100 | 1010011 | 11000 | 101 | 1001000 | 101100 |
Color Harmonies of #C12E20
Complementary color
Monochromatic Colors of #C12E20
Black with #C12E20
Text Example
Text Example
White with #C12E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12E20; }
p { color: rgb(193,46,32); }
H1.HeaderClassName
{
color: #C12E20;
}
.AnyTagClassName
{
color: #C12E20;
}
</style>
background-color css
<style>
a { background-color: #C12E20; }
a { background-color: rgb(193,46,32); }
div.DivClassName
{
background-color: #C12E20;
}
.BgClassName
{
background-color: #C12E20;
}
</style>
border-color css
<style>
span { border-color: #C12E20; }
span { border-color: rgb(193,46,32); }
td.TdClassName
{
border-color: #C12E20;
}
.TagClassName
{
border-color: #C12E20;
}
</style>