Html Css Color HEX #C1401E Harley Davidson Orange
📋 copy color: '#C1401E'red 193 ◦ green 64 ◦ blue 30
Shades of Harley Davidson Orange #C1401E
Tints of Harley Davidson Orange #C1401E
RGB
CMYK
RGB Variations
Color information
#C1401E (or 0xC1401E) is known color: Harley Davidson Orange. HEX triplet: C1, 40 and 1E. RGB value is (193,64,30). Sum of RGB (Red+Green+Blue) = 193+64+30=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C1401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1401E is #3EBFE1. Grayscale: #626262. Windows color (decimal): -4112354 or 1982657. OLE color: 1982657.
HSL color Cylindrical-coordinate representation of color #C1401E: hue angle of 12.52º 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 #C1401E is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 30 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.24 |
| HSL | 12.52º | 0.73% | 0.44% | - |
| HSV(B) | 12.52º | 0.84% | 0.76% | - |
| XYZ | 24.06 | 15.1 | 2.87 | - |
| YUV | 98.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 30 | 0 | 0.67 | 0.84 | 0.24 | 12.52 | 0.73 | 0.44 |
| Hex | C1 | 40 | 1E | 0 | 43 | 54 | 18 | D | 49 | 2C |
| Octal | 301 | 100 | 36 | 0 | 103 | 124 | 30 | 15 | 111 | 54 |
| Binary | 11000001 | 1000000 | 11110 | 0 | 1000011 | 1010100 | 11000 | 1101 | 1001001 | 101100 |
Color Harmonies of #C1401E
Complementary color
Monochromatic Colors of #C1401E
Black with #C1401E
Text Example
Text Example
White with #C1401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1401E; }
p { color: rgb(193,64,30); }
H1.HeaderClassName
{
color: #C1401E;
}
.AnyTagClassName
{
color: #C1401E;
}
</style>
background-color css
<style>
a { background-color: #C1401E; }
a { background-color: rgb(193,64,30); }
div.DivClassName
{
background-color: #C1401E;
}
.BgClassName
{
background-color: #C1401E;
}
</style>
border-color css
<style>
span { border-color: #C1401E; }
span { border-color: rgb(193,64,30); }
td.TdClassName
{
border-color: #C1401E;
}
.TagClassName
{
border-color: #C1401E;
}
</style>