Html Css Color HEX #C4311E Harley Davidson Orange
📋 copy color: '#C4311E'red 196 ◦ green 49 ◦ blue 30
Shades of Harley Davidson Orange #C4311E
Tints of Harley Davidson Orange #C4311E
RGB
CMYK
RGB Variations
Color information
#C4311E (or 0xC4311E) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 1E. RGB value is (196,49,30). Sum of RGB (Red+Green+Blue) = 196+49+30=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4311E is #3BCEE1. Grayscale: #5B5B5B. Windows color (decimal): -3919586 or 1978820. OLE color: 1978820.
HSL color Cylindrical-coordinate representation of color #C4311E: hue angle of 6.87º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4311E is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 30 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.23 |
| HSL | 6.87º | 0.73% | 0.44% | - |
| HSV(B) | 6.87º | 0.85% | 0.77% | - |
| XYZ | 24.1 | 14.03 | 2.67 | - |
| YUV | 90.79 | 93.7 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 30 | 0 | 0.75 | 0.85 | 0.23 | 6.87 | 0.73 | 0.44 |
| Hex | C4 | 31 | 1E | 0 | 4B | 55 | 17 | 7 | 49 | 2C |
| Octal | 304 | 61 | 36 | 0 | 113 | 125 | 27 | 7 | 111 | 54 |
| Binary | 11000100 | 110001 | 11110 | 0 | 1001011 | 1010101 | 10111 | 111 | 1001001 | 101100 |
Color Harmonies of #C4311E
Complementary color
Monochromatic Colors of #C4311E
Black with #C4311E
Text Example
Text Example
White with #C4311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4311E; }
p { color: rgb(196,49,30); }
H1.HeaderClassName
{
color: #C4311E;
}
.AnyTagClassName
{
color: #C4311E;
}
</style>
background-color css
<style>
a { background-color: #C4311E; }
a { background-color: rgb(196,49,30); }
div.DivClassName
{
background-color: #C4311E;
}
.BgClassName
{
background-color: #C4311E;
}
</style>
border-color css
<style>
span { border-color: #C4311E; }
span { border-color: rgb(196,49,30); }
td.TdClassName
{
border-color: #C4311E;
}
.TagClassName
{
border-color: #C4311E;
}
</style>