Html Css Color HEX #C7311D Harley Davidson Orange
📋 copy color: '#C7311D'red 199 ◦ green 49 ◦ blue 29
Shades of Harley Davidson Orange #C7311D
Tints of Harley Davidson Orange #C7311D
RGB
CMYK
RGB Variations
Color information
#C7311D (or 0xC7311D) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 1D. RGB value is (199,49,29). Sum of RGB (Red+Green+Blue) = 199+49+29=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C7311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7311D is #38CEE2. Grayscale: #5B5B5B. Windows color (decimal): -3722979 or 1913287. OLE color: 1913287.
HSL color Cylindrical-coordinate representation of color #C7311D: hue angle of 7.06º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7311D is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 29 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.22 |
| HSL | 7.06º | 0.75% | 0.45% | - |
| HSV(B) | 7.06º | 0.85% | 0.78% | - |
| XYZ | 24.87 | 14.43 | 2.64 | - |
| YUV | 91.57 | 92.7 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 29 | 0 | 0.75 | 0.85 | 0.22 | 7.06 | 0.75 | 0.45 |
| Hex | C7 | 31 | 1D | 0 | 4B | 55 | 16 | 7 | 4B | 2D |
| Octal | 307 | 61 | 35 | 0 | 113 | 125 | 26 | 7 | 113 | 55 |
| Binary | 11000111 | 110001 | 11101 | 0 | 1001011 | 1010101 | 10110 | 111 | 1001011 | 101101 |
Color Harmonies of #C7311D
Complementary color
Monochromatic Colors of #C7311D
Black with #C7311D
Text Example
Text Example
White with #C7311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7311D; }
p { color: rgb(199,49,29); }
H1.HeaderClassName
{
color: #C7311D;
}
.AnyTagClassName
{
color: #C7311D;
}
</style>
background-color css
<style>
a { background-color: #C7311D; }
a { background-color: rgb(199,49,29); }
div.DivClassName
{
background-color: #C7311D;
}
.BgClassName
{
background-color: #C7311D;
}
</style>
border-color css
<style>
span { border-color: #C7311D; }
span { border-color: rgb(199,49,29); }
td.TdClassName
{
border-color: #C7311D;
}
.TagClassName
{
border-color: #C7311D;
}
</style>