Html Css Color HEX #C73A06 Harley Davidson Orange
📋 copy color: '#C73A06'red 199 ◦ green 58 ◦ blue 6
Shades of Harley Davidson Orange #C73A06
Tints of Harley Davidson Orange #C73A06
RGB
CMYK
RGB Variations
Color information
#C73A06 (or 0xC73A06) is known color: Harley Davidson Orange. HEX triplet: C7, 3A and 06. RGB value is (199,58,6). Sum of RGB (Red+Green+Blue) = 199+58+6=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73A06 is #38C5F9. Grayscale: #5E5E5E. Windows color (decimal): -3720698 or 408263. OLE color: 408263.
HSL color Cylindrical-coordinate representation of color #C73A06: hue angle of 16.17º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C73A06 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.22 |
| HSL | 16.17º | 0.94% | 0.4% | - |
| HSV(B) | 16.17º | 0.97% | 0.78% | - |
| XYZ | 25.1 | 15.18 | 1.78 | - |
| YUV | 94.23 | 78.21 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 6 | 0 | 0.71 | 0.97 | 0.22 | 16.17 | 0.94 | 0.4 |
| Hex | C7 | 3A | 6 | 0 | 47 | 61 | 16 | 10 | 5E | 28 |
| Octal | 307 | 72 | 6 | 0 | 107 | 141 | 26 | 20 | 136 | 50 |
| Binary | 11000111 | 111010 | 110 | 0 | 1000111 | 1100001 | 10110 | 10000 | 1011110 | 101000 |
Color Harmonies of #C73A06
Complementary color
Monochromatic Colors of #C73A06
Black with #C73A06
Text Example
Text Example
White with #C73A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A06; }
p { color: rgb(199,58,6); }
H1.HeaderClassName
{
color: #C73A06;
}
.AnyTagClassName
{
color: #C73A06;
}
</style>
background-color css
<style>
a { background-color: #C73A06; }
a { background-color: rgb(199,58,6); }
div.DivClassName
{
background-color: #C73A06;
}
.BgClassName
{
background-color: #C73A06;
}
</style>
border-color css
<style>
span { border-color: #C73A06; }
span { border-color: rgb(199,58,6); }
td.TdClassName
{
border-color: #C73A06;
}
.TagClassName
{
border-color: #C73A06;
}
</style>