Html Css Color HEX #C4340D Harley Davidson Orange
📋 copy color: '#C4340D'red 196 ◦ green 52 ◦ blue 13
Shades of Harley Davidson Orange #C4340D
Tints of Harley Davidson Orange #C4340D
RGB
CMYK
RGB Variations
Color information
#C4340D (or 0xC4340D) is known color: Harley Davidson Orange. HEX triplet: C4, 34 and 0D. RGB value is (196,52,13). Sum of RGB (Red+Green+Blue) = 196+52+13=261 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.10% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 196 - color contains mainly: red. Hex color #C4340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4340D is #3BCBF2. Grayscale: #5A5A5A. Windows color (decimal): -3918835 or 865476. OLE color: 865476.
HSL color Cylindrical-coordinate representation of color #C4340D: hue angle of 12.79º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4340D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 13 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.23 |
| HSL | 12.79º | 0.88% | 0.41% | - |
| HSV(B) | 12.79º | 0.93% | 0.77% | - |
| XYZ | 24.07 | 14.22 | 1.86 | - |
| YUV | 90.61 | 84.21 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 13 | 0 | 0.73 | 0.93 | 0.23 | 12.79 | 0.88 | 0.41 |
| Hex | C4 | 34 | D | 0 | 49 | 5D | 17 | D | 58 | 29 |
| Octal | 304 | 64 | 15 | 0 | 111 | 135 | 27 | 15 | 130 | 51 |
| Binary | 11000100 | 110100 | 1101 | 0 | 1001001 | 1011101 | 10111 | 1101 | 1011000 | 101001 |
Color Harmonies of #C4340D
Complementary color
Monochromatic Colors of #C4340D
Black with #C4340D
Text Example
Text Example
White with #C4340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4340D; }
p { color: rgb(196,52,13); }
H1.HeaderClassName
{
color: #C4340D;
}
.AnyTagClassName
{
color: #C4340D;
}
</style>
background-color css
<style>
a { background-color: #C4340D; }
a { background-color: rgb(196,52,13); }
div.DivClassName
{
background-color: #C4340D;
}
.BgClassName
{
background-color: #C4340D;
}
</style>
border-color css
<style>
span { border-color: #C4340D; }
span { border-color: rgb(196,52,13); }
td.TdClassName
{
border-color: #C4340D;
}
.TagClassName
{
border-color: #C4340D;
}
</style>