Html Css Color HEX #C73613 Harley Davidson Orange
📋 copy color: '#C73613'red 199 ◦ green 54 ◦ blue 19
Shades of Harley Davidson Orange #C73613
Tints of Harley Davidson Orange #C73613
RGB
CMYK
RGB Variations
Color information
#C73613 (or 0xC73613) is known color: Harley Davidson Orange. HEX triplet: C7, 36 and 13. RGB value is (199,54,19). Sum of RGB (Red+Green+Blue) = 199+54+19=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C73613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73613 is #38C9EC. Grayscale: #5D5D5D. Windows color (decimal): -3721709 or 1259207. OLE color: 1259207.
HSL color Cylindrical-coordinate representation of color #C73613: hue angle of 11.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C73613 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 19 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.22 |
| HSL | 11.67º | 0.83% | 0.43% | - |
| HSV(B) | 11.67º | 0.9% | 0.78% | - |
| XYZ | 24.99 | 14.83 | 2.16 | - |
| YUV | 93.37 | 86.04 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 19 | 0 | 0.73 | 0.90 | 0.22 | 11.67 | 0.83 | 0.43 |
| Hex | C7 | 36 | 13 | 0 | 49 | 5A | 16 | C | 53 | 2B |
| Octal | 307 | 66 | 23 | 0 | 111 | 132 | 26 | 14 | 123 | 53 |
| Binary | 11000111 | 110110 | 10011 | 0 | 1001001 | 1011010 | 10110 | 1100 | 1010011 | 101011 |
Color Harmonies of #C73613
Complementary color
Monochromatic Colors of #C73613
Black with #C73613
Text Example
Text Example
White with #C73613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73613; }
p { color: rgb(199,54,19); }
H1.HeaderClassName
{
color: #C73613;
}
.AnyTagClassName
{
color: #C73613;
}
</style>
background-color css
<style>
a { background-color: #C73613; }
a { background-color: rgb(199,54,19); }
div.DivClassName
{
background-color: #C73613;
}
.BgClassName
{
background-color: #C73613;
}
</style>
border-color css
<style>
span { border-color: #C73613; }
span { border-color: rgb(199,54,19); }
td.TdClassName
{
border-color: #C73613;
}
.TagClassName
{
border-color: #C73613;
}
</style>