Html Css Color HEX #C1260B Harley Davidson Orange
📋 copy color: '#C1260B'red 193 ◦ green 38 ◦ blue 11
Shades of Harley Davidson Orange #C1260B
Tints of Harley Davidson Orange #C1260B
RGB
CMYK
RGB Variations
Color information
#C1260B (or 0xC1260B) is known color: Harley Davidson Orange. HEX triplet: C1, 26 and 0B. RGB value is (193,38,11). Sum of RGB (Red+Green+Blue) = 193+38+11=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C1260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1260B is #3ED9F4. Grayscale: #515151. Windows color (decimal): -4119029 or 730817. OLE color: 730817.
HSL color Cylindrical-coordinate representation of color #C1260B: hue angle of 8.9º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1260B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.24 |
| HSL | 8.9º | 0.89% | 0.4% | - |
| HSV(B) | 8.9º | 0.94% | 0.76% | - |
| XYZ | 22.75 | 12.75 | 1.58 | - |
| YUV | 81.27 | 88.35 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 11 | 0 | 0.80 | 0.94 | 0.24 | 8.9 | 0.89 | 0.4 |
| Hex | C1 | 26 | B | 0 | 50 | 5E | 18 | 9 | 59 | 28 |
| Octal | 301 | 46 | 13 | 0 | 120 | 136 | 30 | 11 | 131 | 50 |
| Binary | 11000001 | 100110 | 1011 | 0 | 1010000 | 1011110 | 11000 | 1001 | 1011001 | 101000 |
Color Harmonies of #C1260B
Complementary color
Monochromatic Colors of #C1260B
Black with #C1260B
Text Example
Text Example
White with #C1260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1260B; }
p { color: rgb(193,38,11); }
H1.HeaderClassName
{
color: #C1260B;
}
.AnyTagClassName
{
color: #C1260B;
}
</style>
background-color css
<style>
a { background-color: #C1260B; }
a { background-color: rgb(193,38,11); }
div.DivClassName
{
background-color: #C1260B;
}
.BgClassName
{
background-color: #C1260B;
}
</style>
border-color css
<style>
span { border-color: #C1260B; }
span { border-color: rgb(193,38,11); }
td.TdClassName
{
border-color: #C1260B;
}
.TagClassName
{
border-color: #C1260B;
}
</style>