Html Css Color HEX #C6461E Harley Davidson Orange
📋 copy color: '#C6461E'red 198 ◦ green 70 ◦ blue 30
Shades of Harley Davidson Orange #C6461E
Tints of Harley Davidson Orange #C6461E
RGB
CMYK
RGB Variations
Color information
#C6461E (or 0xC6461E) is known color: Harley Davidson Orange. HEX triplet: C6, 46 and 1E. RGB value is (198,70,30). Sum of RGB (Red+Green+Blue) = 198+70+30=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C6461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6461E is #39B9E1. Grayscale: #676767. Windows color (decimal): -3783138 or 1984198. OLE color: 1984198.
HSL color Cylindrical-coordinate representation of color #C6461E: hue angle of 14.29º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6461E is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 30 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.22 |
| HSL | 14.29º | 0.74% | 0.45% | - |
| HSV(B) | 14.29º | 0.85% | 0.78% | - |
| XYZ | 25.71 | 16.48 | 3.05 | - |
| YUV | 103.71 | 86.41 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 30 | 0 | 0.65 | 0.85 | 0.22 | 14.29 | 0.74 | 0.45 |
| Hex | C6 | 46 | 1E | 0 | 41 | 55 | 16 | E | 4A | 2D |
| Octal | 306 | 106 | 36 | 0 | 101 | 125 | 26 | 16 | 112 | 55 |
| Binary | 11000110 | 1000110 | 11110 | 0 | 1000001 | 1010101 | 10110 | 1110 | 1001010 | 101101 |
Color Harmonies of #C6461E
Complementary color
Monochromatic Colors of #C6461E
Black with #C6461E
Text Example
Text Example
White with #C6461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6461E; }
p { color: rgb(198,70,30); }
H1.HeaderClassName
{
color: #C6461E;
}
.AnyTagClassName
{
color: #C6461E;
}
</style>
background-color css
<style>
a { background-color: #C6461E; }
a { background-color: rgb(198,70,30); }
div.DivClassName
{
background-color: #C6461E;
}
.BgClassName
{
background-color: #C6461E;
}
</style>
border-color css
<style>
span { border-color: #C6461E; }
span { border-color: rgb(198,70,30); }
td.TdClassName
{
border-color: #C6461E;
}
.TagClassName
{
border-color: #C6461E;
}
</style>