Html Css Color HEX #C1331D Harley Davidson Orange
📋 copy color: '#C1331D'red 193 ◦ green 51 ◦ blue 29
Shades of Harley Davidson Orange #C1331D
Tints of Harley Davidson Orange #C1331D
RGB
CMYK
RGB Variations
Color information
#C1331D (or 0xC1331D) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 1D. RGB value is (193,51,29). Sum of RGB (Red+Green+Blue) = 193+51+29=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C1331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1331D is #3ECCE2. Grayscale: #5B5B5B. Windows color (decimal): -4115683 or 1913793. OLE color: 1913793.
HSL color Cylindrical-coordinate representation of color #C1331D: hue angle of 8.05º 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 #C1331D is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 29 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.24 |
| HSL | 8.05º | 0.74% | 0.44% | - |
| HSV(B) | 8.05º | 0.85% | 0.76% | - |
| XYZ | 23.4 | 13.79 | 2.59 | - |
| YUV | 90.95 | 93.04 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 29 | 0 | 0.74 | 0.85 | 0.24 | 8.05 | 0.74 | 0.44 |
| Hex | C1 | 33 | 1D | 0 | 4A | 55 | 18 | 8 | 4A | 2C |
| Octal | 301 | 63 | 35 | 0 | 112 | 125 | 30 | 10 | 112 | 54 |
| Binary | 11000001 | 110011 | 11101 | 0 | 1001010 | 1010101 | 11000 | 1000 | 1001010 | 101100 |
Color Harmonies of #C1331D
Complementary color
Monochromatic Colors of #C1331D
Black with #C1331D
Text Example
Text Example
White with #C1331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1331D; }
p { color: rgb(193,51,29); }
H1.HeaderClassName
{
color: #C1331D;
}
.AnyTagClassName
{
color: #C1331D;
}
</style>
background-color css
<style>
a { background-color: #C1331D; }
a { background-color: rgb(193,51,29); }
div.DivClassName
{
background-color: #C1331D;
}
.BgClassName
{
background-color: #C1331D;
}
</style>
border-color css
<style>
span { border-color: #C1331D; }
span { border-color: rgb(193,51,29); }
td.TdClassName
{
border-color: #C1331D;
}
.TagClassName
{
border-color: #C1331D;
}
</style>