Shades of Free Speech Red #C21002
Tints of Free Speech Red #C21002
RGB
CMYK
RGB Variations
Color information
#C21002 (or 0xC21002) is known color: Free Speech Red. HEX triplet: C2, 10 and 02. RGB value is (194,16,2). Sum of RGB (Red+Green+Blue) = 194+16+2=212 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.51% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 194 - color contains mainly: red. Hex color #C21002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21002 is #3DEFFD. Grayscale: #434343. Windows color (decimal): -4059134 or 135362. OLE color: 135362.
HSL color Cylindrical-coordinate representation of color #C21002: hue angle of 4.38º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C21002 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.24 |
| HSL | 4.38º | 0.98% | 0.38% | - |
| HSV(B) | 4.38º | 0.99% | 0.76% | - |
| XYZ | 22.44 | 11.84 | 1.16 | - |
| YUV | 67.63 | 90.97 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 2 | 0 | 0.92 | 0.99 | 0.24 | 4.38 | 0.98 | 0.38 |
| Hex | C2 | 10 | 2 | 0 | 5C | 63 | 18 | 4 | 62 | 26 |
| Octal | 302 | 20 | 2 | 0 | 134 | 143 | 30 | 4 | 142 | 46 |
| Binary | 11000010 | 10000 | 10 | 0 | 1011100 | 1100011 | 11000 | 100 | 1100010 | 100110 |
Color Harmonies of #C21002
Complementary color
Monochromatic Colors of #C21002
Black with #C21002
Text Example
Text Example
White with #C21002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21002; }
p { color: rgb(194,16,2); }
H1.HeaderClassName
{
color: #C21002;
}
.AnyTagClassName
{
color: #C21002;
}
</style>
background-color css
<style>
a { background-color: #C21002; }
a { background-color: rgb(194,16,2); }
div.DivClassName
{
background-color: #C21002;
}
.BgClassName
{
background-color: #C21002;
}
</style>
border-color css
<style>
span { border-color: #C21002; }
span { border-color: rgb(194,16,2); }
td.TdClassName
{
border-color: #C21002;
}
.TagClassName
{
border-color: #C21002;
}
</style>