Shades of Free Speech Red #C21101
Tints of Free Speech Red #C21101
RGB
CMYK
RGB Variations
Color information
#C21101 (or 0xC21101) is known color: Free Speech Red. HEX triplet: C2, 11 and 01. RGB value is (194,17,1). Sum of RGB (Red+Green+Blue) = 194+17+1=212 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.51% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 194 - color contains mainly: red. Hex color #C21101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21101 is #3DEEFE. Grayscale: #444444. Windows color (decimal): -4058879 or 70082. OLE color: 70082.
HSL color Cylindrical-coordinate representation of color #C21101: hue angle of 4.97º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C21101 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.24 |
| HSL | 4.97º | 0.99% | 0.38% | - |
| HSV(B) | 4.97º | 0.99% | 0.76% | - |
| XYZ | 22.45 | 11.87 | 1.14 | - |
| YUV | 68.1 | 90.14 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 1 | 0 | 0.91 | 0.99 | 0.24 | 4.97 | 0.99 | 0.38 |
| Hex | C2 | 11 | 1 | 0 | 5B | 63 | 18 | 5 | 63 | 26 |
| Octal | 302 | 21 | 1 | 0 | 133 | 143 | 30 | 5 | 143 | 46 |
| Binary | 11000010 | 10001 | 1 | 0 | 1011011 | 1100011 | 11000 | 101 | 1100011 | 100110 |
Color Harmonies of #C21101
Complementary color
Monochromatic Colors of #C21101
Black with #C21101
Text Example
Text Example
White with #C21101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21101; }
p { color: rgb(194,17,1); }
H1.HeaderClassName
{
color: #C21101;
}
.AnyTagClassName
{
color: #C21101;
}
</style>
background-color css
<style>
a { background-color: #C21101; }
a { background-color: rgb(194,17,1); }
div.DivClassName
{
background-color: #C21101;
}
.BgClassName
{
background-color: #C21101;
}
</style>
border-color css
<style>
span { border-color: #C21101; }
span { border-color: rgb(194,17,1); }
td.TdClassName
{
border-color: #C21101;
}
.TagClassName
{
border-color: #C21101;
}
</style>