Html Css Color HEX #C43516 Harley Davidson Orange
📋 copy color: '#C43516'red 196 ◦ green 53 ◦ blue 22
Shades of Harley Davidson Orange #C43516
Tints of Harley Davidson Orange #C43516
RGB
CMYK
RGB Variations
Color information
#C43516 (or 0xC43516) is known color: Harley Davidson Orange. HEX triplet: C4, 35 and 16. RGB value is (196,53,22). Sum of RGB (Red+Green+Blue) = 196+53+22=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C43516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43516 is #3BCAE9. Grayscale: #5C5C5C. Windows color (decimal): -3918570 or 1455556. OLE color: 1455556.
HSL color Cylindrical-coordinate representation of color #C43516: hue angle of 10.69º 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 #C43516 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 22 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.23 |
| HSL | 10.69º | 0.8% | 0.43% | - |
| HSV(B) | 10.69º | 0.89% | 0.77% | - |
| XYZ | 24.18 | 14.34 | 2.25 | - |
| YUV | 92.22 | 88.38 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 22 | 0 | 0.73 | 0.89 | 0.23 | 10.69 | 0.8 | 0.43 |
| Hex | C4 | 35 | 16 | 0 | 49 | 59 | 17 | B | 50 | 2B |
| Octal | 304 | 65 | 26 | 0 | 111 | 131 | 27 | 13 | 120 | 53 |
| Binary | 11000100 | 110101 | 10110 | 0 | 1001001 | 1011001 | 10111 | 1011 | 1010000 | 101011 |
Color Harmonies of #C43516
Complementary color
Monochromatic Colors of #C43516
Black with #C43516
Text Example
Text Example
White with #C43516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43516; }
p { color: rgb(196,53,22); }
H1.HeaderClassName
{
color: #C43516;
}
.AnyTagClassName
{
color: #C43516;
}
</style>
background-color css
<style>
a { background-color: #C43516; }
a { background-color: rgb(196,53,22); }
div.DivClassName
{
background-color: #C43516;
}
.BgClassName
{
background-color: #C43516;
}
</style>
border-color css
<style>
span { border-color: #C43516; }
span { border-color: rgb(196,53,22); }
td.TdClassName
{
border-color: #C43516;
}
.TagClassName
{
border-color: #C43516;
}
</style>