Html Css Color HEX #C12612 Harley Davidson Orange
📋 copy color: '#C12612'red 193 ◦ green 38 ◦ blue 18
Shades of Harley Davidson Orange #C12612
Tints of Harley Davidson Orange #C12612
RGB
CMYK
RGB Variations
Color information
#C12612 (or 0xC12612) is known color: Harley Davidson Orange. HEX triplet: C1, 26 and 12. RGB value is (193,38,18). Sum of RGB (Red+Green+Blue) = 193+38+18=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C12612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12612 is #3ED9ED. Grayscale: #525252. Windows color (decimal): -4119022 or 1189569. OLE color: 1189569.
HSL color Cylindrical-coordinate representation of color #C12612: hue angle of 6.86º degrees, saturation: 0.83, 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 #C12612 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 18 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.24 |
| HSL | 6.86º | 0.83% | 0.41% | - |
| HSV(B) | 6.86º | 0.91% | 0.76% | - |
| XYZ | 22.79 | 12.77 | 1.84 | - |
| YUV | 82.07 | 91.85 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 18 | 0 | 0.80 | 0.91 | 0.24 | 6.86 | 0.83 | 0.41 |
| Hex | C1 | 26 | 12 | 0 | 50 | 5B | 18 | 7 | 53 | 29 |
| Octal | 301 | 46 | 22 | 0 | 120 | 133 | 30 | 7 | 123 | 51 |
| Binary | 11000001 | 100110 | 10010 | 0 | 1010000 | 1011011 | 11000 | 111 | 1010011 | 101001 |
Color Harmonies of #C12612
Complementary color
Monochromatic Colors of #C12612
Black with #C12612
Text Example
Text Example
White with #C12612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12612; }
p { color: rgb(193,38,18); }
H1.HeaderClassName
{
color: #C12612;
}
.AnyTagClassName
{
color: #C12612;
}
</style>
background-color css
<style>
a { background-color: #C12612; }
a { background-color: rgb(193,38,18); }
div.DivClassName
{
background-color: #C12612;
}
.BgClassName
{
background-color: #C12612;
}
</style>
border-color css
<style>
span { border-color: #C12612; }
span { border-color: rgb(193,38,18); }
td.TdClassName
{
border-color: #C12612;
}
.TagClassName
{
border-color: #C12612;
}
</style>