Html Css Color HEX #C12511 Harley Davidson Orange
📋 copy color: '#C12511'red 193 ◦ green 37 ◦ blue 17
Shades of Harley Davidson Orange #C12511
Tints of Harley Davidson Orange #C12511
RGB
CMYK
RGB Variations
Color information
#C12511 (or 0xC12511) is known color: Harley Davidson Orange. HEX triplet: C1, 25 and 11. RGB value is (193,37,17). Sum of RGB (Red+Green+Blue) = 193+37+17=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C12511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12511 is #3EDAEE. Grayscale: #515151. Windows color (decimal): -4119279 or 1123777. OLE color: 1123777.
HSL color Cylindrical-coordinate representation of color #C12511: hue angle of 6.82º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C12511 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 17 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.24 |
| HSL | 6.82º | 0.84% | 0.41% | - |
| HSV(B) | 6.82º | 0.91% | 0.76% | - |
| XYZ | 22.76 | 12.7 | 1.78 | - |
| YUV | 81.36 | 91.68 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 17 | 0 | 0.81 | 0.91 | 0.24 | 6.82 | 0.84 | 0.41 |
| Hex | C1 | 25 | 11 | 0 | 51 | 5B | 18 | 7 | 54 | 29 |
| Octal | 301 | 45 | 21 | 0 | 121 | 133 | 30 | 7 | 124 | 51 |
| Binary | 11000001 | 100101 | 10001 | 0 | 1010001 | 1011011 | 11000 | 111 | 1010100 | 101001 |
Color Harmonies of #C12511
Complementary color
Monochromatic Colors of #C12511
Black with #C12511
Text Example
Text Example
White with #C12511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12511; }
p { color: rgb(193,37,17); }
H1.HeaderClassName
{
color: #C12511;
}
.AnyTagClassName
{
color: #C12511;
}
</style>
background-color css
<style>
a { background-color: #C12511; }
a { background-color: rgb(193,37,17); }
div.DivClassName
{
background-color: #C12511;
}
.BgClassName
{
background-color: #C12511;
}
</style>
border-color css
<style>
span { border-color: #C12511; }
span { border-color: rgb(193,37,17); }
td.TdClassName
{
border-color: #C12511;
}
.TagClassName
{
border-color: #C12511;
}
</style>