Shades of Free Speech Red #C21110
Tints of Free Speech Red #C21110
RGB
CMYK
RGB Variations
Color information
#C21110 (or 0xC21110) is known color: Free Speech Red. HEX triplet: C2, 11 and 10. RGB value is (194,17,16). Sum of RGB (Red+Green+Blue) = 194+17+16=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C21110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21110 is #3DEEEF. Grayscale: #454545. Windows color (decimal): -4058864 or 1053122. OLE color: 1053122.
HSL color Cylindrical-coordinate representation of color #C21110: hue angle of 0.34º 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 #C21110 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 16 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.24 |
| HSL | 0.34º | 0.85% | 0.41% | - |
| HSV(B) | 0.34º | 0.92% | 0.76% | - |
| XYZ | 22.54 | 11.91 | 1.6 | - |
| YUV | 69.81 | 97.64 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 16 | 0 | 0.91 | 0.92 | 0.24 | 0.34 | 0.85 | 0.41 |
| Hex | C2 | 11 | 10 | 0 | 5B | 5C | 18 | 0 | 55 | 29 |
| Octal | 302 | 21 | 20 | 0 | 133 | 134 | 30 | 0 | 125 | 51 |
| Binary | 11000010 | 10001 | 10000 | 0 | 1011011 | 1011100 | 11000 | 0 | 1010101 | 101001 |
Color Harmonies of #C21110
Complementary color
Monochromatic Colors of #C21110
Black with #C21110
Text Example
Text Example
White with #C21110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21110; }
p { color: rgb(194,17,16); }
H1.HeaderClassName
{
color: #C21110;
}
.AnyTagClassName
{
color: #C21110;
}
</style>
background-color css
<style>
a { background-color: #C21110; }
a { background-color: rgb(194,17,16); }
div.DivClassName
{
background-color: #C21110;
}
.BgClassName
{
background-color: #C21110;
}
</style>
border-color css
<style>
span { border-color: #C21110; }
span { border-color: rgb(194,17,16); }
td.TdClassName
{
border-color: #C21110;
}
.TagClassName
{
border-color: #C21110;
}
</style>