Html Css Color HEX #C7350C Harley Davidson Orange
📋 copy color: '#C7350C'red 199 ◦ green 53 ◦ blue 12
Shades of Harley Davidson Orange #C7350C
Tints of Harley Davidson Orange #C7350C
RGB
CMYK
RGB Variations
Color information
#C7350C (or 0xC7350C) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 0C. RGB value is (199,53,12). Sum of RGB (Red+Green+Blue) = 199+53+12=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C7350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7350C is #38CAF3. Grayscale: #5C5C5C. Windows color (decimal): -3721972 or 800199. OLE color: 800199.
HSL color Cylindrical-coordinate representation of color #C7350C: hue angle of 13.16º 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 #C7350C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.22 |
| HSL | 13.16º | 0.89% | 0.41% | - |
| HSV(B) | 13.16º | 0.94% | 0.78% | - |
| XYZ | 24.89 | 14.71 | 1.88 | - |
| YUV | 91.98 | 82.87 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 12 | 0 | 0.73 | 0.94 | 0.22 | 13.16 | 0.89 | 0.41 |
| Hex | C7 | 35 | C | 0 | 49 | 5E | 16 | D | 59 | 29 |
| Octal | 307 | 65 | 14 | 0 | 111 | 136 | 26 | 15 | 131 | 51 |
| Binary | 11000111 | 110101 | 1100 | 0 | 1001001 | 1011110 | 10110 | 1101 | 1011001 | 101001 |
Color Harmonies of #C7350C
Complementary color
Monochromatic Colors of #C7350C
Black with #C7350C
Text Example
Text Example
White with #C7350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7350C; }
p { color: rgb(199,53,12); }
H1.HeaderClassName
{
color: #C7350C;
}
.AnyTagClassName
{
color: #C7350C;
}
</style>
background-color css
<style>
a { background-color: #C7350C; }
a { background-color: rgb(199,53,12); }
div.DivClassName
{
background-color: #C7350C;
}
.BgClassName
{
background-color: #C7350C;
}
</style>
border-color css
<style>
span { border-color: #C7350C; }
span { border-color: rgb(199,53,12); }
td.TdClassName
{
border-color: #C7350C;
}
.TagClassName
{
border-color: #C7350C;
}
</style>