Html Css Color HEX #C13210 Harley Davidson Orange
📋 copy color: '#C13210'red 193 ◦ green 50 ◦ blue 16
Shades of Harley Davidson Orange #C13210
Tints of Harley Davidson Orange #C13210
RGB
CMYK
RGB Variations
Color information
#C13210 (or 0xC13210) is known color: Harley Davidson Orange. HEX triplet: C1, 32 and 10. RGB value is (193,50,16). Sum of RGB (Red+Green+Blue) = 193+50+16=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C13210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13210 is #3ECDEF. Grayscale: #595959. Windows color (decimal): -4115952 or 1061569. OLE color: 1061569.
HSL color Cylindrical-coordinate representation of color #C13210: hue angle of 11.53º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C13210 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 16 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.24 |
| HSL | 11.53º | 0.85% | 0.41% | - |
| HSV(B) | 11.53º | 0.92% | 0.76% | - |
| XYZ | 23.23 | 13.66 | 1.9 | - |
| YUV | 88.88 | 86.88 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 16 | 0 | 0.74 | 0.92 | 0.24 | 11.53 | 0.85 | 0.41 |
| Hex | C1 | 32 | 10 | 0 | 4A | 5C | 18 | C | 55 | 29 |
| Octal | 301 | 62 | 20 | 0 | 112 | 134 | 30 | 14 | 125 | 51 |
| Binary | 11000001 | 110010 | 10000 | 0 | 1001010 | 1011100 | 11000 | 1100 | 1010101 | 101001 |
Color Harmonies of #C13210
Complementary color
Monochromatic Colors of #C13210
Black with #C13210
Text Example
Text Example
White with #C13210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13210; }
p { color: rgb(193,50,16); }
H1.HeaderClassName
{
color: #C13210;
}
.AnyTagClassName
{
color: #C13210;
}
</style>
background-color css
<style>
a { background-color: #C13210; }
a { background-color: rgb(193,50,16); }
div.DivClassName
{
background-color: #C13210;
}
.BgClassName
{
background-color: #C13210;
}
</style>
border-color css
<style>
span { border-color: #C13210; }
span { border-color: rgb(193,50,16); }
td.TdClassName
{
border-color: #C13210;
}
.TagClassName
{
border-color: #C13210;
}
</style>