Html Css Color HEX #C1370F Harley Davidson Orange
📋 copy color: '#C1370F'red 193 ◦ green 55 ◦ blue 15
Shades of Harley Davidson Orange #C1370F
Tints of Harley Davidson Orange #C1370F
RGB
CMYK
RGB Variations
Color information
#C1370F (or 0xC1370F) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 0F. RGB value is (193,55,15). Sum of RGB (Red+Green+Blue) = 193+55+15=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C1370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1370F is #3EC8F0. Grayscale: #5C5C5C. Windows color (decimal): -4114673 or 997313. OLE color: 997313.
HSL color Cylindrical-coordinate representation of color #C1370F: hue angle of 13.48º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1370F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 15 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.24 |
| HSL | 13.48º | 0.86% | 0.41% | - |
| HSV(B) | 13.48º | 0.92% | 0.76% | - |
| XYZ | 23.44 | 14.1 | 1.94 | - |
| YUV | 91.7 | 84.72 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 15 | 0 | 0.72 | 0.92 | 0.24 | 13.48 | 0.86 | 0.41 |
| Hex | C1 | 37 | F | 0 | 48 | 5C | 18 | D | 56 | 29 |
| Octal | 301 | 67 | 17 | 0 | 110 | 134 | 30 | 15 | 126 | 51 |
| Binary | 11000001 | 110111 | 1111 | 0 | 1001000 | 1011100 | 11000 | 1101 | 1010110 | 101001 |
Color Harmonies of #C1370F
Complementary color
Monochromatic Colors of #C1370F
Black with #C1370F
Text Example
Text Example
White with #C1370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1370F; }
p { color: rgb(193,55,15); }
H1.HeaderClassName
{
color: #C1370F;
}
.AnyTagClassName
{
color: #C1370F;
}
</style>
background-color css
<style>
a { background-color: #C1370F; }
a { background-color: rgb(193,55,15); }
div.DivClassName
{
background-color: #C1370F;
}
.BgClassName
{
background-color: #C1370F;
}
</style>
border-color css
<style>
span { border-color: #C1370F; }
span { border-color: rgb(193,55,15); }
td.TdClassName
{
border-color: #C1370F;
}
.TagClassName
{
border-color: #C1370F;
}
</style>