Html Css Color HEX #C73507 Harley Davidson Orange
📋 copy color: '#C73507'red 199 ◦ green 53 ◦ blue 7
Shades of Harley Davidson Orange #C73507
Tints of Harley Davidson Orange #C73507
RGB
CMYK
RGB Variations
Color information
#C73507 (or 0xC73507) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 07. RGB value is (199,53,7). Sum of RGB (Red+Green+Blue) = 199+53+7=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C73507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73507 is #38CAF8. Grayscale: #5B5B5B. Windows color (decimal): -3721977 or 472519. OLE color: 472519.
HSL color Cylindrical-coordinate representation of color #C73507: hue angle of 14.38º 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 #C73507 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 7 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.22 |
| HSL | 14.38º | 0.93% | 0.4% | - |
| HSV(B) | 14.38º | 0.96% | 0.78% | - |
| XYZ | 24.86 | 14.7 | 1.73 | - |
| YUV | 91.41 | 80.37 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 7 | 0 | 0.73 | 0.96 | 0.22 | 14.38 | 0.93 | 0.4 |
| Hex | C7 | 35 | 7 | 0 | 49 | 60 | 16 | E | 5D | 28 |
| Octal | 307 | 65 | 7 | 0 | 111 | 140 | 26 | 16 | 135 | 50 |
| Binary | 11000111 | 110101 | 111 | 0 | 1001001 | 1100000 | 10110 | 1110 | 1011101 | 101000 |
Color Harmonies of #C73507
Complementary color
Monochromatic Colors of #C73507
Black with #C73507
Text Example
Text Example
White with #C73507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73507; }
p { color: rgb(199,53,7); }
H1.HeaderClassName
{
color: #C73507;
}
.AnyTagClassName
{
color: #C73507;
}
</style>
background-color css
<style>
a { background-color: #C73507; }
a { background-color: rgb(199,53,7); }
div.DivClassName
{
background-color: #C73507;
}
.BgClassName
{
background-color: #C73507;
}
</style>
border-color css
<style>
span { border-color: #C73507; }
span { border-color: rgb(199,53,7); }
td.TdClassName
{
border-color: #C73507;
}
.TagClassName
{
border-color: #C73507;
}
</style>