Html Css Color HEX #C73E10 Harley Davidson Orange
📋 copy color: '#C73E10'red 199 ◦ green 62 ◦ blue 16
Shades of Harley Davidson Orange #C73E10
Tints of Harley Davidson Orange #C73E10
RGB
CMYK
RGB Variations
Color information
#C73E10 (or 0xC73E10) is known color: Harley Davidson Orange. HEX triplet: C7, 3E and 10. RGB value is (199,62,16). Sum of RGB (Red+Green+Blue) = 199+62+16=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73E10 is #38C1EF. Grayscale: #626262. Windows color (decimal): -3719664 or 1064647. OLE color: 1064647.
HSL color Cylindrical-coordinate representation of color #C73E10: hue angle of 15.08º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C73E10 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 62 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.22 |
| HSL | 15.08º | 0.85% | 0.42% | - |
| HSV(B) | 15.08º | 0.92% | 0.78% | - |
| XYZ | 25.37 | 15.62 | 2.17 | - |
| YUV | 97.72 | 81.89 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 16 | 0 | 0.69 | 0.92 | 0.22 | 15.08 | 0.85 | 0.42 |
| Hex | C7 | 3E | 10 | 0 | 45 | 5C | 16 | F | 55 | 2A |
| Octal | 307 | 76 | 20 | 0 | 105 | 134 | 26 | 17 | 125 | 52 |
| Binary | 11000111 | 111110 | 10000 | 0 | 1000101 | 1011100 | 10110 | 1111 | 1010101 | 101010 |
Color Harmonies of #C73E10
Complementary color
Monochromatic Colors of #C73E10
Black with #C73E10
Text Example
Text Example
White with #C73E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73E10; }
p { color: rgb(199,62,16); }
H1.HeaderClassName
{
color: #C73E10;
}
.AnyTagClassName
{
color: #C73E10;
}
</style>
background-color css
<style>
a { background-color: #C73E10; }
a { background-color: rgb(199,62,16); }
div.DivClassName
{
background-color: #C73E10;
}
.BgClassName
{
background-color: #C73E10;
}
</style>
border-color css
<style>
span { border-color: #C73E10; }
span { border-color: rgb(199,62,16); }
td.TdClassName
{
border-color: #C73E10;
}
.TagClassName
{
border-color: #C73E10;
}
</style>