Html Css Color HEX #C7320C Harley Davidson Orange
📋 copy color: '#C7320C'red 199 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #C7320C
Tints of Harley Davidson Orange #C7320C
RGB
CMYK
RGB Variations
Color information
#C7320C (or 0xC7320C) is known color: Harley Davidson Orange. HEX triplet: C7, 32 and 0C. RGB value is (199,50,12). Sum of RGB (Red+Green+Blue) = 199+50+12=261 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.25% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 199 - color contains mainly: red. Hex color #C7320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7320C is #38CDF3. Grayscale: #5A5A5A. Windows color (decimal): -3722740 or 799431. OLE color: 799431.
HSL color Cylindrical-coordinate representation of color #C7320C: hue angle of 12.19º 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 #C7320C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.22 |
| HSL | 12.19º | 0.89% | 0.41% | - |
| HSV(B) | 12.19º | 0.94% | 0.78% | - |
| XYZ | 24.76 | 14.45 | 1.83 | - |
| YUV | 90.22 | 83.86 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 12 | 0 | 0.75 | 0.94 | 0.22 | 12.19 | 0.89 | 0.41 |
| Hex | C7 | 32 | C | 0 | 4B | 5E | 16 | C | 59 | 29 |
| Octal | 307 | 62 | 14 | 0 | 113 | 136 | 26 | 14 | 131 | 51 |
| Binary | 11000111 | 110010 | 1100 | 0 | 1001011 | 1011110 | 10110 | 1100 | 1011001 | 101001 |
Color Harmonies of #C7320C
Complementary color
Monochromatic Colors of #C7320C
Black with #C7320C
Text Example
Text Example
White with #C7320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7320C; }
p { color: rgb(199,50,12); }
H1.HeaderClassName
{
color: #C7320C;
}
.AnyTagClassName
{
color: #C7320C;
}
</style>
background-color css
<style>
a { background-color: #C7320C; }
a { background-color: rgb(199,50,12); }
div.DivClassName
{
background-color: #C7320C;
}
.BgClassName
{
background-color: #C7320C;
}
</style>
border-color css
<style>
span { border-color: #C7320C; }
span { border-color: rgb(199,50,12); }
td.TdClassName
{
border-color: #C7320C;
}
.TagClassName
{
border-color: #C7320C;
}
</style>