Html Css Color HEX #C1360A Harley Davidson Orange
📋 copy color: '#C1360A'red 193 ◦ green 54 ◦ blue 10
Shades of Harley Davidson Orange #C1360A
Tints of Harley Davidson Orange #C1360A
RGB
CMYK
RGB Variations
Color information
#C1360A (or 0xC1360A) is known color: Harley Davidson Orange. HEX triplet: C1, 36 and 0A. RGB value is (193,54,10). Sum of RGB (Red+Green+Blue) = 193+54+10=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C1360A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1360A is #3EC9F5. Grayscale: #5A5A5A. Windows color (decimal): -4114934 or 669377. OLE color: 669377.
HSL color Cylindrical-coordinate representation of color #C1360A: hue angle of 14.43º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1360A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.24 |
| HSL | 14.43º | 0.9% | 0.4% | - |
| HSV(B) | 14.43º | 0.95% | 0.76% | - |
| XYZ | 23.37 | 14 | 1.76 | - |
| YUV | 90.55 | 82.55 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 10 | 0 | 0.72 | 0.95 | 0.24 | 14.43 | 0.9 | 0.4 |
| Hex | C1 | 36 | A | 0 | 48 | 5F | 18 | E | 5A | 28 |
| Octal | 301 | 66 | 12 | 0 | 110 | 137 | 30 | 16 | 132 | 50 |
| Binary | 11000001 | 110110 | 1010 | 0 | 1001000 | 1011111 | 11000 | 1110 | 1011010 | 101000 |
Color Harmonies of #C1360A
Complementary color
Monochromatic Colors of #C1360A
Black with #C1360A
Text Example
Text Example
White with #C1360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1360A; }
p { color: rgb(193,54,10); }
H1.HeaderClassName
{
color: #C1360A;
}
.AnyTagClassName
{
color: #C1360A;
}
</style>
background-color css
<style>
a { background-color: #C1360A; }
a { background-color: rgb(193,54,10); }
div.DivClassName
{
background-color: #C1360A;
}
.BgClassName
{
background-color: #C1360A;
}
</style>
border-color css
<style>
span { border-color: #C1360A; }
span { border-color: rgb(193,54,10); }
td.TdClassName
{
border-color: #C1360A;
}
.TagClassName
{
border-color: #C1360A;
}
</style>