Html Css Color HEX #C1350E Harley Davidson Orange
📋 copy color: '#C1350E'red 193 ◦ green 53 ◦ blue 14
Shades of Harley Davidson Orange #C1350E
Tints of Harley Davidson Orange #C1350E
RGB
CMYK
RGB Variations
Color information
#C1350E (or 0xC1350E) is known color: Harley Davidson Orange. HEX triplet: C1, 35 and 0E. RGB value is (193,53,14). Sum of RGB (Red+Green+Blue) = 193+53+14=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C1350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1350E is #3ECAF1. Grayscale: #5A5A5A. Windows color (decimal): -4115186 or 931265. OLE color: 931265.
HSL color Cylindrical-coordinate representation of color #C1350E: hue angle of 13.07º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1350E is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 14 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.24 |
| HSL | 13.07º | 0.86% | 0.41% | - |
| HSV(B) | 13.07º | 0.93% | 0.76% | - |
| XYZ | 23.34 | 13.92 | 1.87 | - |
| YUV | 90.41 | 84.88 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 14 | 0 | 0.73 | 0.93 | 0.24 | 13.07 | 0.86 | 0.41 |
| Hex | C1 | 35 | E | 0 | 49 | 5D | 18 | D | 56 | 29 |
| Octal | 301 | 65 | 16 | 0 | 111 | 135 | 30 | 15 | 126 | 51 |
| Binary | 11000001 | 110101 | 1110 | 0 | 1001001 | 1011101 | 11000 | 1101 | 1010110 | 101001 |
Color Harmonies of #C1350E
Complementary color
Monochromatic Colors of #C1350E
Black with #C1350E
Text Example
Text Example
White with #C1350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1350E; }
p { color: rgb(193,53,14); }
H1.HeaderClassName
{
color: #C1350E;
}
.AnyTagClassName
{
color: #C1350E;
}
</style>
background-color css
<style>
a { background-color: #C1350E; }
a { background-color: rgb(193,53,14); }
div.DivClassName
{
background-color: #C1350E;
}
.BgClassName
{
background-color: #C1350E;
}
</style>
border-color css
<style>
span { border-color: #C1350E; }
span { border-color: rgb(193,53,14); }
td.TdClassName
{
border-color: #C1350E;
}
.TagClassName
{
border-color: #C1350E;
}
</style>