Html Css Color HEX #C73620 Harley Davidson Orange
📋 copy color: '#C73620'red 199 ◦ green 54 ◦ blue 32
Shades of Harley Davidson Orange #C73620
Tints of Harley Davidson Orange #C73620
RGB
CMYK
RGB Variations
Color information
#C73620 (or 0xC73620) is known color: Harley Davidson Orange. HEX triplet: C7, 36 and 20. RGB value is (199,54,32). Sum of RGB (Red+Green+Blue) = 199+54+32=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C73620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73620 is #38C9DF. Grayscale: #5F5F5F. Windows color (decimal): -3721696 or 2111175. OLE color: 2111175.
HSL color Cylindrical-coordinate representation of color #C73620: hue angle of 7.9º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C73620 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 32 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.22 |
| HSL | 7.9º | 0.72% | 0.45% | - |
| HSV(B) | 7.9º | 0.84% | 0.78% | - |
| XYZ | 25.13 | 14.88 | 2.91 | - |
| YUV | 94.85 | 92.54 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 32 | 0 | 0.73 | 0.84 | 0.22 | 7.9 | 0.72 | 0.45 |
| Hex | C7 | 36 | 20 | 0 | 49 | 54 | 16 | 8 | 48 | 2D |
| Octal | 307 | 66 | 40 | 0 | 111 | 124 | 26 | 10 | 110 | 55 |
| Binary | 11000111 | 110110 | 100000 | 0 | 1001001 | 1010100 | 10110 | 1000 | 1001000 | 101101 |
Color Harmonies of #C73620
Complementary color
Monochromatic Colors of #C73620
Black with #C73620
Text Example
Text Example
White with #C73620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73620; }
p { color: rgb(199,54,32); }
H1.HeaderClassName
{
color: #C73620;
}
.AnyTagClassName
{
color: #C73620;
}
</style>
background-color css
<style>
a { background-color: #C73620; }
a { background-color: rgb(199,54,32); }
div.DivClassName
{
background-color: #C73620;
}
.BgClassName
{
background-color: #C73620;
}
</style>
border-color css
<style>
span { border-color: #C73620; }
span { border-color: rgb(199,54,32); }
td.TdClassName
{
border-color: #C73620;
}
.TagClassName
{
border-color: #C73620;
}
</style>