Html Css Color HEX #C43C16 Harley Davidson Orange
📋 copy color: '#C43C16'red 196 ◦ green 60 ◦ blue 22
Shades of Harley Davidson Orange #C43C16
Tints of Harley Davidson Orange #C43C16
RGB
CMYK
RGB Variations
Color information
#C43C16 (or 0xC43C16) is known color: Harley Davidson Orange. HEX triplet: C4, 3C and 16. RGB value is (196,60,22). Sum of RGB (Red+Green+Blue) = 196+60+22=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43C16 is #3BC3E9. Grayscale: #606060. Windows color (decimal): -3916778 or 1457348. OLE color: 1457348.
HSL color Cylindrical-coordinate representation of color #C43C16: hue angle of 13.1º degrees, saturation: 0.8, 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 #C43C16 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 22 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.23 |
| HSL | 13.1º | 0.8% | 0.43% | - |
| HSV(B) | 13.1º | 0.89% | 0.77% | - |
| XYZ | 24.53 | 15.03 | 2.37 | - |
| YUV | 96.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 22 | 0 | 0.69 | 0.89 | 0.23 | 13.1 | 0.8 | 0.43 |
| Hex | C4 | 3C | 16 | 0 | 45 | 59 | 17 | D | 50 | 2B |
| Octal | 304 | 74 | 26 | 0 | 105 | 131 | 27 | 15 | 120 | 53 |
| Binary | 11000100 | 111100 | 10110 | 0 | 1000101 | 1011001 | 10111 | 1101 | 1010000 | 101011 |
Color Harmonies of #C43C16
Complementary color
Monochromatic Colors of #C43C16
Black with #C43C16
Text Example
Text Example
White with #C43C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43C16; }
p { color: rgb(196,60,22); }
H1.HeaderClassName
{
color: #C43C16;
}
.AnyTagClassName
{
color: #C43C16;
}
</style>
background-color css
<style>
a { background-color: #C43C16; }
a { background-color: rgb(196,60,22); }
div.DivClassName
{
background-color: #C43C16;
}
.BgClassName
{
background-color: #C43C16;
}
</style>
border-color css
<style>
span { border-color: #C43C16; }
span { border-color: rgb(196,60,22); }
td.TdClassName
{
border-color: #C43C16;
}
.TagClassName
{
border-color: #C43C16;
}
</style>