Html Css Color HEX #C43011 Harley Davidson Orange
📋 copy color: '#C43011'red 196 ◦ green 48 ◦ blue 17
Shades of Harley Davidson Orange #C43011
Tints of Harley Davidson Orange #C43011
RGB
CMYK
RGB Variations
Color information
#C43011 (or 0xC43011) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 11. RGB value is (196,48,17). Sum of RGB (Red+Green+Blue) = 196+48+17=261 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.10% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 196 - color contains mainly: red. Hex color #C43011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43011 is #3BCFEE. Grayscale: #585858. Windows color (decimal): -3919855 or 1126596. OLE color: 1126596.
HSL color Cylindrical-coordinate representation of color #C43011: hue angle of 10.39º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C43011 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 17 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.23 |
| HSL | 10.39º | 0.84% | 0.42% | - |
| HSV(B) | 10.39º | 0.91% | 0.77% | - |
| XYZ | 23.92 | 13.89 | 1.95 | - |
| YUV | 88.72 | 87.53 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 17 | 0 | 0.76 | 0.91 | 0.23 | 10.39 | 0.84 | 0.42 |
| Hex | C4 | 30 | 11 | 0 | 4C | 5B | 17 | A | 54 | 2A |
| Octal | 304 | 60 | 21 | 0 | 114 | 133 | 27 | 12 | 124 | 52 |
| Binary | 11000100 | 110000 | 10001 | 0 | 1001100 | 1011011 | 10111 | 1010 | 1010100 | 101010 |
Color Harmonies of #C43011
Complementary color
Monochromatic Colors of #C43011
Black with #C43011
Text Example
Text Example
White with #C43011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43011; }
p { color: rgb(196,48,17); }
H1.HeaderClassName
{
color: #C43011;
}
.AnyTagClassName
{
color: #C43011;
}
</style>
background-color css
<style>
a { background-color: #C43011; }
a { background-color: rgb(196,48,17); }
div.DivClassName
{
background-color: #C43011;
}
.BgClassName
{
background-color: #C43011;
}
</style>
border-color css
<style>
span { border-color: #C43011; }
span { border-color: rgb(196,48,17); }
td.TdClassName
{
border-color: #C43011;
}
.TagClassName
{
border-color: #C43011;
}
</style>