Html Css Color HEX #C73607 Harley Davidson Orange
📋 copy color: '#C73607'red 199 ◦ green 54 ◦ blue 7
Shades of Harley Davidson Orange #C73607
Tints of Harley Davidson Orange #C73607
RGB
CMYK
RGB Variations
Color information
#C73607 (or 0xC73607) is known color: Harley Davidson Orange. HEX triplet: C7, 36 and 07. RGB value is (199,54,7). Sum of RGB (Red+Green+Blue) = 199+54+7=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C73607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73607 is #38C9F8. Grayscale: #5C5C5C. Windows color (decimal): -3721721 or 472775. OLE color: 472775.
HSL color Cylindrical-coordinate representation of color #C73607: hue angle of 14.69º 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 #C73607 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 7 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.22 |
| HSL | 14.69º | 0.93% | 0.4% | - |
| HSV(B) | 14.69º | 0.96% | 0.78% | - |
| XYZ | 24.91 | 14.8 | 1.74 | - |
| YUV | 92 | 80.04 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 7 | 0 | 0.73 | 0.96 | 0.22 | 14.69 | 0.93 | 0.4 |
| Hex | C7 | 36 | 7 | 0 | 49 | 60 | 16 | F | 5D | 28 |
| Octal | 307 | 66 | 7 | 0 | 111 | 140 | 26 | 17 | 135 | 50 |
| Binary | 11000111 | 110110 | 111 | 0 | 1001001 | 1100000 | 10110 | 1111 | 1011101 | 101000 |
Color Harmonies of #C73607
Complementary color
Monochromatic Colors of #C73607
Black with #C73607
Text Example
Text Example
White with #C73607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73607; }
p { color: rgb(199,54,7); }
H1.HeaderClassName
{
color: #C73607;
}
.AnyTagClassName
{
color: #C73607;
}
</style>
background-color css
<style>
a { background-color: #C73607; }
a { background-color: rgb(199,54,7); }
div.DivClassName
{
background-color: #C73607;
}
.BgClassName
{
background-color: #C73607;
}
</style>
border-color css
<style>
span { border-color: #C73607; }
span { border-color: rgb(199,54,7); }
td.TdClassName
{
border-color: #C73607;
}
.TagClassName
{
border-color: #C73607;
}
</style>