Html Css Color HEX #C2340E Harley Davidson Orange
📋 copy color: '#C2340E'red 194 ◦ green 52 ◦ blue 14
Shades of Harley Davidson Orange #C2340E
Tints of Harley Davidson Orange #C2340E
RGB
CMYK
RGB Variations
Color information
#C2340E (or 0xC2340E) is known color: Harley Davidson Orange. HEX triplet: C2, 34 and 0E. RGB value is (194,52,14). Sum of RGB (Red+Green+Blue) = 194+52+14=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2340E is #3DCBF1. Grayscale: #5A5A5A. Windows color (decimal): -4049906 or 931010. OLE color: 931010.
HSL color Cylindrical-coordinate representation of color #C2340E: hue angle of 12.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2340E is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 14 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.24 |
| HSL | 12.67º | 0.87% | 0.41% | - |
| HSV(B) | 12.67º | 0.93% | 0.76% | - |
| XYZ | 23.56 | 13.96 | 1.87 | - |
| YUV | 90.13 | 85.04 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 14 | 0 | 0.73 | 0.93 | 0.24 | 12.67 | 0.87 | 0.41 |
| Hex | C2 | 34 | E | 0 | 49 | 5D | 18 | D | 57 | 29 |
| Octal | 302 | 64 | 16 | 0 | 111 | 135 | 30 | 15 | 127 | 51 |
| Binary | 11000010 | 110100 | 1110 | 0 | 1001001 | 1011101 | 11000 | 1101 | 1010111 | 101001 |
Color Harmonies of #C2340E
Complementary color
Monochromatic Colors of #C2340E
Black with #C2340E
Text Example
Text Example
White with #C2340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2340E; }
p { color: rgb(194,52,14); }
H1.HeaderClassName
{
color: #C2340E;
}
.AnyTagClassName
{
color: #C2340E;
}
</style>
background-color css
<style>
a { background-color: #C2340E; }
a { background-color: rgb(194,52,14); }
div.DivClassName
{
background-color: #C2340E;
}
.BgClassName
{
background-color: #C2340E;
}
</style>
border-color css
<style>
span { border-color: #C2340E; }
span { border-color: rgb(194,52,14); }
td.TdClassName
{
border-color: #C2340E;
}
.TagClassName
{
border-color: #C2340E;
}
</style>