Shades of Free Speech Red #C11204
Tints of Free Speech Red #C11204
RGB
CMYK
RGB Variations
Color information
#C11204 (or 0xC11204) is known color: Free Speech Red. HEX triplet: C1, 12 and 04. RGB value is (193,18,4). Sum of RGB (Red+Green+Blue) = 193+18+4=215 (28% of max value = 765). Red value is 193 (75.78% from 255 or 89.77% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 193 - color contains mainly: red. Hex color #C11204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11204 is #3EEDFB. Grayscale: #444444. Windows color (decimal): -4124156 or 266945. OLE color: 266945.
HSL color Cylindrical-coordinate representation of color #C11204: hue angle of 4.44º degrees, saturation: 0.96, 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 #C11204 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.24 |
| HSL | 4.44º | 0.96% | 0.39% | - |
| HSV(B) | 4.44º | 0.98% | 0.76% | - |
| XYZ | 22.23 | 11.78 | 1.22 | - |
| YUV | 68.73 | 91.48 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 4 | 0 | 0.91 | 0.98 | 0.24 | 4.44 | 0.96 | 0.39 |
| Hex | C1 | 12 | 4 | 0 | 5B | 62 | 18 | 4 | 60 | 27 |
| Octal | 301 | 22 | 4 | 0 | 133 | 142 | 30 | 4 | 140 | 47 |
| Binary | 11000001 | 10010 | 100 | 0 | 1011011 | 1100010 | 11000 | 100 | 1100000 | 100111 |
Color Harmonies of #C11204
Complementary color
Monochromatic Colors of #C11204
Black with #C11204
Text Example
Text Example
White with #C11204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11204; }
p { color: rgb(193,18,4); }
H1.HeaderClassName
{
color: #C11204;
}
.AnyTagClassName
{
color: #C11204;
}
</style>
background-color css
<style>
a { background-color: #C11204; }
a { background-color: rgb(193,18,4); }
div.DivClassName
{
background-color: #C11204;
}
.BgClassName
{
background-color: #C11204;
}
</style>
border-color css
<style>
span { border-color: #C11204; }
span { border-color: rgb(193,18,4); }
td.TdClassName
{
border-color: #C11204;
}
.TagClassName
{
border-color: #C11204;
}
</style>