Html Css Color HEX #C2310C Harley Davidson Orange
📋 copy color: '#C2310C'red 194 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #C2310C
Tints of Harley Davidson Orange #C2310C
RGB
CMYK
RGB Variations
Color information
#C2310C (or 0xC2310C) is known color: Harley Davidson Orange. HEX triplet: C2, 31 and 0C. RGB value is (194,49,12). Sum of RGB (Red+Green+Blue) = 194+49+12=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C2310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2310C is #3DCEF3. Grayscale: #585858. Windows color (decimal): -4050676 or 799170. OLE color: 799170.
HSL color Cylindrical-coordinate representation of color #C2310C: hue angle of 12.2º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2310C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.24 |
| HSL | 12.2º | 0.88% | 0.4% | - |
| HSV(B) | 12.2º | 0.94% | 0.76% | - |
| XYZ | 23.41 | 13.69 | 1.76 | - |
| YUV | 88.14 | 85.04 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 12 | 0 | 0.75 | 0.94 | 0.24 | 12.2 | 0.88 | 0.4 |
| Hex | C2 | 31 | C | 0 | 4B | 5E | 18 | C | 58 | 28 |
| Octal | 302 | 61 | 14 | 0 | 113 | 136 | 30 | 14 | 130 | 50 |
| Binary | 11000010 | 110001 | 1100 | 0 | 1001011 | 1011110 | 11000 | 1100 | 1011000 | 101000 |
Color Harmonies of #C2310C
Complementary color
Monochromatic Colors of #C2310C
Black with #C2310C
Text Example
Text Example
White with #C2310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2310C; }
p { color: rgb(194,49,12); }
H1.HeaderClassName
{
color: #C2310C;
}
.AnyTagClassName
{
color: #C2310C;
}
</style>
background-color css
<style>
a { background-color: #C2310C; }
a { background-color: rgb(194,49,12); }
div.DivClassName
{
background-color: #C2310C;
}
.BgClassName
{
background-color: #C2310C;
}
</style>
border-color css
<style>
span { border-color: #C2310C; }
span { border-color: rgb(194,49,12); }
td.TdClassName
{
border-color: #C2310C;
}
.TagClassName
{
border-color: #C2310C;
}
</style>