Html Css Color HEX #C6260F Harley Davidson Orange
📋 copy color: '#C6260F'red 198 ◦ green 38 ◦ blue 15
Shades of Harley Davidson Orange #C6260F
Tints of Harley Davidson Orange #C6260F
RGB
CMYK
RGB Variations
Color information
#C6260F (or 0xC6260F) is known color: Harley Davidson Orange. HEX triplet: C6, 26 and 0F. RGB value is (198,38,15). Sum of RGB (Red+Green+Blue) = 198+38+15=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C6260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6260F is #39D9F0. Grayscale: #535353. Windows color (decimal): -3791345 or 992966. OLE color: 992966.
HSL color Cylindrical-coordinate representation of color #C6260F: hue angle of 7.54º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6260F is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 15 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.22 |
| HSL | 7.54º | 0.86% | 0.42% | - |
| HSV(B) | 7.54º | 0.92% | 0.78% | - |
| XYZ | 24.07 | 13.43 | 1.77 | - |
| YUV | 83.22 | 89.51 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 15 | 0 | 0.81 | 0.92 | 0.22 | 7.54 | 0.86 | 0.42 |
| Hex | C6 | 26 | F | 0 | 51 | 5C | 16 | 8 | 56 | 2A |
| Octal | 306 | 46 | 17 | 0 | 121 | 134 | 26 | 10 | 126 | 52 |
| Binary | 11000110 | 100110 | 1111 | 0 | 1010001 | 1011100 | 10110 | 1000 | 1010110 | 101010 |
Color Harmonies of #C6260F
Complementary color
Monochromatic Colors of #C6260F
Black with #C6260F
Text Example
Text Example
White with #C6260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6260F; }
p { color: rgb(198,38,15); }
H1.HeaderClassName
{
color: #C6260F;
}
.AnyTagClassName
{
color: #C6260F;
}
</style>
background-color css
<style>
a { background-color: #C6260F; }
a { background-color: rgb(198,38,15); }
div.DivClassName
{
background-color: #C6260F;
}
.BgClassName
{
background-color: #C6260F;
}
</style>
border-color css
<style>
span { border-color: #C6260F; }
span { border-color: rgb(198,38,15); }
td.TdClassName
{
border-color: #C6260F;
}
.TagClassName
{
border-color: #C6260F;
}
</style>