Html Css Color HEX #C7311C Harley Davidson Orange
📋 copy color: '#C7311C'red 199 ◦ green 49 ◦ blue 28
Shades of Harley Davidson Orange #C7311C
Tints of Harley Davidson Orange #C7311C
RGB
CMYK
RGB Variations
Color information
#C7311C (or 0xC7311C) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 1C. RGB value is (199,49,28). Sum of RGB (Red+Green+Blue) = 199+49+28=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C7311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7311C is #38CEE3. Grayscale: #5B5B5B. Windows color (decimal): -3722980 or 1847751. OLE color: 1847751.
HSL color Cylindrical-coordinate representation of color #C7311C: hue angle of 7.37º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7311C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 28 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.22 |
| HSL | 7.37º | 0.75% | 0.45% | - |
| HSV(B) | 7.37º | 0.86% | 0.78% | - |
| XYZ | 24.86 | 14.42 | 2.57 | - |
| YUV | 91.46 | 92.2 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 28 | 0 | 0.75 | 0.86 | 0.22 | 7.37 | 0.75 | 0.45 |
| Hex | C7 | 31 | 1C | 0 | 4B | 56 | 16 | 7 | 4B | 2D |
| Octal | 307 | 61 | 34 | 0 | 113 | 126 | 26 | 7 | 113 | 55 |
| Binary | 11000111 | 110001 | 11100 | 0 | 1001011 | 1010110 | 10110 | 111 | 1001011 | 101101 |
Color Harmonies of #C7311C
Complementary color
Monochromatic Colors of #C7311C
Black with #C7311C
Text Example
Text Example
White with #C7311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7311C; }
p { color: rgb(199,49,28); }
H1.HeaderClassName
{
color: #C7311C;
}
.AnyTagClassName
{
color: #C7311C;
}
</style>
background-color css
<style>
a { background-color: #C7311C; }
a { background-color: rgb(199,49,28); }
div.DivClassName
{
background-color: #C7311C;
}
.BgClassName
{
background-color: #C7311C;
}
</style>
border-color css
<style>
span { border-color: #C7311C; }
span { border-color: rgb(199,49,28); }
td.TdClassName
{
border-color: #C7311C;
}
.TagClassName
{
border-color: #C7311C;
}
</style>