Html Css Color HEX #C73A00 Harley Davidson Orange
📋 copy color: '#C73A00'red 199 ◦ green 58 ◦ blue 0
Shades of Harley Davidson Orange #C73A00
Tints of Harley Davidson Orange #C73A00
RGB
CMYK
RGB Variations
Color information
#C73A00 (or 0xC73A00) is known color: Harley Davidson Orange. HEX triplet: C7, 3A and 00. RGB value is (199,58,0). Sum of RGB (Red+Green+Blue) = 199+58+0=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73A00 is #38C5FF. Grayscale: #5D5D5D. Windows color (decimal): -3720704 or 15047. OLE color: 15047.
HSL color Cylindrical-coordinate representation of color #C73A00: hue angle of 17.49º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C73A00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.22 |
| HSL | 17.49º | 1% | 0.39% | - |
| HSV(B) | 17.49º | 1% | 0.78% | - |
| XYZ | 25.07 | 15.17 | 1.61 | - |
| YUV | 93.55 | 75.21 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 0 | 0 | 0.71 | 1 | 0.22 | 17.49 | 1 | 0.39 |
| Hex | C7 | 3A | 0 | 0 | 47 | 64 | 16 | 11 | 64 | 27 |
| Octal | 307 | 72 | 0 | 0 | 107 | 144 | 26 | 21 | 144 | 47 |
| Binary | 11000111 | 111010 | 0 | 0 | 1000111 | 1100100 | 10110 | 10001 | 1100100 | 100111 |
Color Harmonies of #C73A00
Complementary color
Monochromatic Colors of #C73A00
Black with #C73A00
Text Example
Text Example
White with #C73A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A00; }
p { color: rgb(199,58,0); }
H1.HeaderClassName
{
color: #C73A00;
}
.AnyTagClassName
{
color: #C73A00;
}
</style>
background-color css
<style>
a { background-color: #C73A00; }
a { background-color: rgb(199,58,0); }
div.DivClassName
{
background-color: #C73A00;
}
.BgClassName
{
background-color: #C73A00;
}
</style>
border-color css
<style>
span { border-color: #C73A00; }
span { border-color: rgb(199,58,0); }
td.TdClassName
{
border-color: #C73A00;
}
.TagClassName
{
border-color: #C73A00;
}
</style>