Shades of Free Speech Red #C21010
Tints of Free Speech Red #C21010
RGB
CMYK
RGB Variations
Color information
#C21010 (or 0xC21010) is known color: Free Speech Red. HEX triplet: C2, 10 and 10. RGB value is (194,16,16). Sum of RGB (Red+Green+Blue) = 194+16+16=226 (29% of max value = 765). Red value is 194 (76.17% from 255 or 85.84% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 194 - color contains mainly: red. Hex color #C21010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21010 is #3DEFEF. Grayscale: #454545. Windows color (decimal): -4059120 or 1052866. OLE color: 1052866.
HSL color Cylindrical-coordinate representation of color #C21010: hue angle of 0º 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 #C21010 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 16 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.24 |
| HSL | 0º | 0.85% | 0.41% | - |
| HSV(B) | 0º | 0.92% | 0.76% | - |
| XYZ | 22.53 | 11.88 | 1.6 | - |
| YUV | 69.22 | 97.97 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 16 | 0 | 0.92 | 0.92 | 0.24 | 0 | 0.85 | 0.41 |
| Hex | C2 | 10 | 10 | 0 | 5C | 5C | 18 | 0 | 55 | 29 |
| Octal | 302 | 20 | 20 | 0 | 134 | 134 | 30 | 0 | 125 | 51 |
| Binary | 11000010 | 10000 | 10000 | 0 | 1011100 | 1011100 | 11000 | 0 | 1010101 | 101001 |
Color Harmonies of #C21010
Complementary color
Monochromatic Colors of #C21010
Black with #C21010
Text Example
Text Example
White with #C21010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21010; }
p { color: rgb(194,16,16); }
H1.HeaderClassName
{
color: #C21010;
}
.AnyTagClassName
{
color: #C21010;
}
</style>
background-color css
<style>
a { background-color: #C21010; }
a { background-color: rgb(194,16,16); }
div.DivClassName
{
background-color: #C21010;
}
.BgClassName
{
background-color: #C21010;
}
</style>
border-color css
<style>
span { border-color: #C21010; }
span { border-color: rgb(194,16,16); }
td.TdClassName
{
border-color: #C21010;
}
.TagClassName
{
border-color: #C21010;
}
</style>