Shades of Free Speech Red #C11107
Tints of Free Speech Red #C11107
RGB
CMYK
RGB Variations
Color information
#C11107 (or 0xC11107) is known color: Free Speech Red. HEX triplet: C1, 11 and 07. RGB value is (193,17,7). Sum of RGB (Red+Green+Blue) = 193+17+7=217 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.94% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 193 - color contains mainly: red. Hex color #C11107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11107 is #3EEEF8. Grayscale: #444444. Windows color (decimal): -4124409 or 463297. OLE color: 463297.
HSL color Cylindrical-coordinate representation of color #C11107: hue angle of 3.23º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C11107 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 7 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.24 |
| HSL | 3.23º | 0.93% | 0.39% | - |
| HSV(B) | 3.23º | 0.96% | 0.76% | - |
| XYZ | 22.23 | 11.75 | 1.3 | - |
| YUV | 68.48 | 93.31 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 7 | 0 | 0.91 | 0.96 | 0.24 | 3.23 | 0.93 | 0.39 |
| Hex | C1 | 11 | 7 | 0 | 5B | 60 | 18 | 3 | 5D | 27 |
| Octal | 301 | 21 | 7 | 0 | 133 | 140 | 30 | 3 | 135 | 47 |
| Binary | 11000001 | 10001 | 111 | 0 | 1011011 | 1100000 | 11000 | 11 | 1011101 | 100111 |
Color Harmonies of #C11107
Complementary color
Monochromatic Colors of #C11107
Black with #C11107
Text Example
Text Example
White with #C11107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11107; }
p { color: rgb(193,17,7); }
H1.HeaderClassName
{
color: #C11107;
}
.AnyTagClassName
{
color: #C11107;
}
</style>
background-color css
<style>
a { background-color: #C11107; }
a { background-color: rgb(193,17,7); }
div.DivClassName
{
background-color: #C11107;
}
.BgClassName
{
background-color: #C11107;
}
</style>
border-color css
<style>
span { border-color: #C11107; }
span { border-color: rgb(193,17,7); }
td.TdClassName
{
border-color: #C11107;
}
.TagClassName
{
border-color: #C11107;
}
</style>