Html Css Color HEX #C43C15 Harley Davidson Orange
📋 copy color: '#C43C15'red 196 ◦ green 60 ◦ blue 21
Shades of Harley Davidson Orange #C43C15
Tints of Harley Davidson Orange #C43C15
RGB
CMYK
RGB Variations
Color information
#C43C15 (or 0xC43C15) is known color: Harley Davidson Orange. HEX triplet: C4, 3C and 15. RGB value is (196,60,21). Sum of RGB (Red+Green+Blue) = 196+60+21=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43C15 is #3BC3EA. Grayscale: #606060. Windows color (decimal): -3916779 or 1391812. OLE color: 1391812.
HSL color Cylindrical-coordinate representation of color #C43C15: hue angle of 13.37º 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 #C43C15 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 21 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.23 |
| HSL | 13.37º | 0.81% | 0.43% | - |
| HSV(B) | 13.37º | 0.89% | 0.77% | - |
| XYZ | 24.52 | 15.02 | 2.32 | - |
| YUV | 96.22 | 85.56 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 21 | 0 | 0.69 | 0.89 | 0.23 | 13.37 | 0.81 | 0.43 |
| Hex | C4 | 3C | 15 | 0 | 45 | 59 | 17 | D | 51 | 2B |
| Octal | 304 | 74 | 25 | 0 | 105 | 131 | 27 | 15 | 121 | 53 |
| Binary | 11000100 | 111100 | 10101 | 0 | 1000101 | 1011001 | 10111 | 1101 | 1010001 | 101011 |
Color Harmonies of #C43C15
Complementary color
Monochromatic Colors of #C43C15
Black with #C43C15
Text Example
Text Example
White with #C43C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43C15; }
p { color: rgb(196,60,21); }
H1.HeaderClassName
{
color: #C43C15;
}
.AnyTagClassName
{
color: #C43C15;
}
</style>
background-color css
<style>
a { background-color: #C43C15; }
a { background-color: rgb(196,60,21); }
div.DivClassName
{
background-color: #C43C15;
}
.BgClassName
{
background-color: #C43C15;
}
</style>
border-color css
<style>
span { border-color: #C43C15; }
span { border-color: rgb(196,60,21); }
td.TdClassName
{
border-color: #C43C15;
}
.TagClassName
{
border-color: #C43C15;
}
</style>