Html Css Color HEX #C4310C Harley Davidson Orange
📋 copy color: '#C4310C'red 196 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #C4310C
Tints of Harley Davidson Orange #C4310C
RGB
CMYK
RGB Variations
Color information
#C4310C (or 0xC4310C) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 0C. RGB value is (196,49,12). Sum of RGB (Red+Green+Blue) = 196+49+12=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C4310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4310C is #3BCEF3. Grayscale: #595959. Windows color (decimal): -3919604 or 799172. OLE color: 799172.
HSL color Cylindrical-coordinate representation of color #C4310C: hue angle of 12.07º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4310C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.23 |
| HSL | 12.07º | 0.88% | 0.41% | - |
| HSV(B) | 12.07º | 0.94% | 0.77% | - |
| XYZ | 23.93 | 13.96 | 1.78 | - |
| YUV | 88.74 | 84.7 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 12 | 0 | 0.75 | 0.94 | 0.23 | 12.07 | 0.88 | 0.41 |
| Hex | C4 | 31 | C | 0 | 4B | 5E | 17 | C | 58 | 29 |
| Octal | 304 | 61 | 14 | 0 | 113 | 136 | 27 | 14 | 130 | 51 |
| Binary | 11000100 | 110001 | 1100 | 0 | 1001011 | 1011110 | 10111 | 1100 | 1011000 | 101001 |
Color Harmonies of #C4310C
Complementary color
Monochromatic Colors of #C4310C
Black with #C4310C
Text Example
Text Example
White with #C4310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4310C; }
p { color: rgb(196,49,12); }
H1.HeaderClassName
{
color: #C4310C;
}
.AnyTagClassName
{
color: #C4310C;
}
</style>
background-color css
<style>
a { background-color: #C4310C; }
a { background-color: rgb(196,49,12); }
div.DivClassName
{
background-color: #C4310C;
}
.BgClassName
{
background-color: #C4310C;
}
</style>
border-color css
<style>
span { border-color: #C4310C; }
span { border-color: rgb(196,49,12); }
td.TdClassName
{
border-color: #C4310C;
}
.TagClassName
{
border-color: #C4310C;
}
</style>