Html Css Color HEX #C73007 Harley Davidson Orange
📋 copy color: '#C73007'red 199 ◦ green 48 ◦ blue 7
Shades of Harley Davidson Orange #C73007
Tints of Harley Davidson Orange #C73007
RGB
CMYK
RGB Variations
Color information
#C73007 (or 0xC73007) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 07. RGB value is (199,48,7). Sum of RGB (Red+Green+Blue) = 199+48+7=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C73007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73007 is #38CFF8. Grayscale: #585858. Windows color (decimal): -3723257 or 471239. OLE color: 471239.
HSL color Cylindrical-coordinate representation of color #C73007: hue angle of 12.81º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C73007 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 7 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.22 |
| HSL | 12.81º | 0.93% | 0.4% | - |
| HSV(B) | 12.81º | 0.96% | 0.78% | - |
| XYZ | 24.65 | 14.27 | 1.66 | - |
| YUV | 88.48 | 82.03 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 7 | 0 | 0.76 | 0.96 | 0.22 | 12.81 | 0.93 | 0.4 |
| Hex | C7 | 30 | 7 | 0 | 4C | 60 | 16 | D | 5D | 28 |
| Octal | 307 | 60 | 7 | 0 | 114 | 140 | 26 | 15 | 135 | 50 |
| Binary | 11000111 | 110000 | 111 | 0 | 1001100 | 1100000 | 10110 | 1101 | 1011101 | 101000 |
Color Harmonies of #C73007
Complementary color
Monochromatic Colors of #C73007
Black with #C73007
Text Example
Text Example
White with #C73007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73007; }
p { color: rgb(199,48,7); }
H1.HeaderClassName
{
color: #C73007;
}
.AnyTagClassName
{
color: #C73007;
}
</style>
background-color css
<style>
a { background-color: #C73007; }
a { background-color: rgb(199,48,7); }
div.DivClassName
{
background-color: #C73007;
}
.BgClassName
{
background-color: #C73007;
}
</style>
border-color css
<style>
span { border-color: #C73007; }
span { border-color: rgb(199,48,7); }
td.TdClassName
{
border-color: #C73007;
}
.TagClassName
{
border-color: #C73007;
}
</style>