Shades of Free Speech Red #C2100D
Tints of Free Speech Red #C2100D
RGB
CMYK
RGB Variations
Color information
#C2100D (or 0xC2100D) is known color: Free Speech Red. HEX triplet: C2, 10 and 0D. RGB value is (194,16,13). Sum of RGB (Red+Green+Blue) = 194+16+13=223 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.00% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 194 - color contains mainly: red. Hex color #C2100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2100D is #3DEFF2. Grayscale: #454545. Windows color (decimal): -4059123 or 856258. OLE color: 856258.
HSL color Cylindrical-coordinate representation of color #C2100D: hue angle of 0.99º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2100D is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 13 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.24 |
| HSL | 0.99º | 0.87% | 0.41% | - |
| HSV(B) | 0.99º | 0.93% | 0.76% | - |
| XYZ | 22.51 | 11.87 | 1.49 | - |
| YUV | 68.88 | 96.47 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 13 | 0 | 0.92 | 0.93 | 0.24 | 0.99 | 0.87 | 0.41 |
| Hex | C2 | 10 | D | 0 | 5C | 5D | 18 | 1 | 57 | 29 |
| Octal | 302 | 20 | 15 | 0 | 134 | 135 | 30 | 1 | 127 | 51 |
| Binary | 11000010 | 10000 | 1101 | 0 | 1011100 | 1011101 | 11000 | 1 | 1010111 | 101001 |
Color Harmonies of #C2100D
Complementary color
Monochromatic Colors of #C2100D
Black with #C2100D
Text Example
Text Example
White with #C2100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2100D; }
p { color: rgb(194,16,13); }
H1.HeaderClassName
{
color: #C2100D;
}
.AnyTagClassName
{
color: #C2100D;
}
</style>
background-color css
<style>
a { background-color: #C2100D; }
a { background-color: rgb(194,16,13); }
div.DivClassName
{
background-color: #C2100D;
}
.BgClassName
{
background-color: #C2100D;
}
</style>
border-color css
<style>
span { border-color: #C2100D; }
span { border-color: rgb(194,16,13); }
td.TdClassName
{
border-color: #C2100D;
}
.TagClassName
{
border-color: #C2100D;
}
</style>