Html Css Color HEX #C73502 Harley Davidson Orange
📋 copy color: '#C73502'red 199 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #C73502
Tints of Harley Davidson Orange #C73502
RGB
CMYK
RGB Variations
Color information
#C73502 (or 0xC73502) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 02. RGB value is (199,53,2). Sum of RGB (Red+Green+Blue) = 199+53+2=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C73502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73502 is #38CAFD. Grayscale: #5B5B5B. Windows color (decimal): -3721982 or 144839. OLE color: 144839.
HSL color Cylindrical-coordinate representation of color #C73502: hue angle of 15.53º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C73502 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.22 |
| HSL | 15.53º | 0.98% | 0.39% | - |
| HSV(B) | 15.53º | 0.99% | 0.78% | - |
| XYZ | 24.84 | 14.69 | 1.58 | - |
| YUV | 90.84 | 77.87 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 2 | 0 | 0.73 | 0.99 | 0.22 | 15.53 | 0.98 | 0.39 |
| Hex | C7 | 35 | 2 | 0 | 49 | 63 | 16 | 10 | 62 | 27 |
| Octal | 307 | 65 | 2 | 0 | 111 | 143 | 26 | 20 | 142 | 47 |
| Binary | 11000111 | 110101 | 10 | 0 | 1001001 | 1100011 | 10110 | 10000 | 1100010 | 100111 |
Color Harmonies of #C73502
Complementary color
Monochromatic Colors of #C73502
Black with #C73502
Text Example
Text Example
White with #C73502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73502; }
p { color: rgb(199,53,2); }
H1.HeaderClassName
{
color: #C73502;
}
.AnyTagClassName
{
color: #C73502;
}
</style>
background-color css
<style>
a { background-color: #C73502; }
a { background-color: rgb(199,53,2); }
div.DivClassName
{
background-color: #C73502;
}
.BgClassName
{
background-color: #C73502;
}
</style>
border-color css
<style>
span { border-color: #C73502; }
span { border-color: rgb(199,53,2); }
td.TdClassName
{
border-color: #C73502;
}
.TagClassName
{
border-color: #C73502;
}
</style>