Html Css Color HEX #C1370D Harley Davidson Orange
📋 copy color: '#C1370D'red 193 ◦ green 55 ◦ blue 13
Shades of Harley Davidson Orange #C1370D
Tints of Harley Davidson Orange #C1370D
RGB
CMYK
RGB Variations
Color information
#C1370D (or 0xC1370D) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 0D. RGB value is (193,55,13). Sum of RGB (Red+Green+Blue) = 193+55+13=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C1370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1370D is #3EC8F2. Grayscale: #5B5B5B. Windows color (decimal): -4114675 or 866241. OLE color: 866241.
HSL color Cylindrical-coordinate representation of color #C1370D: hue angle of 14º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1370D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 13 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.24 |
| HSL | 14º | 0.87% | 0.4% | - |
| HSV(B) | 14º | 0.93% | 0.76% | - |
| XYZ | 23.43 | 14.1 | 1.87 | - |
| YUV | 91.47 | 83.72 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 13 | 0 | 0.72 | 0.93 | 0.24 | 14 | 0.87 | 0.4 |
| Hex | C1 | 37 | D | 0 | 48 | 5D | 18 | E | 57 | 28 |
| Octal | 301 | 67 | 15 | 0 | 110 | 135 | 30 | 16 | 127 | 50 |
| Binary | 11000001 | 110111 | 1101 | 0 | 1001000 | 1011101 | 11000 | 1110 | 1010111 | 101000 |
Color Harmonies of #C1370D
Complementary color
Monochromatic Colors of #C1370D
Black with #C1370D
Text Example
Text Example
White with #C1370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1370D; }
p { color: rgb(193,55,13); }
H1.HeaderClassName
{
color: #C1370D;
}
.AnyTagClassName
{
color: #C1370D;
}
</style>
background-color css
<style>
a { background-color: #C1370D; }
a { background-color: rgb(193,55,13); }
div.DivClassName
{
background-color: #C1370D;
}
.BgClassName
{
background-color: #C1370D;
}
</style>
border-color css
<style>
span { border-color: #C1370D; }
span { border-color: rgb(193,55,13); }
td.TdClassName
{
border-color: #C1370D;
}
.TagClassName
{
border-color: #C1370D;
}
</style>