Html Css Color HEX #C2310D Harley Davidson Orange
📋 copy color: '#C2310D'red 194 ◦ green 49 ◦ blue 13
Shades of Harley Davidson Orange #C2310D
Tints of Harley Davidson Orange #C2310D
RGB
CMYK
RGB Variations
Color information
#C2310D (or 0xC2310D) is known color: Harley Davidson Orange. HEX triplet: C2, 31 and 0D. RGB value is (194,49,13). Sum of RGB (Red+Green+Blue) = 194+49+13=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C2310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2310D is #3DCEF2. Grayscale: #585858. Windows color (decimal): -4050675 or 864706. OLE color: 864706.
HSL color Cylindrical-coordinate representation of color #C2310D: hue angle of 11.93º 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 #C2310D is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 13 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.24 |
| HSL | 11.93º | 0.87% | 0.41% | - |
| HSV(B) | 11.93º | 0.93% | 0.76% | - |
| XYZ | 23.42 | 13.7 | 1.79 | - |
| YUV | 88.25 | 85.54 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 13 | 0 | 0.75 | 0.93 | 0.24 | 11.93 | 0.87 | 0.41 |
| Hex | C2 | 31 | D | 0 | 4B | 5D | 18 | C | 57 | 29 |
| Octal | 302 | 61 | 15 | 0 | 113 | 135 | 30 | 14 | 127 | 51 |
| Binary | 11000010 | 110001 | 1101 | 0 | 1001011 | 1011101 | 11000 | 1100 | 1010111 | 101001 |
Color Harmonies of #C2310D
Complementary color
Monochromatic Colors of #C2310D
Black with #C2310D
Text Example
Text Example
White with #C2310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2310D; }
p { color: rgb(194,49,13); }
H1.HeaderClassName
{
color: #C2310D;
}
.AnyTagClassName
{
color: #C2310D;
}
</style>
background-color css
<style>
a { background-color: #C2310D; }
a { background-color: rgb(194,49,13); }
div.DivClassName
{
background-color: #C2310D;
}
.BgClassName
{
background-color: #C2310D;
}
</style>
border-color css
<style>
span { border-color: #C2310D; }
span { border-color: rgb(194,49,13); }
td.TdClassName
{
border-color: #C2310D;
}
.TagClassName
{
border-color: #C2310D;
}
</style>