Html Css Color HEX #C6461C Harley Davidson Orange
📋 copy color: '#C6461C'red 198 ◦ green 70 ◦ blue 28
Shades of Harley Davidson Orange #C6461C
Tints of Harley Davidson Orange #C6461C
RGB
CMYK
RGB Variations
Color information
#C6461C (or 0xC6461C) is known color: Harley Davidson Orange. HEX triplet: C6, 46 and 1C. RGB value is (198,70,28). Sum of RGB (Red+Green+Blue) = 198+70+28=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6461C is #39B9E3. Grayscale: #676767. Windows color (decimal): -3783140 or 1853126. OLE color: 1853126.
HSL color Cylindrical-coordinate representation of color #C6461C: hue angle of 14.82º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6461C is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 28 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.22 |
| HSL | 14.82º | 0.75% | 0.44% | - |
| HSV(B) | 14.82º | 0.86% | 0.78% | - |
| XYZ | 25.69 | 16.47 | 2.92 | - |
| YUV | 103.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 28 | 0 | 0.65 | 0.86 | 0.22 | 14.82 | 0.75 | 0.44 |
| Hex | C6 | 46 | 1C | 0 | 41 | 56 | 16 | F | 4B | 2C |
| Octal | 306 | 106 | 34 | 0 | 101 | 126 | 26 | 17 | 113 | 54 |
| Binary | 11000110 | 1000110 | 11100 | 0 | 1000001 | 1010110 | 10110 | 1111 | 1001011 | 101100 |
Color Harmonies of #C6461C
Complementary color
Monochromatic Colors of #C6461C
Black with #C6461C
Text Example
Text Example
White with #C6461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6461C; }
p { color: rgb(198,70,28); }
H1.HeaderClassName
{
color: #C6461C;
}
.AnyTagClassName
{
color: #C6461C;
}
</style>
background-color css
<style>
a { background-color: #C6461C; }
a { background-color: rgb(198,70,28); }
div.DivClassName
{
background-color: #C6461C;
}
.BgClassName
{
background-color: #C6461C;
}
</style>
border-color css
<style>
span { border-color: #C6461C; }
span { border-color: rgb(198,70,28); }
td.TdClassName
{
border-color: #C6461C;
}
.TagClassName
{
border-color: #C6461C;
}
</style>