Html Css Color HEX #C73000 Harley Davidson Orange
📋 copy color: '#C73000'red 199 ◦ green 48 ◦ blue 0
Shades of Harley Davidson Orange #C73000
Tints of Harley Davidson Orange #C73000
RGB
CMYK
RGB Variations
Color information
#C73000 (or 0xC73000) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 00. RGB value is (199,48,0). Sum of RGB (Red+Green+Blue) = 199+48+0=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C73000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73000 is #38CFFF. Grayscale: #585858. Windows color (decimal): -3723264 or 12487. OLE color: 12487.
HSL color Cylindrical-coordinate representation of color #C73000: hue angle of 14.47º 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 #C73000 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.22 |
| HSL | 14.47º | 1% | 0.39% | - |
| HSV(B) | 14.47º | 1% | 0.78% | - |
| XYZ | 24.61 | 14.26 | 1.45 | - |
| YUV | 87.68 | 78.53 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 0 | 0 | 0.76 | 1 | 0.22 | 14.47 | 1 | 0.39 |
| Hex | C7 | 30 | 0 | 0 | 4C | 64 | 16 | E | 64 | 27 |
| Octal | 307 | 60 | 0 | 0 | 114 | 144 | 26 | 16 | 144 | 47 |
| Binary | 11000111 | 110000 | 0 | 0 | 1001100 | 1100100 | 10110 | 1110 | 1100100 | 100111 |
Color Harmonies of #C73000
Complementary color
Monochromatic Colors of #C73000
Black with #C73000
Text Example
Text Example
White with #C73000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73000; }
p { color: rgb(199,48,0); }
H1.HeaderClassName
{
color: #C73000;
}
.AnyTagClassName
{
color: #C73000;
}
</style>
background-color css
<style>
a { background-color: #C73000; }
a { background-color: rgb(199,48,0); }
div.DivClassName
{
background-color: #C73000;
}
.BgClassName
{
background-color: #C73000;
}
</style>
border-color css
<style>
span { border-color: #C73000; }
span { border-color: rgb(199,48,0); }
td.TdClassName
{
border-color: #C73000;
}
.TagClassName
{
border-color: #C73000;
}
</style>