Html Css Color HEX #C7340C Harley Davidson Orange
📋 copy color: '#C7340C'red 199 ◦ green 52 ◦ blue 12
Shades of Harley Davidson Orange #C7340C
Tints of Harley Davidson Orange #C7340C
RGB
CMYK
RGB Variations
Color information
#C7340C (or 0xC7340C) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 0C. RGB value is (199,52,12). Sum of RGB (Red+Green+Blue) = 199+52+12=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C7340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7340C is #38CBF3. Grayscale: #5B5B5B. Windows color (decimal): -3722228 or 799943. OLE color: 799943.
HSL color Cylindrical-coordinate representation of color #C7340C: hue angle of 12.83º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7340C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.22 |
| HSL | 12.83º | 0.89% | 0.41% | - |
| HSV(B) | 12.83º | 0.94% | 0.78% | - |
| XYZ | 24.85 | 14.62 | 1.86 | - |
| YUV | 91.39 | 83.2 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 12 | 0 | 0.74 | 0.94 | 0.22 | 12.83 | 0.89 | 0.41 |
| Hex | C7 | 34 | C | 0 | 4A | 5E | 16 | D | 59 | 29 |
| Octal | 307 | 64 | 14 | 0 | 112 | 136 | 26 | 15 | 131 | 51 |
| Binary | 11000111 | 110100 | 1100 | 0 | 1001010 | 1011110 | 10110 | 1101 | 1011001 | 101001 |
Color Harmonies of #C7340C
Complementary color
Monochromatic Colors of #C7340C
Black with #C7340C
Text Example
Text Example
White with #C7340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7340C; }
p { color: rgb(199,52,12); }
H1.HeaderClassName
{
color: #C7340C;
}
.AnyTagClassName
{
color: #C7340C;
}
</style>
background-color css
<style>
a { background-color: #C7340C; }
a { background-color: rgb(199,52,12); }
div.DivClassName
{
background-color: #C7340C;
}
.BgClassName
{
background-color: #C7340C;
}
</style>
border-color css
<style>
span { border-color: #C7340C; }
span { border-color: rgb(199,52,12); }
td.TdClassName
{
border-color: #C7340C;
}
.TagClassName
{
border-color: #C7340C;
}
</style>