Html Css Color HEX #C73107 Harley Davidson Orange
📋 copy color: '#C73107'red 199 ◦ green 49 ◦ blue 7
Shades of Harley Davidson Orange #C73107
Tints of Harley Davidson Orange #C73107
RGB
CMYK
RGB Variations
Color information
#C73107 (or 0xC73107) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 07. RGB value is (199,49,7). Sum of RGB (Red+Green+Blue) = 199+49+7=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C73107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73107 is #38CEF8. Grayscale: #595959. Windows color (decimal): -3723001 or 471495. OLE color: 471495.
HSL color Cylindrical-coordinate representation of color #C73107: hue angle of 13.12º 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 #C73107 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 7 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.22 |
| HSL | 13.13º | 0.93% | 0.4% | - |
| HSV(B) | 13.13º | 0.96% | 0.78% | - |
| XYZ | 24.69 | 14.35 | 1.67 | - |
| YUV | 89.06 | 81.7 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 7 | 0 | 0.75 | 0.96 | 0.22 | 13.13 | 0.93 | 0.4 |
| Hex | C7 | 31 | 7 | 0 | 4B | 60 | 16 | D | 5D | 28 |
| Octal | 307 | 61 | 7 | 0 | 113 | 140 | 26 | 15 | 135 | 50 |
| Binary | 11000111 | 110001 | 111 | 0 | 1001011 | 1100000 | 10110 | 1101 | 1011101 | 101000 |
Color Harmonies of #C73107
Complementary color
Monochromatic Colors of #C73107
Black with #C73107
Text Example
Text Example
White with #C73107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73107; }
p { color: rgb(199,49,7); }
H1.HeaderClassName
{
color: #C73107;
}
.AnyTagClassName
{
color: #C73107;
}
</style>
background-color css
<style>
a { background-color: #C73107; }
a { background-color: rgb(199,49,7); }
div.DivClassName
{
background-color: #C73107;
}
.BgClassName
{
background-color: #C73107;
}
</style>
border-color css
<style>
span { border-color: #C73107; }
span { border-color: rgb(199,49,7); }
td.TdClassName
{
border-color: #C73107;
}
.TagClassName
{
border-color: #C73107;
}
</style>