Html Css Color HEX #C64111 Harley Davidson Orange
📋 copy color: '#C64111'red 198 ◦ green 65 ◦ blue 17
Shades of Harley Davidson Orange #C64111
Tints of Harley Davidson Orange #C64111
RGB
CMYK
RGB Variations
Color information
#C64111 (or 0xC64111) is known color: Harley Davidson Orange. HEX triplet: C6, 41 and 11. RGB value is (198,65,17). Sum of RGB (Red+Green+Blue) = 198+65+17=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C64111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64111 is #39BEEE. Grayscale: #636363. Windows color (decimal): -3784431 or 1130950. OLE color: 1130950.
HSL color Cylindrical-coordinate representation of color #C64111: hue angle of 15.91º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C64111 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 17 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.22 |
| HSL | 15.91º | 0.84% | 0.42% | - |
| HSV(B) | 15.91º | 0.91% | 0.78% | - |
| XYZ | 25.28 | 15.83 | 2.25 | - |
| YUV | 99.3 | 81.56 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 17 | 0 | 0.67 | 0.91 | 0.22 | 15.91 | 0.84 | 0.42 |
| Hex | C6 | 41 | 11 | 0 | 43 | 5B | 16 | 10 | 54 | 2A |
| Octal | 306 | 101 | 21 | 0 | 103 | 133 | 26 | 20 | 124 | 52 |
| Binary | 11000110 | 1000001 | 10001 | 0 | 1000011 | 1011011 | 10110 | 10000 | 1010100 | 101010 |
Color Harmonies of #C64111
Complementary color
Monochromatic Colors of #C64111
Black with #C64111
Text Example
Text Example
White with #C64111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64111; }
p { color: rgb(198,65,17); }
H1.HeaderClassName
{
color: #C64111;
}
.AnyTagClassName
{
color: #C64111;
}
</style>
background-color css
<style>
a { background-color: #C64111; }
a { background-color: rgb(198,65,17); }
div.DivClassName
{
background-color: #C64111;
}
.BgClassName
{
background-color: #C64111;
}
</style>
border-color css
<style>
span { border-color: #C64111; }
span { border-color: rgb(198,65,17); }
td.TdClassName
{
border-color: #C64111;
}
.TagClassName
{
border-color: #C64111;
}
</style>