Html Css Color HEX #C74619 Harley Davidson Orange
📋 copy color: '#C74619'red 199 ◦ green 70 ◦ blue 25
Shades of Harley Davidson Orange #C74619
Tints of Harley Davidson Orange #C74619
RGB
CMYK
RGB Variations
Color information
#C74619 (or 0xC74619) is known color: Harley Davidson Orange. HEX triplet: C7, 46 and 19. RGB value is (199,70,25). Sum of RGB (Red+Green+Blue) = 199+70+25=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C74619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74619 is #38B9E6. Grayscale: #676767. Windows color (decimal): -3717607 or 1656519. OLE color: 1656519.
HSL color Cylindrical-coordinate representation of color #C74619: hue angle of 15.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C74619 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 25 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.22 |
| HSL | 15.52º | 0.78% | 0.44% | - |
| HSV(B) | 15.52º | 0.87% | 0.78% | - |
| XYZ | 25.92 | 16.59 | 2.76 | - |
| YUV | 103.44 | 83.74 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 25 | 0 | 0.65 | 0.87 | 0.22 | 15.52 | 0.78 | 0.44 |
| Hex | C7 | 46 | 19 | 0 | 41 | 57 | 16 | 10 | 4E | 2C |
| Octal | 307 | 106 | 31 | 0 | 101 | 127 | 26 | 20 | 116 | 54 |
| Binary | 11000111 | 1000110 | 11001 | 0 | 1000001 | 1010111 | 10110 | 10000 | 1001110 | 101100 |
Color Harmonies of #C74619
Complementary color
Monochromatic Colors of #C74619
Black with #C74619
Text Example
Text Example
White with #C74619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74619; }
p { color: rgb(199,70,25); }
H1.HeaderClassName
{
color: #C74619;
}
.AnyTagClassName
{
color: #C74619;
}
</style>
background-color css
<style>
a { background-color: #C74619; }
a { background-color: rgb(199,70,25); }
div.DivClassName
{
background-color: #C74619;
}
.BgClassName
{
background-color: #C74619;
}
</style>
border-color css
<style>
span { border-color: #C74619; }
span { border-color: rgb(199,70,25); }
td.TdClassName
{
border-color: #C74619;
}
.TagClassName
{
border-color: #C74619;
}
</style>