Html Css Color HEX #C2340C Harley Davidson Orange
📋 copy color: '#C2340C'red 194 ◦ green 52 ◦ blue 12
Shades of Harley Davidson Orange #C2340C
Tints of Harley Davidson Orange #C2340C
RGB
CMYK
RGB Variations
Color information
#C2340C (or 0xC2340C) is known color: Harley Davidson Orange. HEX triplet: C2, 34 and 0C. RGB value is (194,52,12). Sum of RGB (Red+Green+Blue) = 194+52+12=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C2340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2340C is #3DCBF3. Grayscale: #5A5A5A. Windows color (decimal): -4049908 or 799938. OLE color: 799938.
HSL color Cylindrical-coordinate representation of color #C2340C: hue angle of 13.19º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2340C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.24 |
| HSL | 13.19º | 0.88% | 0.4% | - |
| HSV(B) | 13.19º | 0.94% | 0.76% | - |
| XYZ | 23.54 | 13.95 | 1.8 | - |
| YUV | 89.9 | 84.04 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 12 | 0 | 0.73 | 0.94 | 0.24 | 13.19 | 0.88 | 0.4 |
| Hex | C2 | 34 | C | 0 | 49 | 5E | 18 | D | 58 | 28 |
| Octal | 302 | 64 | 14 | 0 | 111 | 136 | 30 | 15 | 130 | 50 |
| Binary | 11000010 | 110100 | 1100 | 0 | 1001001 | 1011110 | 11000 | 1101 | 1011000 | 101000 |
Color Harmonies of #C2340C
Complementary color
Monochromatic Colors of #C2340C
Black with #C2340C
Text Example
Text Example
White with #C2340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2340C; }
p { color: rgb(194,52,12); }
H1.HeaderClassName
{
color: #C2340C;
}
.AnyTagClassName
{
color: #C2340C;
}
</style>
background-color css
<style>
a { background-color: #C2340C; }
a { background-color: rgb(194,52,12); }
div.DivClassName
{
background-color: #C2340C;
}
.BgClassName
{
background-color: #C2340C;
}
</style>
border-color css
<style>
span { border-color: #C2340C; }
span { border-color: rgb(194,52,12); }
td.TdClassName
{
border-color: #C2340C;
}
.TagClassName
{
border-color: #C2340C;
}
</style>