Html Css Color HEX #C64320 Harley Davidson Orange
📋 copy color: '#C64320'red 198 ◦ green 67 ◦ blue 32
Shades of Harley Davidson Orange #C64320
Tints of Harley Davidson Orange #C64320
RGB
CMYK
RGB Variations
Color information
#C64320 (or 0xC64320) is known color: Harley Davidson Orange. HEX triplet: C6, 43 and 20. RGB value is (198,67,32). Sum of RGB (Red+Green+Blue) = 198+67+32=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C64320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64320 is #39BCDF. Grayscale: #666666. Windows color (decimal): -3783904 or 2114502. OLE color: 2114502.
HSL color Cylindrical-coordinate representation of color #C64320: hue angle of 12.65º 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 #C64320 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 32 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.22 |
| HSL | 12.65º | 0.72% | 0.45% | - |
| HSV(B) | 12.65º | 0.84% | 0.78% | - |
| XYZ | 25.56 | 16.12 | 3.13 | - |
| YUV | 102.18 | 88.4 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 32 | 0 | 0.66 | 0.84 | 0.22 | 12.65 | 0.72 | 0.45 |
| Hex | C6 | 43 | 20 | 0 | 42 | 54 | 16 | D | 48 | 2D |
| Octal | 306 | 103 | 40 | 0 | 102 | 124 | 26 | 15 | 110 | 55 |
| Binary | 11000110 | 1000011 | 100000 | 0 | 1000010 | 1010100 | 10110 | 1101 | 1001000 | 101101 |
Color Harmonies of #C64320
Complementary color
Monochromatic Colors of #C64320
Black with #C64320
Text Example
Text Example
White with #C64320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64320; }
p { color: rgb(198,67,32); }
H1.HeaderClassName
{
color: #C64320;
}
.AnyTagClassName
{
color: #C64320;
}
</style>
background-color css
<style>
a { background-color: #C64320; }
a { background-color: rgb(198,67,32); }
div.DivClassName
{
background-color: #C64320;
}
.BgClassName
{
background-color: #C64320;
}
</style>
border-color css
<style>
span { border-color: #C64320; }
span { border-color: rgb(198,67,32); }
td.TdClassName
{
border-color: #C64320;
}
.TagClassName
{
border-color: #C64320;
}
</style>