Html Css Color HEX #C1360F Harley Davidson Orange
📋 copy color: '#C1360F'red 193 ◦ green 54 ◦ blue 15
Shades of Harley Davidson Orange #C1360F
Tints of Harley Davidson Orange #C1360F
RGB
CMYK
RGB Variations
Color information
#C1360F (or 0xC1360F) is known color: Harley Davidson Orange. HEX triplet: C1, 36 and 0F. RGB value is (193,54,15). Sum of RGB (Red+Green+Blue) = 193+54+15=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C1360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1360F is #3EC9F0. Grayscale: #5B5B5B. Windows color (decimal): -4114929 or 997057. OLE color: 997057.
HSL color Cylindrical-coordinate representation of color #C1360F: hue angle of 13.15º degrees, saturation: 0.86, 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 #C1360F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 15 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.24 |
| HSL | 13.15º | 0.86% | 0.41% | - |
| HSV(B) | 13.15º | 0.92% | 0.76% | - |
| XYZ | 23.4 | 14.01 | 1.92 | - |
| YUV | 91.12 | 85.05 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 15 | 0 | 0.72 | 0.92 | 0.24 | 13.15 | 0.86 | 0.41 |
| Hex | C1 | 36 | F | 0 | 48 | 5C | 18 | D | 56 | 29 |
| Octal | 301 | 66 | 17 | 0 | 110 | 134 | 30 | 15 | 126 | 51 |
| Binary | 11000001 | 110110 | 1111 | 0 | 1001000 | 1011100 | 11000 | 1101 | 1010110 | 101001 |
Color Harmonies of #C1360F
Complementary color
Monochromatic Colors of #C1360F
Black with #C1360F
Text Example
Text Example
White with #C1360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1360F; }
p { color: rgb(193,54,15); }
H1.HeaderClassName
{
color: #C1360F;
}
.AnyTagClassName
{
color: #C1360F;
}
</style>
background-color css
<style>
a { background-color: #C1360F; }
a { background-color: rgb(193,54,15); }
div.DivClassName
{
background-color: #C1360F;
}
.BgClassName
{
background-color: #C1360F;
}
</style>
border-color css
<style>
span { border-color: #C1360F; }
span { border-color: rgb(193,54,15); }
td.TdClassName
{
border-color: #C1360F;
}
.TagClassName
{
border-color: #C1360F;
}
</style>