Html Css Color HEX #C1311A Harley Davidson Orange
📋 copy color: '#C1311A'red 193 ◦ green 49 ◦ blue 26
Shades of Harley Davidson Orange #C1311A
Tints of Harley Davidson Orange #C1311A
RGB
CMYK
RGB Variations
Color information
#C1311A (or 0xC1311A) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 1A. RGB value is (193,49,26). Sum of RGB (Red+Green+Blue) = 193+49+26=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C1311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1311A is #3ECEE5. Grayscale: #595959. Windows color (decimal): -4116198 or 1716673. OLE color: 1716673.
HSL color Cylindrical-coordinate representation of color #C1311A: hue angle of 8.26º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1311A is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 26 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.24 |
| HSL | 8.26º | 0.76% | 0.43% | - |
| HSV(B) | 8.26º | 0.87% | 0.76% | - |
| XYZ | 23.28 | 13.61 | 2.38 | - |
| YUV | 89.43 | 92.21 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 26 | 0 | 0.75 | 0.87 | 0.24 | 8.26 | 0.76 | 0.43 |
| Hex | C1 | 31 | 1A | 0 | 4B | 57 | 18 | 8 | 4C | 2B |
| Octal | 301 | 61 | 32 | 0 | 113 | 127 | 30 | 10 | 114 | 53 |
| Binary | 11000001 | 110001 | 11010 | 0 | 1001011 | 1010111 | 11000 | 1000 | 1001100 | 101011 |
Color Harmonies of #C1311A
Complementary color
Monochromatic Colors of #C1311A
Black with #C1311A
Text Example
Text Example
White with #C1311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1311A; }
p { color: rgb(193,49,26); }
H1.HeaderClassName
{
color: #C1311A;
}
.AnyTagClassName
{
color: #C1311A;
}
</style>
background-color css
<style>
a { background-color: #C1311A; }
a { background-color: rgb(193,49,26); }
div.DivClassName
{
background-color: #C1311A;
}
.BgClassName
{
background-color: #C1311A;
}
</style>
border-color css
<style>
span { border-color: #C1311A; }
span { border-color: rgb(193,49,26); }
td.TdClassName
{
border-color: #C1311A;
}
.TagClassName
{
border-color: #C1311A;
}
</style>