Html Css Color HEX #C1311D Harley Davidson Orange
📋 copy color: '#C1311D'red 193 ◦ green 49 ◦ blue 29
Shades of Harley Davidson Orange #C1311D
Tints of Harley Davidson Orange #C1311D
RGB
CMYK
RGB Variations
Color information
#C1311D (or 0xC1311D) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 1D. RGB value is (193,49,29). Sum of RGB (Red+Green+Blue) = 193+49+29=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C1311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1311D is #3ECEE2. Grayscale: #5A5A5A. Windows color (decimal): -4116195 or 1913281. OLE color: 1913281.
HSL color Cylindrical-coordinate representation of color #C1311D: hue angle of 7.32º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1311D is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 29 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.24 |
| HSL | 7.32º | 0.74% | 0.44% | - |
| HSV(B) | 7.32º | 0.85% | 0.76% | - |
| XYZ | 23.31 | 13.62 | 2.56 | - |
| YUV | 89.78 | 93.71 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 29 | 0 | 0.75 | 0.85 | 0.24 | 7.32 | 0.74 | 0.44 |
| Hex | C1 | 31 | 1D | 0 | 4B | 55 | 18 | 7 | 4A | 2C |
| Octal | 301 | 61 | 35 | 0 | 113 | 125 | 30 | 7 | 112 | 54 |
| Binary | 11000001 | 110001 | 11101 | 0 | 1001011 | 1010101 | 11000 | 111 | 1001010 | 101100 |
Color Harmonies of #C1311D
Complementary color
Monochromatic Colors of #C1311D
Black with #C1311D
Text Example
Text Example
White with #C1311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1311D; }
p { color: rgb(193,49,29); }
H1.HeaderClassName
{
color: #C1311D;
}
.AnyTagClassName
{
color: #C1311D;
}
</style>
background-color css
<style>
a { background-color: #C1311D; }
a { background-color: rgb(193,49,29); }
div.DivClassName
{
background-color: #C1311D;
}
.BgClassName
{
background-color: #C1311D;
}
</style>
border-color css
<style>
span { border-color: #C1311D; }
span { border-color: rgb(193,49,29); }
td.TdClassName
{
border-color: #C1311D;
}
.TagClassName
{
border-color: #C1311D;
}
</style>