Html Css Color HEX #C74110 Harley Davidson Orange
📋 copy color: '#C74110'red 199 ◦ green 65 ◦ blue 16
Shades of Harley Davidson Orange #C74110
Tints of Harley Davidson Orange #C74110
RGB
CMYK
RGB Variations
Color information
#C74110 (or 0xC74110) is known color: Harley Davidson Orange. HEX triplet: C7, 41 and 10. RGB value is (199,65,16). Sum of RGB (Red+Green+Blue) = 199+65+16=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C74110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74110 is #38BEEF. Grayscale: #636363. Windows color (decimal): -3718896 or 1065415. OLE color: 1065415.
HSL color Cylindrical-coordinate representation of color #C74110: hue angle of 16.07º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C74110 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 16 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.22 |
| HSL | 16.07º | 0.85% | 0.42% | - |
| HSV(B) | 16.07º | 0.92% | 0.78% | - |
| XYZ | 25.54 | 15.96 | 2.22 | - |
| YUV | 99.48 | 80.89 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 16 | 0 | 0.67 | 0.92 | 0.22 | 16.07 | 0.85 | 0.42 |
| Hex | C7 | 41 | 10 | 0 | 43 | 5C | 16 | 10 | 55 | 2A |
| Octal | 307 | 101 | 20 | 0 | 103 | 134 | 26 | 20 | 125 | 52 |
| Binary | 11000111 | 1000001 | 10000 | 0 | 1000011 | 1011100 | 10110 | 10000 | 1010101 | 101010 |
Color Harmonies of #C74110
Complementary color
Monochromatic Colors of #C74110
Black with #C74110
Text Example
Text Example
White with #C74110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74110; }
p { color: rgb(199,65,16); }
H1.HeaderClassName
{
color: #C74110;
}
.AnyTagClassName
{
color: #C74110;
}
</style>
background-color css
<style>
a { background-color: #C74110; }
a { background-color: rgb(199,65,16); }
div.DivClassName
{
background-color: #C74110;
}
.BgClassName
{
background-color: #C74110;
}
</style>
border-color css
<style>
span { border-color: #C74110; }
span { border-color: rgb(199,65,16); }
td.TdClassName
{
border-color: #C74110;
}
.TagClassName
{
border-color: #C74110;
}
</style>