Html Css Color HEX #C73117 Harley Davidson Orange
📋 copy color: '#C73117'red 199 ◦ green 49 ◦ blue 23
Shades of Harley Davidson Orange #C73117
Tints of Harley Davidson Orange #C73117
RGB
CMYK
RGB Variations
Color information
#C73117 (or 0xC73117) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 17. RGB value is (199,49,23). Sum of RGB (Red+Green+Blue) = 199+49+23=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C73117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73117 is #38CEE8. Grayscale: #5B5B5B. Windows color (decimal): -3722985 or 1520071. OLE color: 1520071.
HSL color Cylindrical-coordinate representation of color #C73117: hue angle of 8.86º 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 #C73117 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 23 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.22 |
| HSL | 8.86º | 0.79% | 0.44% | - |
| HSV(B) | 8.86º | 0.88% | 0.78% | - |
| XYZ | 24.81 | 14.4 | 2.28 | - |
| YUV | 90.89 | 89.7 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 23 | 0 | 0.75 | 0.88 | 0.22 | 8.86 | 0.79 | 0.44 |
| Hex | C7 | 31 | 17 | 0 | 4B | 58 | 16 | 9 | 4F | 2C |
| Octal | 307 | 61 | 27 | 0 | 113 | 130 | 26 | 11 | 117 | 54 |
| Binary | 11000111 | 110001 | 10111 | 0 | 1001011 | 1011000 | 10110 | 1001 | 1001111 | 101100 |
Color Harmonies of #C73117
Complementary color
Monochromatic Colors of #C73117
Black with #C73117
Text Example
Text Example
White with #C73117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73117; }
p { color: rgb(199,49,23); }
H1.HeaderClassName
{
color: #C73117;
}
.AnyTagClassName
{
color: #C73117;
}
</style>
background-color css
<style>
a { background-color: #C73117; }
a { background-color: rgb(199,49,23); }
div.DivClassName
{
background-color: #C73117;
}
.BgClassName
{
background-color: #C73117;
}
</style>
border-color css
<style>
span { border-color: #C73117; }
span { border-color: rgb(199,49,23); }
td.TdClassName
{
border-color: #C73117;
}
.TagClassName
{
border-color: #C73117;
}
</style>