Html Css Color HEX #C12C13 Harley Davidson Orange
📋 copy color: '#C12C13'red 193 ◦ green 44 ◦ blue 19
Shades of Harley Davidson Orange #C12C13
Tints of Harley Davidson Orange #C12C13
RGB
CMYK
RGB Variations
Color information
#C12C13 (or 0xC12C13) is known color: Harley Davidson Orange. HEX triplet: C1, 2C and 13. RGB value is (193,44,19). Sum of RGB (Red+Green+Blue) = 193+44+19=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12C13 is #3ED3EC. Grayscale: #555555. Windows color (decimal): -4117485 or 1256641. OLE color: 1256641.
HSL color Cylindrical-coordinate representation of color #C12C13: hue angle of 8.62º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C12C13 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 19 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.24 |
| HSL | 8.62º | 0.82% | 0.42% | - |
| HSV(B) | 8.62º | 0.9% | 0.76% | - |
| XYZ | 23.01 | 13.19 | 1.95 | - |
| YUV | 85.7 | 90.36 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 19 | 0 | 0.77 | 0.90 | 0.24 | 8.62 | 0.82 | 0.42 |
| Hex | C1 | 2C | 13 | 0 | 4D | 5A | 18 | 9 | 52 | 2A |
| Octal | 301 | 54 | 23 | 0 | 115 | 132 | 30 | 11 | 122 | 52 |
| Binary | 11000001 | 101100 | 10011 | 0 | 1001101 | 1011010 | 11000 | 1001 | 1010010 | 101010 |
Color Harmonies of #C12C13
Complementary color
Monochromatic Colors of #C12C13
Black with #C12C13
Text Example
Text Example
White with #C12C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12C13; }
p { color: rgb(193,44,19); }
H1.HeaderClassName
{
color: #C12C13;
}
.AnyTagClassName
{
color: #C12C13;
}
</style>
background-color css
<style>
a { background-color: #C12C13; }
a { background-color: rgb(193,44,19); }
div.DivClassName
{
background-color: #C12C13;
}
.BgClassName
{
background-color: #C12C13;
}
</style>
border-color css
<style>
span { border-color: #C12C13; }
span { border-color: rgb(193,44,19); }
td.TdClassName
{
border-color: #C12C13;
}
.TagClassName
{
border-color: #C12C13;
}
</style>