Html Css Color HEX #C43114 Harley Davidson Orange
📋 copy color: '#C43114'red 196 ◦ green 49 ◦ blue 20
Shades of Harley Davidson Orange #C43114
Tints of Harley Davidson Orange #C43114
RGB
CMYK
RGB Variations
Color information
#C43114 (or 0xC43114) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 14. RGB value is (196,49,20). Sum of RGB (Red+Green+Blue) = 196+49+20=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C43114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43114 is #3BCEEB. Grayscale: #595959. Windows color (decimal): -3919596 or 1323460. OLE color: 1323460.
HSL color Cylindrical-coordinate representation of color #C43114: hue angle of 9.89º 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 #C43114 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 20 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.23 |
| HSL | 9.89º | 0.81% | 0.42% | - |
| HSV(B) | 9.89º | 0.9% | 0.77% | - |
| XYZ | 23.99 | 13.98 | 2.1 | - |
| YUV | 89.65 | 88.7 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 20 | 0 | 0.75 | 0.90 | 0.23 | 9.89 | 0.81 | 0.42 |
| Hex | C4 | 31 | 14 | 0 | 4B | 5A | 17 | A | 51 | 2A |
| Octal | 304 | 61 | 24 | 0 | 113 | 132 | 27 | 12 | 121 | 52 |
| Binary | 11000100 | 110001 | 10100 | 0 | 1001011 | 1011010 | 10111 | 1010 | 1010001 | 101010 |
Color Harmonies of #C43114
Complementary color
Monochromatic Colors of #C43114
Black with #C43114
Text Example
Text Example
White with #C43114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43114; }
p { color: rgb(196,49,20); }
H1.HeaderClassName
{
color: #C43114;
}
.AnyTagClassName
{
color: #C43114;
}
</style>
background-color css
<style>
a { background-color: #C43114; }
a { background-color: rgb(196,49,20); }
div.DivClassName
{
background-color: #C43114;
}
.BgClassName
{
background-color: #C43114;
}
</style>
border-color css
<style>
span { border-color: #C43114; }
span { border-color: rgb(196,49,20); }
td.TdClassName
{
border-color: #C43114;
}
.TagClassName
{
border-color: #C43114;
}
</style>