Shades of Free Speech Red #C11000
Tints of Free Speech Red #C11000
RGB
CMYK
RGB Variations
Color information
#C11000 (or 0xC11000) is known color: Free Speech Red. HEX triplet: C1, 10 and 00. RGB value is (193,16,0). Sum of RGB (Red+Green+Blue) = 193+16+0=209 (27% of max value = 765). Red value is 193 (75.78% from 255 or 92.34% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 193 - color contains mainly: red. Hex color #C11000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11000 is #3EEFFF. Grayscale: #434343. Windows color (decimal): -4124672 or 4289. OLE color: 4289.
HSL color Cylindrical-coordinate representation of color #C11000: hue angle of 4.97º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C11000 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.24 |
| HSL | 4.97º | 1% | 0.38% | - |
| HSV(B) | 4.97º | 1% | 0.76% | - |
| XYZ | 22.18 | 11.71 | 1.09 | - |
| YUV | 67.1 | 90.14 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 0 | 0 | 0.92 | 1 | 0.24 | 4.97 | 1 | 0.38 |
| Hex | C1 | 10 | 0 | 0 | 5C | 64 | 18 | 5 | 64 | 26 |
| Octal | 301 | 20 | 0 | 0 | 134 | 144 | 30 | 5 | 144 | 46 |
| Binary | 11000001 | 10000 | 0 | 0 | 1011100 | 1100100 | 11000 | 101 | 1100100 | 100110 |
Color Harmonies of #C11000
Complementary color
Monochromatic Colors of #C11000
Black with #C11000
Text Example
Text Example
White with #C11000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11000; }
p { color: rgb(193,16,0); }
H1.HeaderClassName
{
color: #C11000;
}
.AnyTagClassName
{
color: #C11000;
}
</style>
background-color css
<style>
a { background-color: #C11000; }
a { background-color: rgb(193,16,0); }
div.DivClassName
{
background-color: #C11000;
}
.BgClassName
{
background-color: #C11000;
}
</style>
border-color css
<style>
span { border-color: #C11000; }
span { border-color: rgb(193,16,0); }
td.TdClassName
{
border-color: #C11000;
}
.TagClassName
{
border-color: #C11000;
}
</style>