Html Css Color HEX #C4320C Harley Davidson Orange
📋 copy color: '#C4320C'red 196 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #C4320C
Tints of Harley Davidson Orange #C4320C
RGB
CMYK
RGB Variations
Color information
#C4320C (or 0xC4320C) is known color: Harley Davidson Orange. HEX triplet: C4, 32 and 0C. RGB value is (196,50,12). Sum of RGB (Red+Green+Blue) = 196+50+12=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C4320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4320C is #3BCDF3. Grayscale: #595959. Windows color (decimal): -3919348 or 799428. OLE color: 799428.
HSL color Cylindrical-coordinate representation of color #C4320C: hue angle of 12.39º 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 #C4320C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.23 |
| HSL | 12.39º | 0.88% | 0.41% | - |
| HSV(B) | 12.39º | 0.94% | 0.77% | - |
| XYZ | 23.97 | 14.04 | 1.8 | - |
| YUV | 89.32 | 84.37 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 12 | 0 | 0.74 | 0.94 | 0.23 | 12.39 | 0.88 | 0.41 |
| Hex | C4 | 32 | C | 0 | 4A | 5E | 17 | C | 58 | 29 |
| Octal | 304 | 62 | 14 | 0 | 112 | 136 | 27 | 14 | 130 | 51 |
| Binary | 11000100 | 110010 | 1100 | 0 | 1001010 | 1011110 | 10111 | 1100 | 1011000 | 101001 |
Color Harmonies of #C4320C
Complementary color
Monochromatic Colors of #C4320C
Black with #C4320C
Text Example
Text Example
White with #C4320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4320C; }
p { color: rgb(196,50,12); }
H1.HeaderClassName
{
color: #C4320C;
}
.AnyTagClassName
{
color: #C4320C;
}
</style>
background-color css
<style>
a { background-color: #C4320C; }
a { background-color: rgb(196,50,12); }
div.DivClassName
{
background-color: #C4320C;
}
.BgClassName
{
background-color: #C4320C;
}
</style>
border-color css
<style>
span { border-color: #C4320C; }
span { border-color: rgb(196,50,12); }
td.TdClassName
{
border-color: #C4320C;
}
.TagClassName
{
border-color: #C4320C;
}
</style>