Html Css Color HEX #C1310C Harley Davidson Orange
📋 copy color: '#C1310C'red 193 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #C1310C
Tints of Harley Davidson Orange #C1310C
RGB
CMYK
RGB Variations
Color information
#C1310C (or 0xC1310C) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 0C. RGB value is (193,49,12). Sum of RGB (Red+Green+Blue) = 193+49+12=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C1310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1310C is #3ECEF3. Grayscale: #585858. Windows color (decimal): -4116212 or 799169. OLE color: 799169.
HSL color Cylindrical-coordinate representation of color #C1310C: hue angle of 12.27º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1310C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.24 |
| HSL | 12.27º | 0.88% | 0.4% | - |
| HSV(B) | 12.27º | 0.94% | 0.76% | - |
| XYZ | 23.16 | 13.56 | 1.74 | - |
| YUV | 87.84 | 85.21 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 12 | 0 | 0.75 | 0.94 | 0.24 | 12.27 | 0.88 | 0.4 |
| Hex | C1 | 31 | C | 0 | 4B | 5E | 18 | C | 58 | 28 |
| Octal | 301 | 61 | 14 | 0 | 113 | 136 | 30 | 14 | 130 | 50 |
| Binary | 11000001 | 110001 | 1100 | 0 | 1001011 | 1011110 | 11000 | 1100 | 1011000 | 101000 |
Color Harmonies of #C1310C
Complementary color
Monochromatic Colors of #C1310C
Black with #C1310C
Text Example
Text Example
White with #C1310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1310C; }
p { color: rgb(193,49,12); }
H1.HeaderClassName
{
color: #C1310C;
}
.AnyTagClassName
{
color: #C1310C;
}
</style>
background-color css
<style>
a { background-color: #C1310C; }
a { background-color: rgb(193,49,12); }
div.DivClassName
{
background-color: #C1310C;
}
.BgClassName
{
background-color: #C1310C;
}
</style>
border-color css
<style>
span { border-color: #C1310C; }
span { border-color: rgb(193,49,12); }
td.TdClassName
{
border-color: #C1310C;
}
.TagClassName
{
border-color: #C1310C;
}
</style>