Html Css Color HEX #C73122 Harley Davidson Orange
📋 copy color: '#C73122'red 199 ◦ green 49 ◦ blue 34
Shades of Harley Davidson Orange #C73122
Tints of Harley Davidson Orange #C73122
RGB
CMYK
RGB Variations
Color information
#C73122 (or 0xC73122) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 22. RGB value is (199,49,34). Sum of RGB (Red+Green+Blue) = 199+49+34=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C73122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73122 is #38CEDD. Grayscale: #5C5C5C. Windows color (decimal): -3722974 or 2240967. OLE color: 2240967.
HSL color Cylindrical-coordinate representation of color #C73122: hue angle of 5.45º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C73122 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 34 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.22 |
| HSL | 5.45º | 0.71% | 0.46% | - |
| HSV(B) | 5.45º | 0.83% | 0.78% | - |
| XYZ | 24.94 | 14.45 | 2.99 | - |
| YUV | 92.14 | 95.2 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 34 | 0 | 0.75 | 0.83 | 0.22 | 5.45 | 0.71 | 0.46 |
| Hex | C7 | 31 | 22 | 0 | 4B | 53 | 16 | 5 | 47 | 2E |
| Octal | 307 | 61 | 42 | 0 | 113 | 123 | 26 | 5 | 107 | 56 |
| Binary | 11000111 | 110001 | 100010 | 0 | 1001011 | 1010011 | 10110 | 101 | 1000111 | 101110 |
Color Harmonies of #C73122
Complementary color
Monochromatic Colors of #C73122
Black with #C73122
Text Example
Text Example
White with #C73122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73122; }
p { color: rgb(199,49,34); }
H1.HeaderClassName
{
color: #C73122;
}
.AnyTagClassName
{
color: #C73122;
}
</style>
background-color css
<style>
a { background-color: #C73122; }
a { background-color: rgb(199,49,34); }
div.DivClassName
{
background-color: #C73122;
}
.BgClassName
{
background-color: #C73122;
}
</style>
border-color css
<style>
span { border-color: #C73122; }
span { border-color: rgb(199,49,34); }
td.TdClassName
{
border-color: #C73122;
}
.TagClassName
{
border-color: #C73122;
}
</style>