Html Css Color HEX #C43915 Harley Davidson Orange
📋 copy color: '#C43915'red 196 ◦ green 57 ◦ blue 21
Shades of Harley Davidson Orange #C43915
Tints of Harley Davidson Orange #C43915
RGB
CMYK
RGB Variations
Color information
#C43915 (or 0xC43915) is known color: Harley Davidson Orange. HEX triplet: C4, 39 and 15. RGB value is (196,57,21). Sum of RGB (Red+Green+Blue) = 196+57+21=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C43915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43915 is #3BC6EA. Grayscale: #5E5E5E. Windows color (decimal): -3917547 or 1391044. OLE color: 1391044.
HSL color Cylindrical-coordinate representation of color #C43915: hue angle of 12.34º 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 #C43915 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 21 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.23 |
| HSL | 12.34º | 0.81% | 0.43% | - |
| HSV(B) | 12.34º | 0.89% | 0.77% | - |
| XYZ | 24.36 | 14.72 | 2.27 | - |
| YUV | 94.46 | 86.55 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 21 | 0 | 0.71 | 0.89 | 0.23 | 12.34 | 0.81 | 0.43 |
| Hex | C4 | 39 | 15 | 0 | 47 | 59 | 17 | C | 51 | 2B |
| Octal | 304 | 71 | 25 | 0 | 107 | 131 | 27 | 14 | 121 | 53 |
| Binary | 11000100 | 111001 | 10101 | 0 | 1000111 | 1011001 | 10111 | 1100 | 1010001 | 101011 |
Color Harmonies of #C43915
Complementary color
Monochromatic Colors of #C43915
Black with #C43915
Text Example
Text Example
White with #C43915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43915; }
p { color: rgb(196,57,21); }
H1.HeaderClassName
{
color: #C43915;
}
.AnyTagClassName
{
color: #C43915;
}
</style>
background-color css
<style>
a { background-color: #C43915; }
a { background-color: rgb(196,57,21); }
div.DivClassName
{
background-color: #C43915;
}
.BgClassName
{
background-color: #C43915;
}
</style>
border-color css
<style>
span { border-color: #C43915; }
span { border-color: rgb(196,57,21); }
td.TdClassName
{
border-color: #C43915;
}
.TagClassName
{
border-color: #C43915;
}
</style>