Html Css Color HEX #C73A03 Harley Davidson Orange
📋 copy color: '#C73A03'red 199 ◦ green 58 ◦ blue 3
Shades of Harley Davidson Orange #C73A03
Tints of Harley Davidson Orange #C73A03
RGB
CMYK
RGB Variations
Color information
#C73A03 (or 0xC73A03) is known color: Harley Davidson Orange. HEX triplet: C7, 3A and 03. RGB value is (199,58,3). Sum of RGB (Red+Green+Blue) = 199+58+3=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73A03 is #38C5FC. Grayscale: #5E5E5E. Windows color (decimal): -3720701 or 211655. OLE color: 211655.
HSL color Cylindrical-coordinate representation of color #C73A03: hue angle of 16.84º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C73A03 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.22 |
| HSL | 16.84º | 0.97% | 0.4% | - |
| HSV(B) | 16.84º | 0.98% | 0.78% | - |
| XYZ | 25.08 | 15.17 | 1.69 | - |
| YUV | 93.89 | 76.71 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 3 | 0 | 0.71 | 0.98 | 0.22 | 16.84 | 0.97 | 0.4 |
| Hex | C7 | 3A | 3 | 0 | 47 | 62 | 16 | 11 | 61 | 28 |
| Octal | 307 | 72 | 3 | 0 | 107 | 142 | 26 | 21 | 141 | 50 |
| Binary | 11000111 | 111010 | 11 | 0 | 1000111 | 1100010 | 10110 | 10001 | 1100001 | 101000 |
Color Harmonies of #C73A03
Complementary color
Monochromatic Colors of #C73A03
Black with #C73A03
Text Example
Text Example
White with #C73A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A03; }
p { color: rgb(199,58,3); }
H1.HeaderClassName
{
color: #C73A03;
}
.AnyTagClassName
{
color: #C73A03;
}
</style>
background-color css
<style>
a { background-color: #C73A03; }
a { background-color: rgb(199,58,3); }
div.DivClassName
{
background-color: #C73A03;
}
.BgClassName
{
background-color: #C73A03;
}
</style>
border-color css
<style>
span { border-color: #C73A03; }
span { border-color: rgb(199,58,3); }
td.TdClassName
{
border-color: #C73A03;
}
.TagClassName
{
border-color: #C73A03;
}
</style>