Html Css Color HEX #C1371F Harley Davidson Orange
📋 copy color: '#C1371F'red 193 ◦ green 55 ◦ blue 31
Shades of Harley Davidson Orange #C1371F
Tints of Harley Davidson Orange #C1371F
RGB
CMYK
RGB Variations
Color information
#C1371F (or 0xC1371F) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 1F. RGB value is (193,55,31). Sum of RGB (Red+Green+Blue) = 193+55+31=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C1371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1371F is #3EC8E0. Grayscale: #5D5D5D. Windows color (decimal): -4114657 or 2045889. OLE color: 2045889.
HSL color Cylindrical-coordinate representation of color #C1371F: hue angle of 8.89º degrees, saturation: 0.72, 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 #C1371F is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 31 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.24 |
| HSL | 8.89º | 0.72% | 0.44% | - |
| HSV(B) | 8.89º | 0.84% | 0.76% | - |
| XYZ | 23.61 | 14.17 | 2.79 | - |
| YUV | 93.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 31 | 0 | 0.72 | 0.84 | 0.24 | 8.89 | 0.72 | 0.44 |
| Hex | C1 | 37 | 1F | 0 | 48 | 54 | 18 | 9 | 48 | 2C |
| Octal | 301 | 67 | 37 | 0 | 110 | 124 | 30 | 11 | 110 | 54 |
| Binary | 11000001 | 110111 | 11111 | 0 | 1001000 | 1010100 | 11000 | 1001 | 1001000 | 101100 |
Color Harmonies of #C1371F
Complementary color
Monochromatic Colors of #C1371F
Black with #C1371F
Text Example
Text Example
White with #C1371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1371F; }
p { color: rgb(193,55,31); }
H1.HeaderClassName
{
color: #C1371F;
}
.AnyTagClassName
{
color: #C1371F;
}
</style>
background-color css
<style>
a { background-color: #C1371F; }
a { background-color: rgb(193,55,31); }
div.DivClassName
{
background-color: #C1371F;
}
.BgClassName
{
background-color: #C1371F;
}
</style>
border-color css
<style>
span { border-color: #C1371F; }
span { border-color: rgb(193,55,31); }
td.TdClassName
{
border-color: #C1371F;
}
.TagClassName
{
border-color: #C1371F;
}
</style>