Html Css Color HEX #C73510 Harley Davidson Orange
📋 copy color: '#C73510'red 199 ◦ green 53 ◦ blue 16
Shades of Harley Davidson Orange #C73510
Tints of Harley Davidson Orange #C73510
RGB
CMYK
RGB Variations
Color information
#C73510 (or 0xC73510) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 10. RGB value is (199,53,16). Sum of RGB (Red+Green+Blue) = 199+53+16=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C73510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73510 is #38CAEF. Grayscale: #5C5C5C. Windows color (decimal): -3721968 or 1062343. OLE color: 1062343.
HSL color Cylindrical-coordinate representation of color #C73510: hue angle of 12.13º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C73510 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 16 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.22 |
| HSL | 12.13º | 0.85% | 0.42% | - |
| HSV(B) | 12.13º | 0.92% | 0.78% | - |
| XYZ | 24.92 | 14.73 | 2.02 | - |
| YUV | 92.44 | 84.87 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 16 | 0 | 0.73 | 0.92 | 0.22 | 12.13 | 0.85 | 0.42 |
| Hex | C7 | 35 | 10 | 0 | 49 | 5C | 16 | C | 55 | 2A |
| Octal | 307 | 65 | 20 | 0 | 111 | 134 | 26 | 14 | 125 | 52 |
| Binary | 11000111 | 110101 | 10000 | 0 | 1001001 | 1011100 | 10110 | 1100 | 1010101 | 101010 |
Color Harmonies of #C73510
Complementary color
Monochromatic Colors of #C73510
Black with #C73510
Text Example
Text Example
White with #C73510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73510; }
p { color: rgb(199,53,16); }
H1.HeaderClassName
{
color: #C73510;
}
.AnyTagClassName
{
color: #C73510;
}
</style>
background-color css
<style>
a { background-color: #C73510; }
a { background-color: rgb(199,53,16); }
div.DivClassName
{
background-color: #C73510;
}
.BgClassName
{
background-color: #C73510;
}
</style>
border-color css
<style>
span { border-color: #C73510; }
span { border-color: rgb(199,53,16); }
td.TdClassName
{
border-color: #C73510;
}
.TagClassName
{
border-color: #C73510;
}
</style>