Shades of Free Speech Red #C2100F
Tints of Free Speech Red #C2100F
RGB
CMYK
RGB Variations
Color information
#C2100F (or 0xC2100F) is known color: Free Speech Red. HEX triplet: C2, 10 and 0F. RGB value is (194,16,15). Sum of RGB (Red+Green+Blue) = 194+16+15=225 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.22% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 194 - color contains mainly: red. Hex color #C2100F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2100F is #3DEFF0. Grayscale: #454545. Windows color (decimal): -4059121 or 987330. OLE color: 987330.
HSL color Cylindrical-coordinate representation of color #C2100F: hue angle of 0.34º degrees, saturation: 0.86, 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 #C2100F is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 15 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.24 |
| HSL | 0.34º | 0.86% | 0.41% | - |
| HSV(B) | 0.34º | 0.92% | 0.76% | - |
| XYZ | 22.52 | 11.87 | 1.56 | - |
| YUV | 69.11 | 97.47 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 15 | 0 | 0.92 | 0.92 | 0.24 | 0.34 | 0.86 | 0.41 |
| Hex | C2 | 10 | F | 0 | 5C | 5C | 18 | 0 | 56 | 29 |
| Octal | 302 | 20 | 17 | 0 | 134 | 134 | 30 | 0 | 126 | 51 |
| Binary | 11000010 | 10000 | 1111 | 0 | 1011100 | 1011100 | 11000 | 0 | 1010110 | 101001 |
Color Harmonies of #C2100F
Complementary color
Monochromatic Colors of #C2100F
Black with #C2100F
Text Example
Text Example
White with #C2100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2100F; }
p { color: rgb(194,16,15); }
H1.HeaderClassName
{
color: #C2100F;
}
.AnyTagClassName
{
color: #C2100F;
}
</style>
background-color css
<style>
a { background-color: #C2100F; }
a { background-color: rgb(194,16,15); }
div.DivClassName
{
background-color: #C2100F;
}
.BgClassName
{
background-color: #C2100F;
}
</style>
border-color css
<style>
span { border-color: #C2100F; }
span { border-color: rgb(194,16,15); }
td.TdClassName
{
border-color: #C2100F;
}
.TagClassName
{
border-color: #C2100F;
}
</style>