Html Css Color HEX #C4340C Harley Davidson Orange
📋 copy color: '#C4340C'red 196 ◦ green 52 ◦ blue 12
Shades of Harley Davidson Orange #C4340C
Tints of Harley Davidson Orange #C4340C
RGB
CMYK
RGB Variations
Color information
#C4340C (or 0xC4340C) is known color: Harley Davidson Orange. HEX triplet: C4, 34 and 0C. RGB value is (196,52,12). Sum of RGB (Red+Green+Blue) = 196+52+12=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C4340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4340C is #3BCBF3. Grayscale: #5A5A5A. Windows color (decimal): -3918836 or 799940. OLE color: 799940.
HSL color Cylindrical-coordinate representation of color #C4340C: hue angle of 13.04º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4340C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.23 |
| HSL | 13.04º | 0.88% | 0.41% | - |
| HSV(B) | 13.04º | 0.94% | 0.77% | - |
| XYZ | 24.06 | 14.22 | 1.82 | - |
| YUV | 90.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 12 | 0 | 0.73 | 0.94 | 0.23 | 13.04 | 0.88 | 0.41 |
| Hex | C4 | 34 | C | 0 | 49 | 5E | 17 | D | 58 | 29 |
| Octal | 304 | 64 | 14 | 0 | 111 | 136 | 27 | 15 | 130 | 51 |
| Binary | 11000100 | 110100 | 1100 | 0 | 1001001 | 1011110 | 10111 | 1101 | 1011000 | 101001 |
Color Harmonies of #C4340C
Complementary color
Monochromatic Colors of #C4340C
Black with #C4340C
Text Example
Text Example
White with #C4340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4340C; }
p { color: rgb(196,52,12); }
H1.HeaderClassName
{
color: #C4340C;
}
.AnyTagClassName
{
color: #C4340C;
}
</style>
background-color css
<style>
a { background-color: #C4340C; }
a { background-color: rgb(196,52,12); }
div.DivClassName
{
background-color: #C4340C;
}
.BgClassName
{
background-color: #C4340C;
}
</style>
border-color css
<style>
span { border-color: #C4340C; }
span { border-color: rgb(196,52,12); }
td.TdClassName
{
border-color: #C4340C;
}
.TagClassName
{
border-color: #C4340C;
}
</style>