Html Css Color HEX #C9471B Harley Davidson Orange
📋 copy color: '#C9471B'red 201 ◦ green 71 ◦ blue 27
Shades of Harley Davidson Orange #C9471B
Tints of Harley Davidson Orange #C9471B
RGB
CMYK
RGB Variations
Color information
#C9471B (or 0xC9471B) is known color: Harley Davidson Orange. HEX triplet: C9, 47 and 1B. RGB value is (201,71,27). Sum of RGB (Red+Green+Blue) = 201+71+27=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9471B is #36B8E4. Grayscale: #696969. Windows color (decimal): -3586277 or 1787849. OLE color: 1787849.
HSL color Cylindrical-coordinate representation of color #C9471B: hue angle of 15.17º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9471B is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 27 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.21 |
| HSL | 15.17º | 0.76% | 0.45% | - |
| HSV(B) | 15.17º | 0.87% | 0.79% | - |
| XYZ | 26.54 | 17 | 2.92 | - |
| YUV | 104.85 | 84.07 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 27 | 0 | 0.65 | 0.87 | 0.21 | 15.17 | 0.76 | 0.45 |
| Hex | C9 | 47 | 1B | 0 | 41 | 57 | 15 | F | 4C | 2D |
| Octal | 311 | 107 | 33 | 0 | 101 | 127 | 25 | 17 | 114 | 55 |
| Binary | 11001001 | 1000111 | 11011 | 0 | 1000001 | 1010111 | 10101 | 1111 | 1001100 | 101101 |
Color Harmonies of #C9471B
Complementary color
Monochromatic Colors of #C9471B
Black with #C9471B
Text Example
Text Example
White with #C9471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9471B; }
p { color: rgb(201,71,27); }
H1.HeaderClassName
{
color: #C9471B;
}
.AnyTagClassName
{
color: #C9471B;
}
</style>
background-color css
<style>
a { background-color: #C9471B; }
a { background-color: rgb(201,71,27); }
div.DivClassName
{
background-color: #C9471B;
}
.BgClassName
{
background-color: #C9471B;
}
</style>
border-color css
<style>
span { border-color: #C9471B; }
span { border-color: rgb(201,71,27); }
td.TdClassName
{
border-color: #C9471B;
}
.TagClassName
{
border-color: #C9471B;
}
</style>