Html Css Color HEX #C74117 Harley Davidson Orange
📋 copy color: '#C74117'red 199 ◦ green 65 ◦ blue 23
Shades of Harley Davidson Orange #C74117
Tints of Harley Davidson Orange #C74117
RGB
CMYK
RGB Variations
Color information
#C74117 (or 0xC74117) is known color: Harley Davidson Orange. HEX triplet: C7, 41 and 17. RGB value is (199,65,23). Sum of RGB (Red+Green+Blue) = 199+65+23=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C74117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74117 is #38BEE8. Grayscale: #646464. Windows color (decimal): -3718889 or 1524167. OLE color: 1524167.
HSL color Cylindrical-coordinate representation of color #C74117: hue angle of 14.32º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C74117 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 23 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.22 |
| HSL | 14.32º | 0.79% | 0.44% | - |
| HSV(B) | 14.32º | 0.88% | 0.78% | - |
| XYZ | 25.6 | 15.98 | 2.55 | - |
| YUV | 100.28 | 84.39 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 23 | 0 | 0.67 | 0.88 | 0.22 | 14.32 | 0.79 | 0.44 |
| Hex | C7 | 41 | 17 | 0 | 43 | 58 | 16 | E | 4F | 2C |
| Octal | 307 | 101 | 27 | 0 | 103 | 130 | 26 | 16 | 117 | 54 |
| Binary | 11000111 | 1000001 | 10111 | 0 | 1000011 | 1011000 | 10110 | 1110 | 1001111 | 101100 |
Color Harmonies of #C74117
Complementary color
Monochromatic Colors of #C74117
Black with #C74117
Text Example
Text Example
White with #C74117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74117; }
p { color: rgb(199,65,23); }
H1.HeaderClassName
{
color: #C74117;
}
.AnyTagClassName
{
color: #C74117;
}
</style>
background-color css
<style>
a { background-color: #C74117; }
a { background-color: rgb(199,65,23); }
div.DivClassName
{
background-color: #C74117;
}
.BgClassName
{
background-color: #C74117;
}
</style>
border-color css
<style>
span { border-color: #C74117; }
span { border-color: rgb(199,65,23); }
td.TdClassName
{
border-color: #C74117;
}
.TagClassName
{
border-color: #C74117;
}
</style>