Shades of Free Speech Red #C20C02
Tints of Free Speech Red #C20C02
RGB
CMYK
RGB Variations
Color information
#C20C02 (or 0xC20C02) is known color: Free Speech Red. HEX triplet: C2, 0C and 02. RGB value is (194,12,2). Sum of RGB (Red+Green+Blue) = 194+12+2=208 (27% of max value = 765). Red value is 194 (76.17% from 255 or 93.27% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20C02 is #3DF3FD. Grayscale: #414141. Windows color (decimal): -4060158 or 134338. OLE color: 134338.
HSL color Cylindrical-coordinate representation of color #C20C02: hue angle of 3.12º 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 #C20C02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.24 |
| HSL | 3.13º | 0.98% | 0.38% | - |
| HSV(B) | 3.13º | 0.99% | 0.76% | - |
| XYZ | 22.39 | 11.74 | 1.14 | - |
| YUV | 65.28 | 92.3 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 2 | 0 | 0.94 | 0.99 | 0.24 | 3.13 | 0.98 | 0.38 |
| Hex | C2 | C | 2 | 0 | 5E | 63 | 18 | 3 | 62 | 26 |
| Octal | 302 | 14 | 2 | 0 | 136 | 143 | 30 | 3 | 142 | 46 |
| Binary | 11000010 | 1100 | 10 | 0 | 1011110 | 1100011 | 11000 | 11 | 1100010 | 100110 |
Color Harmonies of #C20C02
Complementary color
Monochromatic Colors of #C20C02
Black with #C20C02
Text Example
Text Example
White with #C20C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C02; }
p { color: rgb(194,12,2); }
H1.HeaderClassName
{
color: #C20C02;
}
.AnyTagClassName
{
color: #C20C02;
}
</style>
background-color css
<style>
a { background-color: #C20C02; }
a { background-color: rgb(194,12,2); }
div.DivClassName
{
background-color: #C20C02;
}
.BgClassName
{
background-color: #C20C02;
}
</style>
border-color css
<style>
span { border-color: #C20C02; }
span { border-color: rgb(194,12,2); }
td.TdClassName
{
border-color: #C20C02;
}
.TagClassName
{
border-color: #C20C02;
}
</style>