Html Css Color HEX #C1381E Harley Davidson Orange
📋 copy color: '#C1381E'red 193 ◦ green 56 ◦ blue 30
Shades of Harley Davidson Orange #C1381E
Tints of Harley Davidson Orange #C1381E
RGB
CMYK
RGB Variations
Color information
#C1381E (or 0xC1381E) is known color: Harley Davidson Orange. HEX triplet: C1, 38 and 1E. RGB value is (193,56,30). Sum of RGB (Red+Green+Blue) = 193+56+30=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C1381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1381E is #3EC7E1. Grayscale: #5E5E5E. Windows color (decimal): -4114402 or 1980609. OLE color: 1980609.
HSL color Cylindrical-coordinate representation of color #C1381E: hue angle of 9.57º 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 #C1381E is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 30 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.24 |
| HSL | 9.57º | 0.73% | 0.44% | - |
| HSV(B) | 9.57º | 0.84% | 0.76% | - |
| XYZ | 23.64 | 14.26 | 2.73 | - |
| YUV | 94 | 91.89 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 30 | 0 | 0.71 | 0.84 | 0.24 | 9.57 | 0.73 | 0.44 |
| Hex | C1 | 38 | 1E | 0 | 47 | 54 | 18 | A | 49 | 2C |
| Octal | 301 | 70 | 36 | 0 | 107 | 124 | 30 | 12 | 111 | 54 |
| Binary | 11000001 | 111000 | 11110 | 0 | 1000111 | 1010100 | 11000 | 1010 | 1001001 | 101100 |
Color Harmonies of #C1381E
Complementary color
Monochromatic Colors of #C1381E
Black with #C1381E
Text Example
Text Example
White with #C1381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1381E; }
p { color: rgb(193,56,30); }
H1.HeaderClassName
{
color: #C1381E;
}
.AnyTagClassName
{
color: #C1381E;
}
</style>
background-color css
<style>
a { background-color: #C1381E; }
a { background-color: rgb(193,56,30); }
div.DivClassName
{
background-color: #C1381E;
}
.BgClassName
{
background-color: #C1381E;
}
</style>
border-color css
<style>
span { border-color: #C1381E; }
span { border-color: rgb(193,56,30); }
td.TdClassName
{
border-color: #C1381E;
}
.TagClassName
{
border-color: #C1381E;
}
</style>