Html Css Color HEX #C6461B Harley Davidson Orange
📋 copy color: '#C6461B'red 198 ◦ green 70 ◦ blue 27
Shades of Harley Davidson Orange #C6461B
Tints of Harley Davidson Orange #C6461B
RGB
CMYK
RGB Variations
Color information
#C6461B (or 0xC6461B) is known color: Harley Davidson Orange. HEX triplet: C6, 46 and 1B. RGB value is (198,70,27). Sum of RGB (Red+Green+Blue) = 198+70+27=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C6461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6461B is #39B9E4. Grayscale: #676767. Windows color (decimal): -3783141 or 1787590. OLE color: 1787590.
HSL color Cylindrical-coordinate representation of color #C6461B: hue angle of 15.09º degrees, saturation: 0.76, 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 #C6461B is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 27 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.22 |
| HSL | 15.09º | 0.76% | 0.44% | - |
| HSV(B) | 15.09º | 0.86% | 0.78% | - |
| XYZ | 25.68 | 16.47 | 2.86 | - |
| YUV | 103.37 | 84.91 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 27 | 0 | 0.65 | 0.86 | 0.22 | 15.09 | 0.76 | 0.44 |
| Hex | C6 | 46 | 1B | 0 | 41 | 56 | 16 | F | 4C | 2C |
| Octal | 306 | 106 | 33 | 0 | 101 | 126 | 26 | 17 | 114 | 54 |
| Binary | 11000110 | 1000110 | 11011 | 0 | 1000001 | 1010110 | 10110 | 1111 | 1001100 | 101100 |
Color Harmonies of #C6461B
Complementary color
Monochromatic Colors of #C6461B
Black with #C6461B
Text Example
Text Example
White with #C6461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6461B; }
p { color: rgb(198,70,27); }
H1.HeaderClassName
{
color: #C6461B;
}
.AnyTagClassName
{
color: #C6461B;
}
</style>
background-color css
<style>
a { background-color: #C6461B; }
a { background-color: rgb(198,70,27); }
div.DivClassName
{
background-color: #C6461B;
}
.BgClassName
{
background-color: #C6461B;
}
</style>
border-color css
<style>
span { border-color: #C6461B; }
span { border-color: rgb(198,70,27); }
td.TdClassName
{
border-color: #C6461B;
}
.TagClassName
{
border-color: #C6461B;
}
</style>