Shades of Free Speech Red #C2100B
Tints of Free Speech Red #C2100B
RGB
CMYK
RGB Variations
Color information
#C2100B (or 0xC2100B) is known color: Free Speech Red. HEX triplet: C2, 10 and 0B. RGB value is (194,16,11). Sum of RGB (Red+Green+Blue) = 194+16+11=221 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.78% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 194 - color contains mainly: red. Hex color #C2100B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2100B is #3DEFF4. Grayscale: #444444. Windows color (decimal): -4059125 or 725186. OLE color: 725186.
HSL color Cylindrical-coordinate representation of color #C2100B: hue angle of 1.64º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2100B is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 11 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.24 |
| HSL | 1.64º | 0.89% | 0.4% | - |
| HSV(B) | 1.64º | 0.94% | 0.76% | - |
| XYZ | 22.49 | 11.86 | 1.42 | - |
| YUV | 68.65 | 95.47 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 11 | 0 | 0.92 | 0.94 | 0.24 | 1.64 | 0.89 | 0.4 |
| Hex | C2 | 10 | B | 0 | 5C | 5E | 18 | 2 | 59 | 28 |
| Octal | 302 | 20 | 13 | 0 | 134 | 136 | 30 | 2 | 131 | 50 |
| Binary | 11000010 | 10000 | 1011 | 0 | 1011100 | 1011110 | 11000 | 10 | 1011001 | 101000 |
Color Harmonies of #C2100B
Complementary color
Monochromatic Colors of #C2100B
Black with #C2100B
Text Example
Text Example
White with #C2100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2100B; }
p { color: rgb(194,16,11); }
H1.HeaderClassName
{
color: #C2100B;
}
.AnyTagClassName
{
color: #C2100B;
}
</style>
background-color css
<style>
a { background-color: #C2100B; }
a { background-color: rgb(194,16,11); }
div.DivClassName
{
background-color: #C2100B;
}
.BgClassName
{
background-color: #C2100B;
}
</style>
border-color css
<style>
span { border-color: #C2100B; }
span { border-color: rgb(194,16,11); }
td.TdClassName
{
border-color: #C2100B;
}
.TagClassName
{
border-color: #C2100B;
}
</style>