Html Css Color HEX #C1260D Harley Davidson Orange
📋 copy color: '#C1260D'red 193 ◦ green 38 ◦ blue 13
Shades of Harley Davidson Orange #C1260D
Tints of Harley Davidson Orange #C1260D
RGB
CMYK
RGB Variations
Color information
#C1260D (or 0xC1260D) is known color: Harley Davidson Orange. HEX triplet: C1, 26 and 0D. RGB value is (193,38,13). Sum of RGB (Red+Green+Blue) = 193+38+13=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C1260D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1260D is #3ED9F2. Grayscale: #515151. Windows color (decimal): -4119027 or 861889. OLE color: 861889.
HSL color Cylindrical-coordinate representation of color #C1260D: hue angle of 8.33º 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 #C1260D is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 13 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.24 |
| HSL | 8.33º | 0.87% | 0.4% | - |
| HSV(B) | 8.33º | 0.93% | 0.76% | - |
| XYZ | 22.76 | 12.75 | 1.64 | - |
| YUV | 81.5 | 89.35 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 13 | 0 | 0.80 | 0.93 | 0.24 | 8.33 | 0.87 | 0.4 |
| Hex | C1 | 26 | D | 0 | 50 | 5D | 18 | 8 | 57 | 28 |
| Octal | 301 | 46 | 15 | 0 | 120 | 135 | 30 | 10 | 127 | 50 |
| Binary | 11000001 | 100110 | 1101 | 0 | 1010000 | 1011101 | 11000 | 1000 | 1010111 | 101000 |
Color Harmonies of #C1260D
Complementary color
Monochromatic Colors of #C1260D
Black with #C1260D
Text Example
Text Example
White with #C1260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1260D; }
p { color: rgb(193,38,13); }
H1.HeaderClassName
{
color: #C1260D;
}
.AnyTagClassName
{
color: #C1260D;
}
</style>
background-color css
<style>
a { background-color: #C1260D; }
a { background-color: rgb(193,38,13); }
div.DivClassName
{
background-color: #C1260D;
}
.BgClassName
{
background-color: #C1260D;
}
</style>
border-color css
<style>
span { border-color: #C1260D; }
span { border-color: rgb(193,38,13); }
td.TdClassName
{
border-color: #C1260D;
}
.TagClassName
{
border-color: #C1260D;
}
</style>