Html Css Color HEX #C74416 Harley Davidson Orange
📋 copy color: '#C74416'red 199 ◦ green 68 ◦ blue 22
Shades of Harley Davidson Orange #C74416
Tints of Harley Davidson Orange #C74416
RGB
CMYK
RGB Variations
Color information
#C74416 (or 0xC74416) is known color: Harley Davidson Orange. HEX triplet: C7, 44 and 16. RGB value is (199,68,22). Sum of RGB (Red+Green+Blue) = 199+68+22=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C74416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74416 is #38BBE9. Grayscale: #666666. Windows color (decimal): -3718122 or 1459399. OLE color: 1459399.
HSL color Cylindrical-coordinate representation of color #C74416: hue angle of 15.59º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C74416 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 22 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.22 |
| HSL | 15.59º | 0.8% | 0.43% | - |
| HSV(B) | 15.59º | 0.89% | 0.78% | - |
| XYZ | 25.77 | 16.33 | 2.55 | - |
| YUV | 101.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 22 | 0 | 0.66 | 0.89 | 0.22 | 15.59 | 0.8 | 0.43 |
| Hex | C7 | 44 | 16 | 0 | 42 | 59 | 16 | 10 | 50 | 2B |
| Octal | 307 | 104 | 26 | 0 | 102 | 131 | 26 | 20 | 120 | 53 |
| Binary | 11000111 | 1000100 | 10110 | 0 | 1000010 | 1011001 | 10110 | 10000 | 1010000 | 101011 |
Color Harmonies of #C74416
Complementary color
Monochromatic Colors of #C74416
Black with #C74416
Text Example
Text Example
White with #C74416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74416; }
p { color: rgb(199,68,22); }
H1.HeaderClassName
{
color: #C74416;
}
.AnyTagClassName
{
color: #C74416;
}
</style>
background-color css
<style>
a { background-color: #C74416; }
a { background-color: rgb(199,68,22); }
div.DivClassName
{
background-color: #C74416;
}
.BgClassName
{
background-color: #C74416;
}
</style>
border-color css
<style>
span { border-color: #C74416; }
span { border-color: rgb(199,68,22); }
td.TdClassName
{
border-color: #C74416;
}
.TagClassName
{
border-color: #C74416;
}
</style>