Html Css Color HEX #C0340E Harley Davidson Orange
📋 copy color: '#C0340E'red 192 ◦ green 52 ◦ blue 14
Shades of Harley Davidson Orange #C0340E
Tints of Harley Davidson Orange #C0340E
RGB
CMYK
RGB Variations
Color information
#C0340E (or 0xC0340E) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 0E. RGB value is (192,52,14). Sum of RGB (Red+Green+Blue) = 192+52+14=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C0340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0340E is #3FCBF1. Grayscale: #595959. Windows color (decimal): -4180978 or 931008. OLE color: 931008.
HSL color Cylindrical-coordinate representation of color #C0340E: hue angle of 12.81º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0340E is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 14 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.25 |
| HSL | 12.81º | 0.86% | 0.4% | - |
| HSV(B) | 12.81º | 0.93% | 0.75% | - |
| XYZ | 23.05 | 13.69 | 1.84 | - |
| YUV | 89.53 | 85.38 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 14 | 0 | 0.73 | 0.93 | 0.25 | 12.81 | 0.86 | 0.4 |
| Hex | C0 | 34 | E | 0 | 49 | 5D | 19 | D | 56 | 28 |
| Octal | 300 | 64 | 16 | 0 | 111 | 135 | 31 | 15 | 126 | 50 |
| Binary | 11000000 | 110100 | 1110 | 0 | 1001001 | 1011101 | 11001 | 1101 | 1010110 | 101000 |
Color Harmonies of #C0340E
Complementary color
Monochromatic Colors of #C0340E
Black with #C0340E
Text Example
Text Example
White with #C0340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0340E; }
p { color: rgb(192,52,14); }
H1.HeaderClassName
{
color: #C0340E;
}
.AnyTagClassName
{
color: #C0340E;
}
</style>
background-color css
<style>
a { background-color: #C0340E; }
a { background-color: rgb(192,52,14); }
div.DivClassName
{
background-color: #C0340E;
}
.BgClassName
{
background-color: #C0340E;
}
</style>
border-color css
<style>
span { border-color: #C0340E; }
span { border-color: rgb(192,52,14); }
td.TdClassName
{
border-color: #C0340E;
}
.TagClassName
{
border-color: #C0340E;
}
</style>