Shades of Free Speech Red #C2130A
Tints of Free Speech Red #C2130A
RGB
CMYK
RGB Variations
Color information
#C2130A (or 0xC2130A) is known color: Free Speech Red. HEX triplet: C2, 13 and 0A. RGB value is (194,19,10). Sum of RGB (Red+Green+Blue) = 194+19+10=223 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.00% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 194 - color contains mainly: red. Hex color #C2130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2130A is #3DECF5. Grayscale: #464646. Windows color (decimal): -4058358 or 660418. OLE color: 660418.
HSL color Cylindrical-coordinate representation of color #C2130A: hue angle of 2.93º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2130A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.24 |
| HSL | 2.93º | 0.9% | 0.4% | - |
| HSV(B) | 2.93º | 0.95% | 0.76% | - |
| XYZ | 22.54 | 11.96 | 1.41 | - |
| YUV | 70.3 | 93.98 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 10 | 0 | 0.90 | 0.95 | 0.24 | 2.93 | 0.9 | 0.4 |
| Hex | C2 | 13 | A | 0 | 5A | 5F | 18 | 3 | 5A | 28 |
| Octal | 302 | 23 | 12 | 0 | 132 | 137 | 30 | 3 | 132 | 50 |
| Binary | 11000010 | 10011 | 1010 | 0 | 1011010 | 1011111 | 11000 | 11 | 1011010 | 101000 |
Color Harmonies of #C2130A
Complementary color
Monochromatic Colors of #C2130A
Black with #C2130A
Text Example
Text Example
White with #C2130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2130A; }
p { color: rgb(194,19,10); }
H1.HeaderClassName
{
color: #C2130A;
}
.AnyTagClassName
{
color: #C2130A;
}
</style>
background-color css
<style>
a { background-color: #C2130A; }
a { background-color: rgb(194,19,10); }
div.DivClassName
{
background-color: #C2130A;
}
.BgClassName
{
background-color: #C2130A;
}
</style>
border-color css
<style>
span { border-color: #C2130A; }
span { border-color: rgb(194,19,10); }
td.TdClassName
{
border-color: #C2130A;
}
.TagClassName
{
border-color: #C2130A;
}
</style>