Html Css Color HEX #C7471B Harley Davidson Orange
📋 copy color: '#C7471B'red 199 ◦ green 71 ◦ blue 27
Shades of Harley Davidson Orange #C7471B
Tints of Harley Davidson Orange #C7471B
RGB
CMYK
RGB Variations
Color information
#C7471B (or 0xC7471B) is known color: Harley Davidson Orange. HEX triplet: C7, 47 and 1B. RGB value is (199,71,27). Sum of RGB (Red+Green+Blue) = 199+71+27=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7471B is #38B8E4. Grayscale: #686868. Windows color (decimal): -3717349 or 1787847. OLE color: 1787847.
HSL color Cylindrical-coordinate representation of color #C7471B: hue angle of 15.35º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7471B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 27 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.22 |
| HSL | 15.35º | 0.76% | 0.44% | - |
| HSV(B) | 15.35º | 0.86% | 0.78% | - |
| XYZ | 26 | 16.73 | 2.9 | - |
| YUV | 104.26 | 84.41 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 27 | 0 | 0.64 | 0.86 | 0.22 | 15.35 | 0.76 | 0.44 |
| Hex | C7 | 47 | 1B | 0 | 40 | 56 | 16 | F | 4C | 2C |
| Octal | 307 | 107 | 33 | 0 | 100 | 126 | 26 | 17 | 114 | 54 |
| Binary | 11000111 | 1000111 | 11011 | 0 | 1000000 | 1010110 | 10110 | 1111 | 1001100 | 101100 |
Color Harmonies of #C7471B
Complementary color
Monochromatic Colors of #C7471B
Black with #C7471B
Text Example
Text Example
White with #C7471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7471B; }
p { color: rgb(199,71,27); }
H1.HeaderClassName
{
color: #C7471B;
}
.AnyTagClassName
{
color: #C7471B;
}
</style>
background-color css
<style>
a { background-color: #C7471B; }
a { background-color: rgb(199,71,27); }
div.DivClassName
{
background-color: #C7471B;
}
.BgClassName
{
background-color: #C7471B;
}
</style>
border-color css
<style>
span { border-color: #C7471B; }
span { border-color: rgb(199,71,27); }
td.TdClassName
{
border-color: #C7471B;
}
.TagClassName
{
border-color: #C7471B;
}
</style>