Html Css Color HEX #C74119 Harley Davidson Orange
📋 copy color: '#C74119'red 199 ◦ green 65 ◦ blue 25
Shades of Harley Davidson Orange #C74119
Tints of Harley Davidson Orange #C74119
RGB
CMYK
RGB Variations
Color information
#C74119 (or 0xC74119) is known color: Harley Davidson Orange. HEX triplet: C7, 41 and 19. RGB value is (199,65,25). Sum of RGB (Red+Green+Blue) = 199+65+25=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C74119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74119 is #38BEE6. Grayscale: #646464. Windows color (decimal): -3718887 or 1655239. OLE color: 1655239.
HSL color Cylindrical-coordinate representation of color #C74119: hue angle of 13.79º 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 #C74119 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 25 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.22 |
| HSL | 13.79º | 0.78% | 0.44% | - |
| HSV(B) | 13.79º | 0.87% | 0.78% | - |
| XYZ | 25.62 | 15.99 | 2.66 | - |
| YUV | 100.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 25 | 0 | 0.67 | 0.87 | 0.22 | 13.79 | 0.78 | 0.44 |
| Hex | C7 | 41 | 19 | 0 | 43 | 57 | 16 | E | 4E | 2C |
| Octal | 307 | 101 | 31 | 0 | 103 | 127 | 26 | 16 | 116 | 54 |
| Binary | 11000111 | 1000001 | 11001 | 0 | 1000011 | 1010111 | 10110 | 1110 | 1001110 | 101100 |
Color Harmonies of #C74119
Complementary color
Monochromatic Colors of #C74119
Black with #C74119
Text Example
Text Example
White with #C74119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74119; }
p { color: rgb(199,65,25); }
H1.HeaderClassName
{
color: #C74119;
}
.AnyTagClassName
{
color: #C74119;
}
</style>
background-color css
<style>
a { background-color: #C74119; }
a { background-color: rgb(199,65,25); }
div.DivClassName
{
background-color: #C74119;
}
.BgClassName
{
background-color: #C74119;
}
</style>
border-color css
<style>
span { border-color: #C74119; }
span { border-color: rgb(199,65,25); }
td.TdClassName
{
border-color: #C74119;
}
.TagClassName
{
border-color: #C74119;
}
</style>