Html Css Color HEX #C73022 Harley Davidson Orange
📋 copy color: '#C73022'red 199 ◦ green 48 ◦ blue 34
Shades of Harley Davidson Orange #C73022
Tints of Harley Davidson Orange #C73022
RGB
CMYK
RGB Variations
Color information
#C73022 (or 0xC73022) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 22. RGB value is (199,48,34). Sum of RGB (Red+Green+Blue) = 199+48+34=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C73022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73022 is #38CFDD. Grayscale: #5B5B5B. Windows color (decimal): -3723230 or 2240711. OLE color: 2240711.
HSL color Cylindrical-coordinate representation of color #C73022: hue angle of 5.09º 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 #C73022 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 34 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.22 |
| HSL | 5.09º | 0.71% | 0.46% | - |
| HSV(B) | 5.09º | 0.83% | 0.78% | - |
| XYZ | 24.9 | 14.37 | 2.98 | - |
| YUV | 91.55 | 95.53 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 34 | 0 | 0.76 | 0.83 | 0.22 | 5.09 | 0.71 | 0.46 |
| Hex | C7 | 30 | 22 | 0 | 4C | 53 | 16 | 5 | 47 | 2E |
| Octal | 307 | 60 | 42 | 0 | 114 | 123 | 26 | 5 | 107 | 56 |
| Binary | 11000111 | 110000 | 100010 | 0 | 1001100 | 1010011 | 10110 | 101 | 1000111 | 101110 |
Color Harmonies of #C73022
Complementary color
Monochromatic Colors of #C73022
Black with #C73022
Text Example
Text Example
White with #C73022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73022; }
p { color: rgb(199,48,34); }
H1.HeaderClassName
{
color: #C73022;
}
.AnyTagClassName
{
color: #C73022;
}
</style>
background-color css
<style>
a { background-color: #C73022; }
a { background-color: rgb(199,48,34); }
div.DivClassName
{
background-color: #C73022;
}
.BgClassName
{
background-color: #C73022;
}
</style>
border-color css
<style>
span { border-color: #C73022; }
span { border-color: rgb(199,48,34); }
td.TdClassName
{
border-color: #C73022;
}
.TagClassName
{
border-color: #C73022;
}
</style>