Html Css Color HEX #C73222 Harley Davidson Orange
📋 copy color: '#C73222'red 199 ◦ green 50 ◦ blue 34
Shades of Harley Davidson Orange #C73222
Tints of Harley Davidson Orange #C73222
RGB
CMYK
RGB Variations
Color information
#C73222 (or 0xC73222) is known color: Harley Davidson Orange. HEX triplet: C7, 32 and 22. RGB value is (199,50,34). Sum of RGB (Red+Green+Blue) = 199+50+34=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C73222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73222 is #38CDDD. Grayscale: #5C5C5C. Windows color (decimal): -3722718 or 2241223. OLE color: 2241223.
HSL color Cylindrical-coordinate representation of color #C73222: hue angle of 5.82º 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 #C73222 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 34 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.22 |
| HSL | 5.82º | 0.71% | 0.46% | - |
| HSV(B) | 5.82º | 0.83% | 0.78% | - |
| XYZ | 24.98 | 14.54 | 3 | - |
| YUV | 92.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 34 | 0 | 0.75 | 0.83 | 0.22 | 5.82 | 0.71 | 0.46 |
| Hex | C7 | 32 | 22 | 0 | 4B | 53 | 16 | 6 | 47 | 2E |
| Octal | 307 | 62 | 42 | 0 | 113 | 123 | 26 | 6 | 107 | 56 |
| Binary | 11000111 | 110010 | 100010 | 0 | 1001011 | 1010011 | 10110 | 110 | 1000111 | 101110 |
Color Harmonies of #C73222
Complementary color
Monochromatic Colors of #C73222
Black with #C73222
Text Example
Text Example
White with #C73222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73222; }
p { color: rgb(199,50,34); }
H1.HeaderClassName
{
color: #C73222;
}
.AnyTagClassName
{
color: #C73222;
}
</style>
background-color css
<style>
a { background-color: #C73222; }
a { background-color: rgb(199,50,34); }
div.DivClassName
{
background-color: #C73222;
}
.BgClassName
{
background-color: #C73222;
}
</style>
border-color css
<style>
span { border-color: #C73222; }
span { border-color: rgb(199,50,34); }
td.TdClassName
{
border-color: #C73222;
}
.TagClassName
{
border-color: #C73222;
}
</style>