Html Css Color HEX #C42511 Harley Davidson Orange
📋 copy color: '#C42511'red 196 ◦ green 37 ◦ blue 17
Shades of Harley Davidson Orange #C42511
Tints of Harley Davidson Orange #C42511
RGB
CMYK
RGB Variations
Color information
#C42511 (or 0xC42511) is known color: Harley Davidson Orange. HEX triplet: C4, 25 and 11. RGB value is (196,37,17). Sum of RGB (Red+Green+Blue) = 196+37+17=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C42511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42511 is #3BDAEE. Grayscale: #525252. Windows color (decimal): -3922671 or 1123780. OLE color: 1123780.
HSL color Cylindrical-coordinate representation of color #C42511: hue angle of 6.7º 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 #C42511 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 17 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.23 |
| HSL | 6.7º | 0.84% | 0.42% | - |
| HSV(B) | 6.7º | 0.91% | 0.77% | - |
| XYZ | 23.53 | 13.1 | 1.82 | - |
| YUV | 82.26 | 91.18 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 17 | 0 | 0.81 | 0.91 | 0.23 | 6.7 | 0.84 | 0.42 |
| Hex | C4 | 25 | 11 | 0 | 51 | 5B | 17 | 7 | 54 | 2A |
| Octal | 304 | 45 | 21 | 0 | 121 | 133 | 27 | 7 | 124 | 52 |
| Binary | 11000100 | 100101 | 10001 | 0 | 1010001 | 1011011 | 10111 | 111 | 1010100 | 101010 |
Color Harmonies of #C42511
Complementary color
Monochromatic Colors of #C42511
Black with #C42511
Text Example
Text Example
White with #C42511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42511; }
p { color: rgb(196,37,17); }
H1.HeaderClassName
{
color: #C42511;
}
.AnyTagClassName
{
color: #C42511;
}
</style>
background-color css
<style>
a { background-color: #C42511; }
a { background-color: rgb(196,37,17); }
div.DivClassName
{
background-color: #C42511;
}
.BgClassName
{
background-color: #C42511;
}
</style>
border-color css
<style>
span { border-color: #C42511; }
span { border-color: rgb(196,37,17); }
td.TdClassName
{
border-color: #C42511;
}
.TagClassName
{
border-color: #C42511;
}
</style>