Html Css Color HEX #C43111 Harley Davidson Orange
📋 copy color: '#C43111'red 196 ◦ green 49 ◦ blue 17
Shades of Harley Davidson Orange #C43111
Tints of Harley Davidson Orange #C43111
RGB
CMYK
RGB Variations
Color information
#C43111 (or 0xC43111) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 11. RGB value is (196,49,17). Sum of RGB (Red+Green+Blue) = 196+49+17=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C43111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43111 is #3BCEEE. Grayscale: #595959. Windows color (decimal): -3919599 or 1126852. OLE color: 1126852.
HSL color Cylindrical-coordinate representation of color #C43111: hue angle of 10.73º 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 #C43111 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 17 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.23 |
| HSL | 10.73º | 0.84% | 0.42% | - |
| HSV(B) | 10.73º | 0.91% | 0.77% | - |
| XYZ | 23.96 | 13.97 | 1.96 | - |
| YUV | 89.31 | 87.2 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 17 | 0 | 0.75 | 0.91 | 0.23 | 10.73 | 0.84 | 0.42 |
| Hex | C4 | 31 | 11 | 0 | 4B | 5B | 17 | B | 54 | 2A |
| Octal | 304 | 61 | 21 | 0 | 113 | 133 | 27 | 13 | 124 | 52 |
| Binary | 11000100 | 110001 | 10001 | 0 | 1001011 | 1011011 | 10111 | 1011 | 1010100 | 101010 |
Color Harmonies of #C43111
Complementary color
Monochromatic Colors of #C43111
Black with #C43111
Text Example
Text Example
White with #C43111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43111; }
p { color: rgb(196,49,17); }
H1.HeaderClassName
{
color: #C43111;
}
.AnyTagClassName
{
color: #C43111;
}
</style>
background-color css
<style>
a { background-color: #C43111; }
a { background-color: rgb(196,49,17); }
div.DivClassName
{
background-color: #C43111;
}
.BgClassName
{
background-color: #C43111;
}
</style>
border-color css
<style>
span { border-color: #C43111; }
span { border-color: rgb(196,49,17); }
td.TdClassName
{
border-color: #C43111;
}
.TagClassName
{
border-color: #C43111;
}
</style>