Shades of Free Speech Red #C2130F
Tints of Free Speech Red #C2130F
RGB
CMYK
RGB Variations
Color information
#C2130F (or 0xC2130F) is known color: Free Speech Red. HEX triplet: C2, 13 and 0F. RGB value is (194,19,15). Sum of RGB (Red+Green+Blue) = 194+19+15=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C2130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2130F is #3DECF0. Grayscale: #474747. Windows color (decimal): -4058353 or 988098. OLE color: 988098.
HSL color Cylindrical-coordinate representation of color #C2130F: hue angle of 1.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 #C2130F is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 15 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.24 |
| HSL | 1.34º | 0.86% | 0.41% | - |
| HSV(B) | 1.34º | 0.92% | 0.76% | - |
| XYZ | 22.57 | 11.97 | 1.57 | - |
| YUV | 70.87 | 96.48 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 15 | 0 | 0.90 | 0.92 | 0.24 | 1.34 | 0.86 | 0.41 |
| Hex | C2 | 13 | F | 0 | 5A | 5C | 18 | 1 | 56 | 29 |
| Octal | 302 | 23 | 17 | 0 | 132 | 134 | 30 | 1 | 126 | 51 |
| Binary | 11000010 | 10011 | 1111 | 0 | 1011010 | 1011100 | 11000 | 1 | 1010110 | 101001 |
Color Harmonies of #C2130F
Complementary color
Monochromatic Colors of #C2130F
Black with #C2130F
Text Example
Text Example
White with #C2130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2130F; }
p { color: rgb(194,19,15); }
H1.HeaderClassName
{
color: #C2130F;
}
.AnyTagClassName
{
color: #C2130F;
}
</style>
background-color css
<style>
a { background-color: #C2130F; }
a { background-color: rgb(194,19,15); }
div.DivClassName
{
background-color: #C2130F;
}
.BgClassName
{
background-color: #C2130F;
}
</style>
border-color css
<style>
span { border-color: #C2130F; }
span { border-color: rgb(194,19,15); }
td.TdClassName
{
border-color: #C2130F;
}
.TagClassName
{
border-color: #C2130F;
}
</style>