Html Css Color HEX #C2320E Harley Davidson Orange
📋 copy color: '#C2320E'red 194 ◦ green 50 ◦ blue 14
Shades of Harley Davidson Orange #C2320E
Tints of Harley Davidson Orange #C2320E
RGB
CMYK
RGB Variations
Color information
#C2320E (or 0xC2320E) is known color: Harley Davidson Orange. HEX triplet: C2, 32 and 0E. RGB value is (194,50,14). Sum of RGB (Red+Green+Blue) = 194+50+14=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C2320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2320E is #3DCDF1. Grayscale: #595959. Windows color (decimal): -4050418 or 930498. OLE color: 930498.
HSL color Cylindrical-coordinate representation of color #C2320E: hue angle of 12º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2320E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 14 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.24 |
| HSL | 12º | 0.87% | 0.41% | - |
| HSV(B) | 12º | 0.93% | 0.76% | - |
| XYZ | 23.47 | 13.78 | 1.84 | - |
| YUV | 88.95 | 85.71 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 14 | 0 | 0.74 | 0.93 | 0.24 | 12 | 0.87 | 0.41 |
| Hex | C2 | 32 | E | 0 | 4A | 5D | 18 | C | 57 | 29 |
| Octal | 302 | 62 | 16 | 0 | 112 | 135 | 30 | 14 | 127 | 51 |
| Binary | 11000010 | 110010 | 1110 | 0 | 1001010 | 1011101 | 11000 | 1100 | 1010111 | 101001 |
Color Harmonies of #C2320E
Complementary color
Monochromatic Colors of #C2320E
Black with #C2320E
Text Example
Text Example
White with #C2320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2320E; }
p { color: rgb(194,50,14); }
H1.HeaderClassName
{
color: #C2320E;
}
.AnyTagClassName
{
color: #C2320E;
}
</style>
background-color css
<style>
a { background-color: #C2320E; }
a { background-color: rgb(194,50,14); }
div.DivClassName
{
background-color: #C2320E;
}
.BgClassName
{
background-color: #C2320E;
}
</style>
border-color css
<style>
span { border-color: #C2320E; }
span { border-color: rgb(194,50,14); }
td.TdClassName
{
border-color: #C2320E;
}
.TagClassName
{
border-color: #C2320E;
}
</style>