Html Css Color HEX #C64017 Harley Davidson Orange
📋 copy color: '#C64017'red 198 ◦ green 64 ◦ blue 23
Shades of Harley Davidson Orange #C64017
Tints of Harley Davidson Orange #C64017
RGB
CMYK
RGB Variations
Color information
#C64017 (or 0xC64017) is known color: Harley Davidson Orange. HEX triplet: C6, 40 and 17. RGB value is (198,64,23). Sum of RGB (Red+Green+Blue) = 198+64+23=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C64017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64017 is #39BFE8. Grayscale: #636363. Windows color (decimal): -3784681 or 1523910. OLE color: 1523910.
HSL color Cylindrical-coordinate representation of color #C64017: hue angle of 14.06º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C64017 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 23 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.22 |
| HSL | 14.06º | 0.79% | 0.43% | - |
| HSV(B) | 14.06º | 0.88% | 0.78% | - |
| XYZ | 25.28 | 15.73 | 2.52 | - |
| YUV | 99.39 | 84.89 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 23 | 0 | 0.68 | 0.88 | 0.22 | 14.06 | 0.79 | 0.43 |
| Hex | C6 | 40 | 17 | 0 | 44 | 58 | 16 | E | 4F | 2B |
| Octal | 306 | 100 | 27 | 0 | 104 | 130 | 26 | 16 | 117 | 53 |
| Binary | 11000110 | 1000000 | 10111 | 0 | 1000100 | 1011000 | 10110 | 1110 | 1001111 | 101011 |
Color Harmonies of #C64017
Complementary color
Monochromatic Colors of #C64017
Black with #C64017
Text Example
Text Example
White with #C64017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64017; }
p { color: rgb(198,64,23); }
H1.HeaderClassName
{
color: #C64017;
}
.AnyTagClassName
{
color: #C64017;
}
</style>
background-color css
<style>
a { background-color: #C64017; }
a { background-color: rgb(198,64,23); }
div.DivClassName
{
background-color: #C64017;
}
.BgClassName
{
background-color: #C64017;
}
</style>
border-color css
<style>
span { border-color: #C64017; }
span { border-color: rgb(198,64,23); }
td.TdClassName
{
border-color: #C64017;
}
.TagClassName
{
border-color: #C64017;
}
</style>