Shades of Free Speech Red #C20C0C
Tints of Free Speech Red #C20C0C
RGB
CMYK
RGB Variations
Color information
#C20C0C (or 0xC20C0C) is known color: Free Speech Red. HEX triplet: C2, 0C and 0C. RGB value is (194,12,12). Sum of RGB (Red+Green+Blue) = 194+12+12=218 (28% of max value = 765). Red value is 194 (76.17% from 255 or 88.99% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20C0C is #3DF3F3. Grayscale: #424242. Windows color (decimal): -4060148 or 789698. OLE color: 789698.
HSL color Cylindrical-coordinate representation of color #C20C0C: hue angle of 0º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C0C is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 12 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.24 |
| HSL | 0º | 0.88% | 0.4% | - |
| HSV(B) | 0º | 0.94% | 0.76% | - |
| XYZ | 22.45 | 11.76 | 1.43 | - |
| YUV | 66.42 | 97.3 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 12 | 0 | 0.94 | 0.94 | 0.24 | 0 | 0.88 | 0.4 |
| Hex | C2 | C | C | 0 | 5E | 5E | 18 | 0 | 58 | 28 |
| Octal | 302 | 14 | 14 | 0 | 136 | 136 | 30 | 0 | 130 | 50 |
| Binary | 11000010 | 1100 | 1100 | 0 | 1011110 | 1011110 | 11000 | 0 | 1011000 | 101000 |
Color Harmonies of #C20C0C
Complementary color
Monochromatic Colors of #C20C0C
Black with #C20C0C
Text Example
Text Example
White with #C20C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C0C; }
p { color: rgb(194,12,12); }
H1.HeaderClassName
{
color: #C20C0C;
}
.AnyTagClassName
{
color: #C20C0C;
}
</style>
background-color css
<style>
a { background-color: #C20C0C; }
a { background-color: rgb(194,12,12); }
div.DivClassName
{
background-color: #C20C0C;
}
.BgClassName
{
background-color: #C20C0C;
}
</style>
border-color css
<style>
span { border-color: #C20C0C; }
span { border-color: rgb(194,12,12); }
td.TdClassName
{
border-color: #C20C0C;
}
.TagClassName
{
border-color: #C20C0C;
}
</style>