Html Css Color HEX #C12C01 Harley Davidson Orange
📋 copy color: '#C12C01'red 193 ◦ green 44 ◦ blue 1
Shades of Harley Davidson Orange #C12C01
Tints of Harley Davidson Orange #C12C01
RGB
CMYK
RGB Variations
Color information
#C12C01 (or 0xC12C01) is known color: Harley Davidson Orange. HEX triplet: C1, 2C and 01. RGB value is (193,44,1). Sum of RGB (Red+Green+Blue) = 193+44+1=238 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.09% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12C01 is #3ED3FE. Grayscale: #535353. Windows color (decimal): -4117503 or 76993. OLE color: 76993.
HSL color Cylindrical-coordinate representation of color #C12C01: hue angle of 13.44º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C12C01 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.24 |
| HSL | 13.44º | 0.99% | 0.38% | - |
| HSV(B) | 13.44º | 0.99% | 0.76% | - |
| XYZ | 22.9 | 13.14 | 1.36 | - |
| YUV | 83.65 | 81.36 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 1 | 0 | 0.77 | 0.99 | 0.24 | 13.44 | 0.99 | 0.38 |
| Hex | C1 | 2C | 1 | 0 | 4D | 63 | 18 | D | 63 | 26 |
| Octal | 301 | 54 | 1 | 0 | 115 | 143 | 30 | 15 | 143 | 46 |
| Binary | 11000001 | 101100 | 1 | 0 | 1001101 | 1100011 | 11000 | 1101 | 1100011 | 100110 |
Color Harmonies of #C12C01
Complementary color
Monochromatic Colors of #C12C01
Black with #C12C01
Text Example
Text Example
White with #C12C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12C01; }
p { color: rgb(193,44,1); }
H1.HeaderClassName
{
color: #C12C01;
}
.AnyTagClassName
{
color: #C12C01;
}
</style>
background-color css
<style>
a { background-color: #C12C01; }
a { background-color: rgb(193,44,1); }
div.DivClassName
{
background-color: #C12C01;
}
.BgClassName
{
background-color: #C12C01;
}
</style>
border-color css
<style>
span { border-color: #C12C01; }
span { border-color: rgb(193,44,1); }
td.TdClassName
{
border-color: #C12C01;
}
.TagClassName
{
border-color: #C12C01;
}
</style>