Shades of Free Speech Red #C21202
Tints of Free Speech Red #C21202
RGB
CMYK
RGB Variations
Color information
#C21202 (or 0xC21202) is known color: Free Speech Red. HEX triplet: C2, 12 and 02. RGB value is (194,18,2). Sum of RGB (Red+Green+Blue) = 194+18+2=214 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.65% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 194 - color contains mainly: red. Hex color #C21202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21202 is #3DEDFD. Grayscale: #454545. Windows color (decimal): -4058622 or 135874. OLE color: 135874.
HSL color Cylindrical-coordinate representation of color #C21202: hue angle of 5º 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 #C21202 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.24 |
| HSL | 5º | 0.98% | 0.38% | - |
| HSV(B) | 5º | 0.99% | 0.76% | - |
| XYZ | 22.48 | 11.91 | 1.17 | - |
| YUV | 68.8 | 90.31 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 2 | 0 | 0.91 | 0.99 | 0.24 | 5 | 0.98 | 0.38 |
| Hex | C2 | 12 | 2 | 0 | 5B | 63 | 18 | 5 | 62 | 26 |
| Octal | 302 | 22 | 2 | 0 | 133 | 143 | 30 | 5 | 142 | 46 |
| Binary | 11000010 | 10010 | 10 | 0 | 1011011 | 1100011 | 11000 | 101 | 1100010 | 100110 |
Color Harmonies of #C21202
Complementary color
Monochromatic Colors of #C21202
Black with #C21202
Text Example
Text Example
White with #C21202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21202; }
p { color: rgb(194,18,2); }
H1.HeaderClassName
{
color: #C21202;
}
.AnyTagClassName
{
color: #C21202;
}
</style>
background-color css
<style>
a { background-color: #C21202; }
a { background-color: rgb(194,18,2); }
div.DivClassName
{
background-color: #C21202;
}
.BgClassName
{
background-color: #C21202;
}
</style>
border-color css
<style>
span { border-color: #C21202; }
span { border-color: rgb(194,18,2); }
td.TdClassName
{
border-color: #C21202;
}
.TagClassName
{
border-color: #C21202;
}
</style>