Shades of Free Speech Red #C20C03
Tints of Free Speech Red #C20C03
RGB
CMYK
RGB Variations
Color information
#C20C03 (or 0xC20C03) is known color: Free Speech Red. HEX triplet: C2, 0C and 03. RGB value is (194,12,3). Sum of RGB (Red+Green+Blue) = 194+12+3=209 (27% of max value = 765). Red value is 194 (76.17% from 255 or 92.82% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20C03 is #3DF3FC. Grayscale: #414141. Windows color (decimal): -4060157 or 199874. OLE color: 199874.
HSL color Cylindrical-coordinate representation of color #C20C03: hue angle of 2.83º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20C03 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 3 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.24 |
| HSL | 2.83º | 0.97% | 0.39% | - |
| HSV(B) | 2.83º | 0.98% | 0.76% | - |
| XYZ | 22.4 | 11.74 | 1.17 | - |
| YUV | 65.39 | 92.8 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 3 | 0 | 0.94 | 0.98 | 0.24 | 2.83 | 0.97 | 0.39 |
| Hex | C2 | C | 3 | 0 | 5E | 62 | 18 | 3 | 61 | 27 |
| Octal | 302 | 14 | 3 | 0 | 136 | 142 | 30 | 3 | 141 | 47 |
| Binary | 11000010 | 1100 | 11 | 0 | 1011110 | 1100010 | 11000 | 11 | 1100001 | 100111 |
Color Harmonies of #C20C03
Complementary color
Monochromatic Colors of #C20C03
Black with #C20C03
Text Example
Text Example
White with #C20C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C03; }
p { color: rgb(194,12,3); }
H1.HeaderClassName
{
color: #C20C03;
}
.AnyTagClassName
{
color: #C20C03;
}
</style>
background-color css
<style>
a { background-color: #C20C03; }
a { background-color: rgb(194,12,3); }
div.DivClassName
{
background-color: #C20C03;
}
.BgClassName
{
background-color: #C20C03;
}
</style>
border-color css
<style>
span { border-color: #C20C03; }
span { border-color: rgb(194,12,3); }
td.TdClassName
{
border-color: #C20C03;
}
.TagClassName
{
border-color: #C20C03;
}
</style>