Html Css Color HEX #C43115 Harley Davidson Orange
📋 copy color: '#C43115'red 196 ◦ green 49 ◦ blue 21
Shades of Harley Davidson Orange #C43115
Tints of Harley Davidson Orange #C43115
RGB
CMYK
RGB Variations
Color information
#C43115 (or 0xC43115) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 15. RGB value is (196,49,21). Sum of RGB (Red+Green+Blue) = 196+49+21=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C43115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43115 is #3BCEEA. Grayscale: #5A5A5A. Windows color (decimal): -3919595 or 1388996. OLE color: 1388996.
HSL color Cylindrical-coordinate representation of color #C43115: hue angle of 9.6º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C43115 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 21 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.23 |
| HSL | 9.6º | 0.81% | 0.43% | - |
| HSV(B) | 9.6º | 0.89% | 0.77% | - |
| XYZ | 24 | 13.99 | 2.14 | - |
| YUV | 89.76 | 89.2 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 21 | 0 | 0.75 | 0.89 | 0.23 | 9.6 | 0.81 | 0.43 |
| Hex | C4 | 31 | 15 | 0 | 4B | 59 | 17 | A | 51 | 2B |
| Octal | 304 | 61 | 25 | 0 | 113 | 131 | 27 | 12 | 121 | 53 |
| Binary | 11000100 | 110001 | 10101 | 0 | 1001011 | 1011001 | 10111 | 1010 | 1010001 | 101011 |
Color Harmonies of #C43115
Complementary color
Monochromatic Colors of #C43115
Black with #C43115
Text Example
Text Example
White with #C43115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43115; }
p { color: rgb(196,49,21); }
H1.HeaderClassName
{
color: #C43115;
}
.AnyTagClassName
{
color: #C43115;
}
</style>
background-color css
<style>
a { background-color: #C43115; }
a { background-color: rgb(196,49,21); }
div.DivClassName
{
background-color: #C43115;
}
.BgClassName
{
background-color: #C43115;
}
</style>
border-color css
<style>
span { border-color: #C43115; }
span { border-color: rgb(196,49,21); }
td.TdClassName
{
border-color: #C43115;
}
.TagClassName
{
border-color: #C43115;
}
</style>