Html Css Color HEX #C1371E Harley Davidson Orange
📋 copy color: '#C1371E'red 193 ◦ green 55 ◦ blue 30
Shades of Harley Davidson Orange #C1371E
Tints of Harley Davidson Orange #C1371E
RGB
CMYK
RGB Variations
Color information
#C1371E (or 0xC1371E) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 1E. RGB value is (193,55,30). Sum of RGB (Red+Green+Blue) = 193+55+30=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C1371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1371E is #3EC8E1. Grayscale: #5D5D5D. Windows color (decimal): -4114658 or 1980353. OLE color: 1980353.
HSL color Cylindrical-coordinate representation of color #C1371E: hue angle of 9.2º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1371E is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 30 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.24 |
| HSL | 9.2º | 0.73% | 0.44% | - |
| HSV(B) | 9.2º | 0.84% | 0.76% | - |
| XYZ | 23.59 | 14.16 | 2.72 | - |
| YUV | 93.41 | 92.22 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 30 | 0 | 0.72 | 0.84 | 0.24 | 9.2 | 0.73 | 0.44 |
| Hex | C1 | 37 | 1E | 0 | 48 | 54 | 18 | 9 | 49 | 2C |
| Octal | 301 | 67 | 36 | 0 | 110 | 124 | 30 | 11 | 111 | 54 |
| Binary | 11000001 | 110111 | 11110 | 0 | 1001000 | 1010100 | 11000 | 1001 | 1001001 | 101100 |
Color Harmonies of #C1371E
Complementary color
Monochromatic Colors of #C1371E
Black with #C1371E
Text Example
Text Example
White with #C1371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1371E; }
p { color: rgb(193,55,30); }
H1.HeaderClassName
{
color: #C1371E;
}
.AnyTagClassName
{
color: #C1371E;
}
</style>
background-color css
<style>
a { background-color: #C1371E; }
a { background-color: rgb(193,55,30); }
div.DivClassName
{
background-color: #C1371E;
}
.BgClassName
{
background-color: #C1371E;
}
</style>
border-color css
<style>
span { border-color: #C1371E; }
span { border-color: rgb(193,55,30); }
td.TdClassName
{
border-color: #C1371E;
}
.TagClassName
{
border-color: #C1371E;
}
</style>