Html Css Color HEX #C73901 Harley Davidson Orange
📋 copy color: '#C73901'red 199 ◦ green 57 ◦ blue 1
Shades of Harley Davidson Orange #C73901
Tints of Harley Davidson Orange #C73901
RGB
CMYK
RGB Variations
Color information
#C73901 (or 0xC73901) is known color: Harley Davidson Orange. HEX triplet: C7, 39 and 01. RGB value is (199,57,1). Sum of RGB (Red+Green+Blue) = 199+57+1=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C73901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73901 is #38C6FE. Grayscale: #5D5D5D. Windows color (decimal): -3720959 or 80327. OLE color: 80327.
HSL color Cylindrical-coordinate representation of color #C73901: hue angle of 16.97º degrees, saturation: 0.99, 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 #C73901 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.22 |
| HSL | 16.97º | 0.99% | 0.39% | - |
| HSV(B) | 16.97º | 0.99% | 0.78% | - |
| XYZ | 25.02 | 15.07 | 1.62 | - |
| YUV | 93.07 | 76.04 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 1 | 0 | 0.71 | 0.99 | 0.22 | 16.97 | 0.99 | 0.39 |
| Hex | C7 | 39 | 1 | 0 | 47 | 63 | 16 | 11 | 63 | 27 |
| Octal | 307 | 71 | 1 | 0 | 107 | 143 | 26 | 21 | 143 | 47 |
| Binary | 11000111 | 111001 | 1 | 0 | 1000111 | 1100011 | 10110 | 10001 | 1100011 | 100111 |
Color Harmonies of #C73901
Complementary color
Monochromatic Colors of #C73901
Black with #C73901
Text Example
Text Example
White with #C73901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73901; }
p { color: rgb(199,57,1); }
H1.HeaderClassName
{
color: #C73901;
}
.AnyTagClassName
{
color: #C73901;
}
</style>
background-color css
<style>
a { background-color: #C73901; }
a { background-color: rgb(199,57,1); }
div.DivClassName
{
background-color: #C73901;
}
.BgClassName
{
background-color: #C73901;
}
</style>
border-color css
<style>
span { border-color: #C73901; }
span { border-color: rgb(199,57,1); }
td.TdClassName
{
border-color: #C73901;
}
.TagClassName
{
border-color: #C73901;
}
</style>