Html Css Color HEX #C7291F Harley Davidson Orange
📋 copy color: '#C7291F'red 199 ◦ green 41 ◦ blue 31
Shades of Harley Davidson Orange #C7291F
Tints of Harley Davidson Orange #C7291F
RGB
CMYK
RGB Variations
Color information
#C7291F (or 0xC7291F) is known color: Harley Davidson Orange. HEX triplet: C7, 29 and 1F. RGB value is (199,41,31). Sum of RGB (Red+Green+Blue) = 199+41+31=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C7291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7291F is #38D6E0. Grayscale: #575757. Windows color (decimal): -3725025 or 2042311. OLE color: 2042311.
HSL color Cylindrical-coordinate representation of color #C7291F: hue angle of 3.57º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7291F is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 31 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.22 |
| HSL | 3.57º | 0.73% | 0.45% | - |
| HSV(B) | 3.57º | 0.84% | 0.78% | - |
| XYZ | 24.59 | 13.83 | 2.67 | - |
| YUV | 87.1 | 96.35 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 31 | 0 | 0.79 | 0.84 | 0.22 | 3.57 | 0.73 | 0.45 |
| Hex | C7 | 29 | 1F | 0 | 4F | 54 | 16 | 4 | 49 | 2D |
| Octal | 307 | 51 | 37 | 0 | 117 | 124 | 26 | 4 | 111 | 55 |
| Binary | 11000111 | 101001 | 11111 | 0 | 1001111 | 1010100 | 10110 | 100 | 1001001 | 101101 |
Color Harmonies of #C7291F
Complementary color
Monochromatic Colors of #C7291F
Black with #C7291F
Text Example
Text Example
White with #C7291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7291F; }
p { color: rgb(199,41,31); }
H1.HeaderClassName
{
color: #C7291F;
}
.AnyTagClassName
{
color: #C7291F;
}
</style>
background-color css
<style>
a { background-color: #C7291F; }
a { background-color: rgb(199,41,31); }
div.DivClassName
{
background-color: #C7291F;
}
.BgClassName
{
background-color: #C7291F;
}
</style>
border-color css
<style>
span { border-color: #C7291F; }
span { border-color: rgb(199,41,31); }
td.TdClassName
{
border-color: #C7291F;
}
.TagClassName
{
border-color: #C7291F;
}
</style>