Html Css Color HEX #C6340D Harley Davidson Orange
📋 copy color: '#C6340D'red 198 ◦ green 52 ◦ blue 13
Shades of Harley Davidson Orange #C6340D
Tints of Harley Davidson Orange #C6340D
RGB
CMYK
RGB Variations
Color information
#C6340D (or 0xC6340D) is known color: Harley Davidson Orange. HEX triplet: C6, 34 and 0D. RGB value is (198,52,13). Sum of RGB (Red+Green+Blue) = 198+52+13=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C6340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6340D is #39CBF2. Grayscale: #5B5B5B. Windows color (decimal): -3787763 or 865478. OLE color: 865478.
HSL color Cylindrical-coordinate representation of color #C6340D: hue angle of 12.65º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6340D is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 13 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.22 |
| HSL | 12.65º | 0.88% | 0.41% | - |
| HSV(B) | 12.65º | 0.93% | 0.78% | - |
| XYZ | 24.59 | 14.49 | 1.88 | - |
| YUV | 91.21 | 83.87 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 13 | 0 | 0.74 | 0.93 | 0.22 | 12.65 | 0.88 | 0.41 |
| Hex | C6 | 34 | D | 0 | 4A | 5D | 16 | D | 58 | 29 |
| Octal | 306 | 64 | 15 | 0 | 112 | 135 | 26 | 15 | 130 | 51 |
| Binary | 11000110 | 110100 | 1101 | 0 | 1001010 | 1011101 | 10110 | 1101 | 1011000 | 101001 |
Color Harmonies of #C6340D
Complementary color
Monochromatic Colors of #C6340D
Black with #C6340D
Text Example
Text Example
White with #C6340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6340D; }
p { color: rgb(198,52,13); }
H1.HeaderClassName
{
color: #C6340D;
}
.AnyTagClassName
{
color: #C6340D;
}
</style>
background-color css
<style>
a { background-color: #C6340D; }
a { background-color: rgb(198,52,13); }
div.DivClassName
{
background-color: #C6340D;
}
.BgClassName
{
background-color: #C6340D;
}
</style>
border-color css
<style>
span { border-color: #C6340D; }
span { border-color: rgb(198,52,13); }
td.TdClassName
{
border-color: #C6340D;
}
.TagClassName
{
border-color: #C6340D;
}
</style>