Html Css Color HEX #C7401B Harley Davidson Orange
📋 copy color: '#C7401B'red 199 ◦ green 64 ◦ blue 27
Shades of Harley Davidson Orange #C7401B
Tints of Harley Davidson Orange #C7401B
RGB
CMYK
RGB Variations
Color information
#C7401B (or 0xC7401B) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 1B. RGB value is (199,64,27). Sum of RGB (Red+Green+Blue) = 199+64+27=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C7401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7401B is #38BFE4. Grayscale: #646464. Windows color (decimal): -3719141 or 1786055. OLE color: 1786055.
HSL color Cylindrical-coordinate representation of color #C7401B: hue angle of 12.91º 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 #C7401B is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 27 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.22 |
| HSL | 12.91º | 0.76% | 0.44% | - |
| HSV(B) | 12.91º | 0.86% | 0.78% | - |
| XYZ | 25.58 | 15.89 | 2.76 | - |
| YUV | 100.15 | 86.73 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 27 | 0 | 0.68 | 0.86 | 0.22 | 12.91 | 0.76 | 0.44 |
| Hex | C7 | 40 | 1B | 0 | 44 | 56 | 16 | D | 4C | 2C |
| Octal | 307 | 100 | 33 | 0 | 104 | 126 | 26 | 15 | 114 | 54 |
| Binary | 11000111 | 1000000 | 11011 | 0 | 1000100 | 1010110 | 10110 | 1101 | 1001100 | 101100 |
Color Harmonies of #C7401B
Complementary color
Monochromatic Colors of #C7401B
Black with #C7401B
Text Example
Text Example
White with #C7401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7401B; }
p { color: rgb(199,64,27); }
H1.HeaderClassName
{
color: #C7401B;
}
.AnyTagClassName
{
color: #C7401B;
}
</style>
background-color css
<style>
a { background-color: #C7401B; }
a { background-color: rgb(199,64,27); }
div.DivClassName
{
background-color: #C7401B;
}
.BgClassName
{
background-color: #C7401B;
}
</style>
border-color css
<style>
span { border-color: #C7401B; }
span { border-color: rgb(199,64,27); }
td.TdClassName
{
border-color: #C7401B;
}
.TagClassName
{
border-color: #C7401B;
}
</style>