Html Css Color HEX #C12416 Harley Davidson Orange
📋 copy color: '#C12416'red 193 ◦ green 36 ◦ blue 22
Shades of Harley Davidson Orange #C12416
Tints of Harley Davidson Orange #C12416
RGB
CMYK
RGB Variations
Color information
#C12416 (or 0xC12416) is known color: Harley Davidson Orange. HEX triplet: C1, 24 and 16. RGB value is (193,36,22). Sum of RGB (Red+Green+Blue) = 193+36+22=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C12416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12416 is #3EDBE9. Grayscale: #515151. Windows color (decimal): -4119530 or 1451201. OLE color: 1451201.
HSL color Cylindrical-coordinate representation of color #C12416: hue angle of 4.91º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C12416 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 36 | 22 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.24 |
| HSL | 4.91º | 0.8% | 0.42% | - |
| HSV(B) | 4.91º | 0.89% | 0.76% | - |
| XYZ | 22.77 | 12.66 | 2 | - |
| YUV | 81.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 22 | 0 | 0.81 | 0.89 | 0.24 | 4.91 | 0.8 | 0.42 |
| Hex | C1 | 24 | 16 | 0 | 51 | 59 | 18 | 5 | 50 | 2A |
| Octal | 301 | 44 | 26 | 0 | 121 | 131 | 30 | 5 | 120 | 52 |
| Binary | 11000001 | 100100 | 10110 | 0 | 1010001 | 1011001 | 11000 | 101 | 1010000 | 101010 |
Color Harmonies of #C12416
Complementary color
Monochromatic Colors of #C12416
Black with #C12416
Text Example
Text Example
White with #C12416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12416; }
p { color: rgb(193,36,22); }
H1.HeaderClassName
{
color: #C12416;
}
.AnyTagClassName
{
color: #C12416;
}
</style>
background-color css
<style>
a { background-color: #C12416; }
a { background-color: rgb(193,36,22); }
div.DivClassName
{
background-color: #C12416;
}
.BgClassName
{
background-color: #C12416;
}
</style>
border-color css
<style>
span { border-color: #C12416; }
span { border-color: rgb(193,36,22); }
td.TdClassName
{
border-color: #C12416;
}
.TagClassName
{
border-color: #C12416;
}
</style>