Html Css Color HEX #C1301E Harley Davidson Orange
📋 copy color: '#C1301E'red 193 ◦ green 48 ◦ blue 30
Shades of Harley Davidson Orange #C1301E
Tints of Harley Davidson Orange #C1301E
RGB
CMYK
RGB Variations
Color information
#C1301E (or 0xC1301E) is known color: Harley Davidson Orange. HEX triplet: C1, 30 and 1E. RGB value is (193,48,30). Sum of RGB (Red+Green+Blue) = 193+48+30=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C1301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1301E is #3ECFE1. Grayscale: #595959. Windows color (decimal): -4116450 or 1978561. OLE color: 1978561.
HSL color Cylindrical-coordinate representation of color #C1301E: hue angle of 6.63º 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 #C1301E is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 30 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.24 |
| HSL | 6.63º | 0.73% | 0.44% | - |
| HSV(B) | 6.63º | 0.84% | 0.76% | - |
| XYZ | 23.28 | 13.55 | 2.62 | - |
| YUV | 89.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 30 | 0 | 0.75 | 0.84 | 0.24 | 6.63 | 0.73 | 0.44 |
| Hex | C1 | 30 | 1E | 0 | 4B | 54 | 18 | 7 | 49 | 2C |
| Octal | 301 | 60 | 36 | 0 | 113 | 124 | 30 | 7 | 111 | 54 |
| Binary | 11000001 | 110000 | 11110 | 0 | 1001011 | 1010100 | 11000 | 111 | 1001001 | 101100 |
Color Harmonies of #C1301E
Complementary color
Monochromatic Colors of #C1301E
Black with #C1301E
Text Example
Text Example
White with #C1301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1301E; }
p { color: rgb(193,48,30); }
H1.HeaderClassName
{
color: #C1301E;
}
.AnyTagClassName
{
color: #C1301E;
}
</style>
background-color css
<style>
a { background-color: #C1301E; }
a { background-color: rgb(193,48,30); }
div.DivClassName
{
background-color: #C1301E;
}
.BgClassName
{
background-color: #C1301E;
}
</style>
border-color css
<style>
span { border-color: #C1301E; }
span { border-color: rgb(193,48,30); }
td.TdClassName
{
border-color: #C1301E;
}
.TagClassName
{
border-color: #C1301E;
}
</style>