Html Css Color HEX #C44014 Harley Davidson Orange
📋 copy color: '#C44014'red 196 ◦ green 64 ◦ blue 20
Shades of Harley Davidson Orange #C44014
Tints of Harley Davidson Orange #C44014
RGB
CMYK
RGB Variations
Color information
#C44014 (or 0xC44014) is known color: Harley Davidson Orange. HEX triplet: C4, 40 and 14. RGB value is (196,64,20). Sum of RGB (Red+Green+Blue) = 196+64+20=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C44014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44014 is #3BBFEB. Grayscale: #626262. Windows color (decimal): -3915756 or 1327300. OLE color: 1327300.
HSL color Cylindrical-coordinate representation of color #C44014: hue angle of 15º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C44014 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 20 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.23 |
| HSL | 15º | 0.81% | 0.42% | - |
| HSV(B) | 15º | 0.9% | 0.77% | - |
| XYZ | 24.72 | 15.45 | 2.34 | - |
| YUV | 98.45 | 83.73 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 20 | 0 | 0.67 | 0.90 | 0.23 | 15 | 0.81 | 0.42 |
| Hex | C4 | 40 | 14 | 0 | 43 | 5A | 17 | F | 51 | 2A |
| Octal | 304 | 100 | 24 | 0 | 103 | 132 | 27 | 17 | 121 | 52 |
| Binary | 11000100 | 1000000 | 10100 | 0 | 1000011 | 1011010 | 10111 | 1111 | 1010001 | 101010 |
Color Harmonies of #C44014
Complementary color
Monochromatic Colors of #C44014
Black with #C44014
Text Example
Text Example
White with #C44014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44014; }
p { color: rgb(196,64,20); }
H1.HeaderClassName
{
color: #C44014;
}
.AnyTagClassName
{
color: #C44014;
}
</style>
background-color css
<style>
a { background-color: #C44014; }
a { background-color: rgb(196,64,20); }
div.DivClassName
{
background-color: #C44014;
}
.BgClassName
{
background-color: #C44014;
}
</style>
border-color css
<style>
span { border-color: #C44014; }
span { border-color: rgb(196,64,20); }
td.TdClassName
{
border-color: #C44014;
}
.TagClassName
{
border-color: #C44014;
}
</style>