Html Css Color HEX #C6340E Harley Davidson Orange
📋 copy color: '#C6340E'red 198 ◦ green 52 ◦ blue 14
Shades of Harley Davidson Orange #C6340E
Tints of Harley Davidson Orange #C6340E
RGB
CMYK
RGB Variations
Color information
#C6340E (or 0xC6340E) is known color: Harley Davidson Orange. HEX triplet: C6, 34 and 0E. RGB value is (198,52,14). Sum of RGB (Red+Green+Blue) = 198+52+14=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C6340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6340E is #39CBF1. Grayscale: #5B5B5B. Windows color (decimal): -3787762 or 931014. OLE color: 931014.
HSL color Cylindrical-coordinate representation of color #C6340E: hue angle of 12.39º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6340E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 14 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.22 |
| HSL | 12.39º | 0.87% | 0.42% | - |
| HSV(B) | 12.39º | 0.93% | 0.78% | - |
| XYZ | 24.6 | 14.49 | 1.92 | - |
| YUV | 91.32 | 84.37 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 14 | 0 | 0.74 | 0.93 | 0.22 | 12.39 | 0.87 | 0.42 |
| Hex | C6 | 34 | E | 0 | 4A | 5D | 16 | C | 57 | 2A |
| Octal | 306 | 64 | 16 | 0 | 112 | 135 | 26 | 14 | 127 | 52 |
| Binary | 11000110 | 110100 | 1110 | 0 | 1001010 | 1011101 | 10110 | 1100 | 1010111 | 101010 |
Color Harmonies of #C6340E
Complementary color
Monochromatic Colors of #C6340E
Black with #C6340E
Text Example
Text Example
White with #C6340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6340E; }
p { color: rgb(198,52,14); }
H1.HeaderClassName
{
color: #C6340E;
}
.AnyTagClassName
{
color: #C6340E;
}
</style>
background-color css
<style>
a { background-color: #C6340E; }
a { background-color: rgb(198,52,14); }
div.DivClassName
{
background-color: #C6340E;
}
.BgClassName
{
background-color: #C6340E;
}
</style>
border-color css
<style>
span { border-color: #C6340E; }
span { border-color: rgb(198,52,14); }
td.TdClassName
{
border-color: #C6340E;
}
.TagClassName
{
border-color: #C6340E;
}
</style>