Html Css Color HEX #C7471D Harley Davidson Orange
📋 copy color: '#C7471D'red 199 ◦ green 71 ◦ blue 29
Shades of Harley Davidson Orange #C7471D
Tints of Harley Davidson Orange #C7471D
RGB
CMYK
RGB Variations
Color information
#C7471D (or 0xC7471D) is known color: Harley Davidson Orange. HEX triplet: C7, 47 and 1D. RGB value is (199,71,29). Sum of RGB (Red+Green+Blue) = 199+71+29=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C7471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7471D is #38B8E2. Grayscale: #686868. Windows color (decimal): -3717347 or 1918919. OLE color: 1918919.
HSL color Cylindrical-coordinate representation of color #C7471D: hue angle of 14.82º 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 #C7471D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 29 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.22 |
| HSL | 14.82º | 0.75% | 0.45% | - |
| HSV(B) | 14.82º | 0.85% | 0.78% | - |
| XYZ | 26.03 | 16.74 | 3.02 | - |
| YUV | 104.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 29 | 0 | 0.64 | 0.85 | 0.22 | 14.82 | 0.75 | 0.45 |
| Hex | C7 | 47 | 1D | 0 | 40 | 55 | 16 | F | 4B | 2D |
| Octal | 307 | 107 | 35 | 0 | 100 | 125 | 26 | 17 | 113 | 55 |
| Binary | 11000111 | 1000111 | 11101 | 0 | 1000000 | 1010101 | 10110 | 1111 | 1001011 | 101101 |
Color Harmonies of #C7471D
Complementary color
Monochromatic Colors of #C7471D
Black with #C7471D
Text Example
Text Example
White with #C7471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7471D; }
p { color: rgb(199,71,29); }
H1.HeaderClassName
{
color: #C7471D;
}
.AnyTagClassName
{
color: #C7471D;
}
</style>
background-color css
<style>
a { background-color: #C7471D; }
a { background-color: rgb(199,71,29); }
div.DivClassName
{
background-color: #C7471D;
}
.BgClassName
{
background-color: #C7471D;
}
</style>
border-color css
<style>
span { border-color: #C7471D; }
span { border-color: rgb(199,71,29); }
td.TdClassName
{
border-color: #C7471D;
}
.TagClassName
{
border-color: #C7471D;
}
</style>