Shades of Free Speech Red #C2110F
Tints of Free Speech Red #C2110F
RGB
CMYK
RGB Variations
Color information
#C2110F (or 0xC2110F) is known color: Free Speech Red. HEX triplet: C2, 11 and 0F. RGB value is (194,17,15). Sum of RGB (Red+Green+Blue) = 194+17+15=226 (29% of max value = 765). Red value is 194 (76.17% from 255 or 85.84% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 194 - color contains mainly: red. Hex color #C2110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2110F is #3DEEF0. Grayscale: #454545. Windows color (decimal): -4058865 or 987586. OLE color: 987586.
HSL color Cylindrical-coordinate representation of color #C2110F: hue angle of 0.67º 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 #C2110F is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 15 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.24 |
| HSL | 0.67º | 0.86% | 0.41% | - |
| HSV(B) | 0.67º | 0.92% | 0.76% | - |
| XYZ | 22.53 | 11.9 | 1.56 | - |
| YUV | 69.7 | 97.14 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 15 | 0 | 0.91 | 0.92 | 0.24 | 0.67 | 0.86 | 0.41 |
| Hex | C2 | 11 | F | 0 | 5B | 5C | 18 | 1 | 56 | 29 |
| Octal | 302 | 21 | 17 | 0 | 133 | 134 | 30 | 1 | 126 | 51 |
| Binary | 11000010 | 10001 | 1111 | 0 | 1011011 | 1011100 | 11000 | 1 | 1010110 | 101001 |
Color Harmonies of #C2110F
Complementary color
Monochromatic Colors of #C2110F
Black with #C2110F
Text Example
Text Example
White with #C2110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2110F; }
p { color: rgb(194,17,15); }
H1.HeaderClassName
{
color: #C2110F;
}
.AnyTagClassName
{
color: #C2110F;
}
</style>
background-color css
<style>
a { background-color: #C2110F; }
a { background-color: rgb(194,17,15); }
div.DivClassName
{
background-color: #C2110F;
}
.BgClassName
{
background-color: #C2110F;
}
</style>
border-color css
<style>
span { border-color: #C2110F; }
span { border-color: rgb(194,17,15); }
td.TdClassName
{
border-color: #C2110F;
}
.TagClassName
{
border-color: #C2110F;
}
</style>