Shades of Free Speech Red #C21310
Tints of Free Speech Red #C21310
RGB
CMYK
RGB Variations
Color information
#C21310 (or 0xC21310) is known color: Free Speech Red. HEX triplet: C2, 13 and 10. RGB value is (194,19,16). Sum of RGB (Red+Green+Blue) = 194+19+16=229 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.72% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 194 - color contains mainly: red. Hex color #C21310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21310 is #3DECEF. Grayscale: #474747. Windows color (decimal): -4058352 or 1053634. OLE color: 1053634.
HSL color Cylindrical-coordinate representation of color #C21310: hue angle of 1.01º degrees, saturation: 0.85, 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 #C21310 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 16 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.24 |
| HSL | 1.01º | 0.85% | 0.41% | - |
| HSV(B) | 1.01º | 0.92% | 0.76% | - |
| XYZ | 22.57 | 11.97 | 1.61 | - |
| YUV | 70.98 | 96.98 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 16 | 0 | 0.90 | 0.92 | 0.24 | 1.01 | 0.85 | 0.41 |
| Hex | C2 | 13 | 10 | 0 | 5A | 5C | 18 | 1 | 55 | 29 |
| Octal | 302 | 23 | 20 | 0 | 132 | 134 | 30 | 1 | 125 | 51 |
| Binary | 11000010 | 10011 | 10000 | 0 | 1011010 | 1011100 | 11000 | 1 | 1010101 | 101001 |
Color Harmonies of #C21310
Complementary color
Monochromatic Colors of #C21310
Black with #C21310
Text Example
Text Example
White with #C21310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21310; }
p { color: rgb(194,19,16); }
H1.HeaderClassName
{
color: #C21310;
}
.AnyTagClassName
{
color: #C21310;
}
</style>
background-color css
<style>
a { background-color: #C21310; }
a { background-color: rgb(194,19,16); }
div.DivClassName
{
background-color: #C21310;
}
.BgClassName
{
background-color: #C21310;
}
</style>
border-color css
<style>
span { border-color: #C21310; }
span { border-color: rgb(194,19,16); }
td.TdClassName
{
border-color: #C21310;
}
.TagClassName
{
border-color: #C21310;
}
</style>