Html Css Color HEX #C73C1E Harley Davidson Orange
📋 copy color: '#C73C1E'red 199 ◦ green 60 ◦ blue 30
Shades of Harley Davidson Orange #C73C1E
Tints of Harley Davidson Orange #C73C1E
RGB
CMYK
RGB Variations
Color information
#C73C1E (or 0xC73C1E) is known color: Harley Davidson Orange. HEX triplet: C7, 3C and 1E. RGB value is (199,60,30). Sum of RGB (Red+Green+Blue) = 199+60+30=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C1E is #38C3E1. Grayscale: #626262. Windows color (decimal): -3720162 or 1981639. OLE color: 1981639.
HSL color Cylindrical-coordinate representation of color #C73C1E: hue angle of 10.65º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C73C1E is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 30 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.22 |
| HSL | 10.65º | 0.74% | 0.45% | - |
| HSV(B) | 10.65º | 0.85% | 0.78% | - |
| XYZ | 25.4 | 15.47 | 2.87 | - |
| YUV | 98.14 | 89.55 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 30 | 0 | 0.70 | 0.85 | 0.22 | 10.65 | 0.74 | 0.45 |
| Hex | C7 | 3C | 1E | 0 | 46 | 55 | 16 | B | 4A | 2D |
| Octal | 307 | 74 | 36 | 0 | 106 | 125 | 26 | 13 | 112 | 55 |
| Binary | 11000111 | 111100 | 11110 | 0 | 1000110 | 1010101 | 10110 | 1011 | 1001010 | 101101 |
Color Harmonies of #C73C1E
Complementary color
Monochromatic Colors of #C73C1E
Black with #C73C1E
Text Example
Text Example
White with #C73C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73C1E; }
p { color: rgb(199,60,30); }
H1.HeaderClassName
{
color: #C73C1E;
}
.AnyTagClassName
{
color: #C73C1E;
}
</style>
background-color css
<style>
a { background-color: #C73C1E; }
a { background-color: rgb(199,60,30); }
div.DivClassName
{
background-color: #C73C1E;
}
.BgClassName
{
background-color: #C73C1E;
}
</style>
border-color css
<style>
span { border-color: #C73C1E; }
span { border-color: rgb(199,60,30); }
td.TdClassName
{
border-color: #C73C1E;
}
.TagClassName
{
border-color: #C73C1E;
}
</style>