Html Css Color HEX #C64020 Harley Davidson Orange
📋 copy color: '#C64020'red 198 ◦ green 64 ◦ blue 32
Shades of Harley Davidson Orange #C64020
Tints of Harley Davidson Orange #C64020
RGB
CMYK
RGB Variations
Color information
#C64020 (or 0xC64020) is known color: Harley Davidson Orange. HEX triplet: C6, 40 and 20. RGB value is (198,64,32). Sum of RGB (Red+Green+Blue) = 198+64+32=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C64020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64020 is #39BFDF. Grayscale: #646464. Windows color (decimal): -3784672 or 2113734. OLE color: 2113734.
HSL color Cylindrical-coordinate representation of color #C64020: hue angle of 11.57º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C64020 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 32 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.22 |
| HSL | 11.57º | 0.72% | 0.45% | - |
| HSV(B) | 11.57º | 0.84% | 0.78% | - |
| XYZ | 25.38 | 15.78 | 3.07 | - |
| YUV | 100.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 32 | 0 | 0.68 | 0.84 | 0.22 | 11.57 | 0.72 | 0.45 |
| Hex | C6 | 40 | 20 | 0 | 44 | 54 | 16 | C | 48 | 2D |
| Octal | 306 | 100 | 40 | 0 | 104 | 124 | 26 | 14 | 110 | 55 |
| Binary | 11000110 | 1000000 | 100000 | 0 | 1000100 | 1010100 | 10110 | 1100 | 1001000 | 101101 |
Color Harmonies of #C64020
Complementary color
Monochromatic Colors of #C64020
Black with #C64020
Text Example
Text Example
White with #C64020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64020; }
p { color: rgb(198,64,32); }
H1.HeaderClassName
{
color: #C64020;
}
.AnyTagClassName
{
color: #C64020;
}
</style>
background-color css
<style>
a { background-color: #C64020; }
a { background-color: rgb(198,64,32); }
div.DivClassName
{
background-color: #C64020;
}
.BgClassName
{
background-color: #C64020;
}
</style>
border-color css
<style>
span { border-color: #C64020; }
span { border-color: rgb(198,64,32); }
td.TdClassName
{
border-color: #C64020;
}
.TagClassName
{
border-color: #C64020;
}
</style>