Html Css Color HEX #C7310F Harley Davidson Orange
📋 copy color: '#C7310F'red 199 ◦ green 49 ◦ blue 15
Shades of Harley Davidson Orange #C7310F
Tints of Harley Davidson Orange #C7310F
RGB
CMYK
RGB Variations
Color information
#C7310F (or 0xC7310F) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 0F. RGB value is (199,49,15). Sum of RGB (Red+Green+Blue) = 199+49+15=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C7310F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7310F is #38CEF0. Grayscale: #5A5A5A. Windows color (decimal): -3722993 or 995783. OLE color: 995783.
HSL color Cylindrical-coordinate representation of color #C7310F: hue angle of 11.09º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7310F is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 15 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.22 |
| HSL | 11.09º | 0.86% | 0.42% | - |
| HSV(B) | 11.09º | 0.92% | 0.78% | - |
| XYZ | 24.74 | 14.37 | 1.92 | - |
| YUV | 89.97 | 85.7 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 15 | 0 | 0.75 | 0.92 | 0.22 | 11.09 | 0.86 | 0.42 |
| Hex | C7 | 31 | F | 0 | 4B | 5C | 16 | B | 56 | 2A |
| Octal | 307 | 61 | 17 | 0 | 113 | 134 | 26 | 13 | 126 | 52 |
| Binary | 11000111 | 110001 | 1111 | 0 | 1001011 | 1011100 | 10110 | 1011 | 1010110 | 101010 |
Color Harmonies of #C7310F
Complementary color
Monochromatic Colors of #C7310F
Black with #C7310F
Text Example
Text Example
White with #C7310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7310F; }
p { color: rgb(199,49,15); }
H1.HeaderClassName
{
color: #C7310F;
}
.AnyTagClassName
{
color: #C7310F;
}
</style>
background-color css
<style>
a { background-color: #C7310F; }
a { background-color: rgb(199,49,15); }
div.DivClassName
{
background-color: #C7310F;
}
.BgClassName
{
background-color: #C7310F;
}
</style>
border-color css
<style>
span { border-color: #C7310F; }
span { border-color: rgb(199,49,15); }
td.TdClassName
{
border-color: #C7310F;
}
.TagClassName
{
border-color: #C7310F;
}
</style>