Html Css Color HEX #C74211 Harley Davidson Orange
📋 copy color: '#C74211'red 199 ◦ green 66 ◦ blue 17
Shades of Harley Davidson Orange #C74211
Tints of Harley Davidson Orange #C74211
RGB
CMYK
RGB Variations
Color information
#C74211 (or 0xC74211) is known color: Harley Davidson Orange. HEX triplet: C7, 42 and 11. RGB value is (199,66,17). Sum of RGB (Red+Green+Blue) = 199+66+17=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C74211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74211 is #38BDEE. Grayscale: #646464. Windows color (decimal): -3718639 or 1131207. OLE color: 1131207.
HSL color Cylindrical-coordinate representation of color #C74211: hue angle of 16.15º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C74211 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 17 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.22 |
| HSL | 16.15º | 0.84% | 0.42% | - |
| HSV(B) | 16.15º | 0.91% | 0.78% | - |
| XYZ | 25.6 | 16.08 | 2.28 | - |
| YUV | 100.18 | 81.06 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 17 | 0 | 0.67 | 0.91 | 0.22 | 16.15 | 0.84 | 0.42 |
| Hex | C7 | 42 | 11 | 0 | 43 | 5B | 16 | 10 | 54 | 2A |
| Octal | 307 | 102 | 21 | 0 | 103 | 133 | 26 | 20 | 124 | 52 |
| Binary | 11000111 | 1000010 | 10001 | 0 | 1000011 | 1011011 | 10110 | 10000 | 1010100 | 101010 |
Color Harmonies of #C74211
Complementary color
Monochromatic Colors of #C74211
Black with #C74211
Text Example
Text Example
White with #C74211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74211; }
p { color: rgb(199,66,17); }
H1.HeaderClassName
{
color: #C74211;
}
.AnyTagClassName
{
color: #C74211;
}
</style>
background-color css
<style>
a { background-color: #C74211; }
a { background-color: rgb(199,66,17); }
div.DivClassName
{
background-color: #C74211;
}
.BgClassName
{
background-color: #C74211;
}
</style>
border-color css
<style>
span { border-color: #C74211; }
span { border-color: rgb(199,66,17); }
td.TdClassName
{
border-color: #C74211;
}
.TagClassName
{
border-color: #C74211;
}
</style>