Html Css Color HEX #C74014 Harley Davidson Orange
📋 copy color: '#C74014'red 199 ◦ green 64 ◦ blue 20
Shades of Harley Davidson Orange #C74014
Tints of Harley Davidson Orange #C74014
RGB
CMYK
RGB Variations
Color information
#C74014 (or 0xC74014) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 14. RGB value is (199,64,20). Sum of RGB (Red+Green+Blue) = 199+64+20=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C74014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74014 is #38BFEB. Grayscale: #636363. Windows color (decimal): -3719148 or 1327303. OLE color: 1327303.
HSL color Cylindrical-coordinate representation of color #C74014: hue angle of 14.75º degrees, saturation: 0.82, 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 #C74014 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 20 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.22 |
| HSL | 14.75º | 0.82% | 0.43% | - |
| HSV(B) | 14.75º | 0.9% | 0.78% | - |
| XYZ | 25.51 | 15.86 | 2.38 | - |
| YUV | 99.35 | 83.23 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 20 | 0 | 0.68 | 0.90 | 0.22 | 14.75 | 0.82 | 0.43 |
| Hex | C7 | 40 | 14 | 0 | 44 | 5A | 16 | F | 52 | 2B |
| Octal | 307 | 100 | 24 | 0 | 104 | 132 | 26 | 17 | 122 | 53 |
| Binary | 11000111 | 1000000 | 10100 | 0 | 1000100 | 1011010 | 10110 | 1111 | 1010010 | 101011 |
Color Harmonies of #C74014
Complementary color
Monochromatic Colors of #C74014
Black with #C74014
Text Example
Text Example
White with #C74014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74014; }
p { color: rgb(199,64,20); }
H1.HeaderClassName
{
color: #C74014;
}
.AnyTagClassName
{
color: #C74014;
}
</style>
background-color css
<style>
a { background-color: #C74014; }
a { background-color: rgb(199,64,20); }
div.DivClassName
{
background-color: #C74014;
}
.BgClassName
{
background-color: #C74014;
}
</style>
border-color css
<style>
span { border-color: #C74014; }
span { border-color: rgb(199,64,20); }
td.TdClassName
{
border-color: #C74014;
}
.TagClassName
{
border-color: #C74014;
}
</style>