Html Css Color HEX #C42611 Harley Davidson Orange
📋 copy color: '#C42611'red 196 ◦ green 38 ◦ blue 17
Shades of Harley Davidson Orange #C42611
Tints of Harley Davidson Orange #C42611
RGB
CMYK
RGB Variations
Color information
#C42611 (or 0xC42611) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 11. RGB value is (196,38,17). Sum of RGB (Red+Green+Blue) = 196+38+17=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C42611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42611 is #3BD9EE. Grayscale: #535353. Windows color (decimal): -3922415 or 1124036. OLE color: 1124036.
HSL color Cylindrical-coordinate representation of color #C42611: hue angle of 7.04º 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 #C42611 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 17 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.23 |
| HSL | 7.04º | 0.84% | 0.42% | - |
| HSV(B) | 7.04º | 0.91% | 0.77% | - |
| XYZ | 23.56 | 13.16 | 1.83 | - |
| YUV | 82.85 | 90.85 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 17 | 0 | 0.81 | 0.91 | 0.23 | 7.04 | 0.84 | 0.42 |
| Hex | C4 | 26 | 11 | 0 | 51 | 5B | 17 | 7 | 54 | 2A |
| Octal | 304 | 46 | 21 | 0 | 121 | 133 | 27 | 7 | 124 | 52 |
| Binary | 11000100 | 100110 | 10001 | 0 | 1010001 | 1011011 | 10111 | 111 | 1010100 | 101010 |
Color Harmonies of #C42611
Complementary color
Monochromatic Colors of #C42611
Black with #C42611
Text Example
Text Example
White with #C42611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42611; }
p { color: rgb(196,38,17); }
H1.HeaderClassName
{
color: #C42611;
}
.AnyTagClassName
{
color: #C42611;
}
</style>
background-color css
<style>
a { background-color: #C42611; }
a { background-color: rgb(196,38,17); }
div.DivClassName
{
background-color: #C42611;
}
.BgClassName
{
background-color: #C42611;
}
</style>
border-color css
<style>
span { border-color: #C42611; }
span { border-color: rgb(196,38,17); }
td.TdClassName
{
border-color: #C42611;
}
.TagClassName
{
border-color: #C42611;
}
</style>