Shades of Free Speech Red #C1160D
Tints of Free Speech Red #C1160D
RGB
CMYK
RGB Variations
Color information
#C1160D (or 0xC1160D) is known color: Free Speech Red. HEX triplet: C1, 16 and 0D. RGB value is (193,22,13). Sum of RGB (Red+Green+Blue) = 193+22+13=228 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.65% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 193 - color contains mainly: red. Hex color #C1160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1160D is #3EE9F2. Grayscale: #484848. Windows color (decimal): -4123123 or 857793. OLE color: 857793.
HSL color Cylindrical-coordinate representation of color #C1160D: hue angle of 3º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1160D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 13 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.24 |
| HSL | 3º | 0.87% | 0.4% | - |
| HSV(B) | 3º | 0.93% | 0.76% | - |
| XYZ | 22.35 | 11.94 | 1.51 | - |
| YUV | 72.1 | 94.65 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 13 | 0 | 0.89 | 0.93 | 0.24 | 3 | 0.87 | 0.4 |
| Hex | C1 | 16 | D | 0 | 59 | 5D | 18 | 3 | 57 | 28 |
| Octal | 301 | 26 | 15 | 0 | 131 | 135 | 30 | 3 | 127 | 50 |
| Binary | 11000001 | 10110 | 1101 | 0 | 1011001 | 1011101 | 11000 | 11 | 1010111 | 101000 |
Color Harmonies of #C1160D
Complementary color
Monochromatic Colors of #C1160D
Black with #C1160D
Text Example
Text Example
White with #C1160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1160D; }
p { color: rgb(193,22,13); }
H1.HeaderClassName
{
color: #C1160D;
}
.AnyTagClassName
{
color: #C1160D;
}
</style>
background-color css
<style>
a { background-color: #C1160D; }
a { background-color: rgb(193,22,13); }
div.DivClassName
{
background-color: #C1160D;
}
.BgClassName
{
background-color: #C1160D;
}
</style>
border-color css
<style>
span { border-color: #C1160D; }
span { border-color: rgb(193,22,13); }
td.TdClassName
{
border-color: #C1160D;
}
.TagClassName
{
border-color: #C1160D;
}
</style>