Html Css Color HEX #C6260B Harley Davidson Orange
📋 copy color: '#C6260B'red 198 ◦ green 38 ◦ blue 11
Shades of Harley Davidson Orange #C6260B
Tints of Harley Davidson Orange #C6260B
RGB
CMYK
RGB Variations
Color information
#C6260B (or 0xC6260B) is known color: Harley Davidson Orange. HEX triplet: C6, 26 and 0B. RGB value is (198,38,11). Sum of RGB (Red+Green+Blue) = 198+38+11=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C6260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6260B is #39D9F4. Grayscale: #535353. Windows color (decimal): -3791349 or 730822. OLE color: 730822.
HSL color Cylindrical-coordinate representation of color #C6260B: hue angle of 8.66º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6260B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.22 |
| HSL | 8.66º | 0.89% | 0.41% | - |
| HSV(B) | 8.66º | 0.94% | 0.78% | - |
| XYZ | 24.04 | 13.42 | 1.64 | - |
| YUV | 82.76 | 87.51 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 11 | 0 | 0.81 | 0.94 | 0.22 | 8.66 | 0.89 | 0.41 |
| Hex | C6 | 26 | B | 0 | 51 | 5E | 16 | 9 | 59 | 29 |
| Octal | 306 | 46 | 13 | 0 | 121 | 136 | 26 | 11 | 131 | 51 |
| Binary | 11000110 | 100110 | 1011 | 0 | 1010001 | 1011110 | 10110 | 1001 | 1011001 | 101001 |
Color Harmonies of #C6260B
Complementary color
Monochromatic Colors of #C6260B
Black with #C6260B
Text Example
Text Example
White with #C6260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6260B; }
p { color: rgb(198,38,11); }
H1.HeaderClassName
{
color: #C6260B;
}
.AnyTagClassName
{
color: #C6260B;
}
</style>
background-color css
<style>
a { background-color: #C6260B; }
a { background-color: rgb(198,38,11); }
div.DivClassName
{
background-color: #C6260B;
}
.BgClassName
{
background-color: #C6260B;
}
</style>
border-color css
<style>
span { border-color: #C6260B; }
span { border-color: rgb(198,38,11); }
td.TdClassName
{
border-color: #C6260B;
}
.TagClassName
{
border-color: #C6260B;
}
</style>