Html Css Color HEX #C6260C Harley Davidson Orange
📋 copy color: '#C6260C'red 198 ◦ green 38 ◦ blue 12
Shades of Harley Davidson Orange #C6260C
Tints of Harley Davidson Orange #C6260C
RGB
CMYK
RGB Variations
Color information
#C6260C (or 0xC6260C) is known color: Harley Davidson Orange. HEX triplet: C6, 26 and 0C. RGB value is (198,38,12). Sum of RGB (Red+Green+Blue) = 198+38+12=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C6260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6260C is #39D9F3. Grayscale: #535353. Windows color (decimal): -3791348 or 796358. OLE color: 796358.
HSL color Cylindrical-coordinate representation of color #C6260C: hue angle of 8.39º 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 #C6260C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 12 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.22 |
| HSL | 8.39º | 0.89% | 0.41% | - |
| HSV(B) | 8.39º | 0.94% | 0.78% | - |
| XYZ | 24.05 | 13.42 | 1.67 | - |
| YUV | 82.88 | 88.01 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 12 | 0 | 0.81 | 0.94 | 0.22 | 8.39 | 0.89 | 0.41 |
| Hex | C6 | 26 | C | 0 | 51 | 5E | 16 | 8 | 59 | 29 |
| Octal | 306 | 46 | 14 | 0 | 121 | 136 | 26 | 10 | 131 | 51 |
| Binary | 11000110 | 100110 | 1100 | 0 | 1010001 | 1011110 | 10110 | 1000 | 1011001 | 101001 |
Color Harmonies of #C6260C
Complementary color
Monochromatic Colors of #C6260C
Black with #C6260C
Text Example
Text Example
White with #C6260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6260C; }
p { color: rgb(198,38,12); }
H1.HeaderClassName
{
color: #C6260C;
}
.AnyTagClassName
{
color: #C6260C;
}
</style>
background-color css
<style>
a { background-color: #C6260C; }
a { background-color: rgb(198,38,12); }
div.DivClassName
{
background-color: #C6260C;
}
.BgClassName
{
background-color: #C6260C;
}
</style>
border-color css
<style>
span { border-color: #C6260C; }
span { border-color: rgb(198,38,12); }
td.TdClassName
{
border-color: #C6260C;
}
.TagClassName
{
border-color: #C6260C;
}
</style>