Shades of Free Speech Red #C2130C
Tints of Free Speech Red #C2130C
RGB
CMYK
RGB Variations
Color information
#C2130C (or 0xC2130C) is known color: Free Speech Red. HEX triplet: C2, 13 and 0C. RGB value is (194,19,12). Sum of RGB (Red+Green+Blue) = 194+19+12=225 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 194 - color contains mainly: red. Hex color #C2130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2130C is #3DECF3. Grayscale: #464646. Windows color (decimal): -4058356 or 791490. OLE color: 791490.
HSL color Cylindrical-coordinate representation of color #C2130C: hue angle of 2.31º degrees, saturation: 0.88, 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 #C2130C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.24 |
| HSL | 2.31º | 0.88% | 0.4% | - |
| HSV(B) | 2.31º | 0.94% | 0.76% | - |
| XYZ | 22.55 | 11.96 | 1.47 | - |
| YUV | 70.53 | 94.98 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 12 | 0 | 0.90 | 0.94 | 0.24 | 2.31 | 0.88 | 0.4 |
| Hex | C2 | 13 | C | 0 | 5A | 5E | 18 | 2 | 58 | 28 |
| Octal | 302 | 23 | 14 | 0 | 132 | 136 | 30 | 2 | 130 | 50 |
| Binary | 11000010 | 10011 | 1100 | 0 | 1011010 | 1011110 | 11000 | 10 | 1011000 | 101000 |
Color Harmonies of #C2130C
Complementary color
Monochromatic Colors of #C2130C
Black with #C2130C
Text Example
Text Example
White with #C2130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2130C; }
p { color: rgb(194,19,12); }
H1.HeaderClassName
{
color: #C2130C;
}
.AnyTagClassName
{
color: #C2130C;
}
</style>
background-color css
<style>
a { background-color: #C2130C; }
a { background-color: rgb(194,19,12); }
div.DivClassName
{
background-color: #C2130C;
}
.BgClassName
{
background-color: #C2130C;
}
</style>
border-color css
<style>
span { border-color: #C2130C; }
span { border-color: rgb(194,19,12); }
td.TdClassName
{
border-color: #C2130C;
}
.TagClassName
{
border-color: #C2130C;
}
</style>