Html Css Color HEX #C12910 Harley Davidson Orange
📋 copy color: '#C12910'red 193 ◦ green 41 ◦ blue 16
Shades of Harley Davidson Orange #C12910
Tints of Harley Davidson Orange #C12910
RGB
CMYK
RGB Variations
Color information
#C12910 (or 0xC12910) is known color: Harley Davidson Orange. HEX triplet: C1, 29 and 10. RGB value is (193,41,16). Sum of RGB (Red+Green+Blue) = 193+41+16=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C12910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12910 is #3ED6EF. Grayscale: #535353. Windows color (decimal): -4118256 or 1059265. OLE color: 1059265.
HSL color Cylindrical-coordinate representation of color #C12910: hue angle of 8.47º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C12910 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 16 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.24 |
| HSL | 8.47º | 0.85% | 0.41% | - |
| HSV(B) | 8.47º | 0.92% | 0.76% | - |
| XYZ | 22.88 | 12.96 | 1.79 | - |
| YUV | 83.6 | 89.86 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 16 | 0 | 0.79 | 0.92 | 0.24 | 8.47 | 0.85 | 0.41 |
| Hex | C1 | 29 | 10 | 0 | 4F | 5C | 18 | 8 | 55 | 29 |
| Octal | 301 | 51 | 20 | 0 | 117 | 134 | 30 | 10 | 125 | 51 |
| Binary | 11000001 | 101001 | 10000 | 0 | 1001111 | 1011100 | 11000 | 1000 | 1010101 | 101001 |
Color Harmonies of #C12910
Complementary color
Monochromatic Colors of #C12910
Black with #C12910
Text Example
Text Example
White with #C12910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12910; }
p { color: rgb(193,41,16); }
H1.HeaderClassName
{
color: #C12910;
}
.AnyTagClassName
{
color: #C12910;
}
</style>
background-color css
<style>
a { background-color: #C12910; }
a { background-color: rgb(193,41,16); }
div.DivClassName
{
background-color: #C12910;
}
.BgClassName
{
background-color: #C12910;
}
</style>
border-color css
<style>
span { border-color: #C12910; }
span { border-color: rgb(193,41,16); }
td.TdClassName
{
border-color: #C12910;
}
.TagClassName
{
border-color: #C12910;
}
</style>