Html Css Color HEX #C73922 Harley Davidson Orange
📋 copy color: '#C73922'red 199 ◦ green 57 ◦ blue 34
Shades of Harley Davidson Orange #C73922
Tints of Harley Davidson Orange #C73922
RGB
CMYK
RGB Variations
Color information
#C73922 (or 0xC73922) is known color: Harley Davidson Orange. HEX triplet: C7, 39 and 22. RGB value is (199,57,34). Sum of RGB (Red+Green+Blue) = 199+57+34=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C73922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73922 is #38C6DD. Grayscale: #616161. Windows color (decimal): -3720926 or 2243015. OLE color: 2243015.
HSL color Cylindrical-coordinate representation of color #C73922: hue angle of 8.36º 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 #C73922 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 34 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.22 |
| HSL | 8.36º | 0.71% | 0.46% | - |
| HSV(B) | 8.36º | 0.83% | 0.78% | - |
| XYZ | 25.31 | 15.18 | 3.11 | - |
| YUV | 96.84 | 92.54 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 34 | 0 | 0.71 | 0.83 | 0.22 | 8.36 | 0.71 | 0.46 |
| Hex | C7 | 39 | 22 | 0 | 47 | 53 | 16 | 8 | 47 | 2E |
| Octal | 307 | 71 | 42 | 0 | 107 | 123 | 26 | 10 | 107 | 56 |
| Binary | 11000111 | 111001 | 100010 | 0 | 1000111 | 1010011 | 10110 | 1000 | 1000111 | 101110 |
Color Harmonies of #C73922
Complementary color
Monochromatic Colors of #C73922
Black with #C73922
Text Example
Text Example
White with #C73922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73922; }
p { color: rgb(199,57,34); }
H1.HeaderClassName
{
color: #C73922;
}
.AnyTagClassName
{
color: #C73922;
}
</style>
background-color css
<style>
a { background-color: #C73922; }
a { background-color: rgb(199,57,34); }
div.DivClassName
{
background-color: #C73922;
}
.BgClassName
{
background-color: #C73922;
}
</style>
border-color css
<style>
span { border-color: #C73922; }
span { border-color: rgb(199,57,34); }
td.TdClassName
{
border-color: #C73922;
}
.TagClassName
{
border-color: #C73922;
}
</style>