Html Css Color HEX #C43211 Harley Davidson Orange
📋 copy color: '#C43211'red 196 ◦ green 50 ◦ blue 17
Shades of Harley Davidson Orange #C43211
Tints of Harley Davidson Orange #C43211
RGB
CMYK
RGB Variations
Color information
#C43211 (or 0xC43211) is known color: Harley Davidson Orange. HEX triplet: C4, 32 and 11. RGB value is (196,50,17). Sum of RGB (Red+Green+Blue) = 196+50+17=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C43211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43211 is #3BCDEE. Grayscale: #5A5A5A. Windows color (decimal): -3919343 or 1127108. OLE color: 1127108.
HSL color Cylindrical-coordinate representation of color #C43211: hue angle of 11.06º 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 #C43211 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 17 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.23 |
| HSL | 11.06º | 0.84% | 0.42% | - |
| HSV(B) | 11.06º | 0.91% | 0.77% | - |
| XYZ | 24.01 | 14.06 | 1.98 | - |
| YUV | 89.89 | 86.87 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 17 | 0 | 0.74 | 0.91 | 0.23 | 11.06 | 0.84 | 0.42 |
| Hex | C4 | 32 | 11 | 0 | 4A | 5B | 17 | B | 54 | 2A |
| Octal | 304 | 62 | 21 | 0 | 112 | 133 | 27 | 13 | 124 | 52 |
| Binary | 11000100 | 110010 | 10001 | 0 | 1001010 | 1011011 | 10111 | 1011 | 1010100 | 101010 |
Color Harmonies of #C43211
Complementary color
Monochromatic Colors of #C43211
Black with #C43211
Text Example
Text Example
White with #C43211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43211; }
p { color: rgb(196,50,17); }
H1.HeaderClassName
{
color: #C43211;
}
.AnyTagClassName
{
color: #C43211;
}
</style>
background-color css
<style>
a { background-color: #C43211; }
a { background-color: rgb(196,50,17); }
div.DivClassName
{
background-color: #C43211;
}
.BgClassName
{
background-color: #C43211;
}
</style>
border-color css
<style>
span { border-color: #C43211; }
span { border-color: rgb(196,50,17); }
td.TdClassName
{
border-color: #C43211;
}
.TagClassName
{
border-color: #C43211;
}
</style>