Html Css Color HEX #C43014 Harley Davidson Orange
📋 copy color: '#C43014'red 196 ◦ green 48 ◦ blue 20
Shades of Harley Davidson Orange #C43014
Tints of Harley Davidson Orange #C43014
RGB
CMYK
RGB Variations
Color information
#C43014 (or 0xC43014) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 14. RGB value is (196,48,20). Sum of RGB (Red+Green+Blue) = 196+48+20=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C43014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43014 is #3BCFEB. Grayscale: #595959. Windows color (decimal): -3919852 or 1323204. OLE color: 1323204.
HSL color Cylindrical-coordinate representation of color #C43014: hue angle of 9.55º 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 #C43014 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 20 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.23 |
| HSL | 9.55º | 0.81% | 0.42% | - |
| HSV(B) | 9.55º | 0.9% | 0.77% | - |
| XYZ | 23.95 | 13.9 | 2.08 | - |
| YUV | 89.06 | 89.03 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 20 | 0 | 0.76 | 0.90 | 0.23 | 9.55 | 0.81 | 0.42 |
| Hex | C4 | 30 | 14 | 0 | 4C | 5A | 17 | A | 51 | 2A |
| Octal | 304 | 60 | 24 | 0 | 114 | 132 | 27 | 12 | 121 | 52 |
| Binary | 11000100 | 110000 | 10100 | 0 | 1001100 | 1011010 | 10111 | 1010 | 1010001 | 101010 |
Color Harmonies of #C43014
Complementary color
Monochromatic Colors of #C43014
Black with #C43014
Text Example
Text Example
White with #C43014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43014; }
p { color: rgb(196,48,20); }
H1.HeaderClassName
{
color: #C43014;
}
.AnyTagClassName
{
color: #C43014;
}
</style>
background-color css
<style>
a { background-color: #C43014; }
a { background-color: rgb(196,48,20); }
div.DivClassName
{
background-color: #C43014;
}
.BgClassName
{
background-color: #C43014;
}
</style>
border-color css
<style>
span { border-color: #C43014; }
span { border-color: rgb(196,48,20); }
td.TdClassName
{
border-color: #C43014;
}
.TagClassName
{
border-color: #C43014;
}
</style>