Html Css Color HEX #C42711 Harley Davidson Orange
📋 copy color: '#C42711'red 196 ◦ green 39 ◦ blue 17
Shades of Harley Davidson Orange #C42711
Tints of Harley Davidson Orange #C42711
RGB
CMYK
RGB Variations
Color information
#C42711 (or 0xC42711) is known color: Harley Davidson Orange. HEX triplet: C4, 27 and 11. RGB value is (196,39,17). Sum of RGB (Red+Green+Blue) = 196+39+17=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C42711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42711 is #3BD8EE. Grayscale: #535353. Windows color (decimal): -3922159 or 1124292. OLE color: 1124292.
HSL color Cylindrical-coordinate representation of color #C42711: hue angle of 7.37º 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 #C42711 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 17 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.23 |
| HSL | 7.37º | 0.84% | 0.42% | - |
| HSV(B) | 7.37º | 0.91% | 0.77% | - |
| XYZ | 23.59 | 13.23 | 1.84 | - |
| YUV | 83.44 | 90.51 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 17 | 0 | 0.80 | 0.91 | 0.23 | 7.37 | 0.84 | 0.42 |
| Hex | C4 | 27 | 11 | 0 | 50 | 5B | 17 | 7 | 54 | 2A |
| Octal | 304 | 47 | 21 | 0 | 120 | 133 | 27 | 7 | 124 | 52 |
| Binary | 11000100 | 100111 | 10001 | 0 | 1010000 | 1011011 | 10111 | 111 | 1010100 | 101010 |
Color Harmonies of #C42711
Complementary color
Monochromatic Colors of #C42711
Black with #C42711
Text Example
Text Example
White with #C42711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42711; }
p { color: rgb(196,39,17); }
H1.HeaderClassName
{
color: #C42711;
}
.AnyTagClassName
{
color: #C42711;
}
</style>
background-color css
<style>
a { background-color: #C42711; }
a { background-color: rgb(196,39,17); }
div.DivClassName
{
background-color: #C42711;
}
.BgClassName
{
background-color: #C42711;
}
</style>
border-color css
<style>
span { border-color: #C42711; }
span { border-color: rgb(196,39,17); }
td.TdClassName
{
border-color: #C42711;
}
.TagClassName
{
border-color: #C42711;
}
</style>