Html Css Color HEX #C43116 Harley Davidson Orange
📋 copy color: '#C43116'red 196 ◦ green 49 ◦ blue 22
Shades of Harley Davidson Orange #C43116
Tints of Harley Davidson Orange #C43116
RGB
CMYK
RGB Variations
Color information
#C43116 (or 0xC43116) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 16. RGB value is (196,49,22). Sum of RGB (Red+Green+Blue) = 196+49+22=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C43116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43116 is #3BCEE9. Grayscale: #5A5A5A. Windows color (decimal): -3919594 or 1454532. OLE color: 1454532.
HSL color Cylindrical-coordinate representation of color #C43116: hue angle of 9.31º 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 #C43116 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 22 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.23 |
| HSL | 9.31º | 0.8% | 0.43% | - |
| HSV(B) | 9.31º | 0.89% | 0.77% | - |
| XYZ | 24.01 | 13.99 | 2.19 | - |
| YUV | 89.88 | 89.7 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 22 | 0 | 0.75 | 0.89 | 0.23 | 9.31 | 0.8 | 0.43 |
| Hex | C4 | 31 | 16 | 0 | 4B | 59 | 17 | 9 | 50 | 2B |
| Octal | 304 | 61 | 26 | 0 | 113 | 131 | 27 | 11 | 120 | 53 |
| Binary | 11000100 | 110001 | 10110 | 0 | 1001011 | 1011001 | 10111 | 1001 | 1010000 | 101011 |
Color Harmonies of #C43116
Complementary color
Monochromatic Colors of #C43116
Black with #C43116
Text Example
Text Example
White with #C43116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43116; }
p { color: rgb(196,49,22); }
H1.HeaderClassName
{
color: #C43116;
}
.AnyTagClassName
{
color: #C43116;
}
</style>
background-color css
<style>
a { background-color: #C43116; }
a { background-color: rgb(196,49,22); }
div.DivClassName
{
background-color: #C43116;
}
.BgClassName
{
background-color: #C43116;
}
</style>
border-color css
<style>
span { border-color: #C43116; }
span { border-color: rgb(196,49,22); }
td.TdClassName
{
border-color: #C43116;
}
.TagClassName
{
border-color: #C43116;
}
</style>