Shades of Free Speech Red #C10100
Tints of Free Speech Red #C10100
RGB
CMYK
RGB Variations
Color information
#C10100 (or 0xC10100) is known color: Free Speech Red. HEX triplet: C1, 01 and 00. RGB value is (193,1,0). Sum of RGB (Red+Green+Blue) = 193+1+0=194 (25% of max value = 765). Red value is 193 (75.78% from 255 or 99.48% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 193 - color contains mainly: red. Hex color #C10100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10100 is #3EFEFF. Grayscale: #3A3A3A. Windows color (decimal): -4128512 or 449. OLE color: 449.
HSL color Cylindrical-coordinate representation of color #C10100: hue angle of 0.31º 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 #C10100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.24 |
| HSL | 0.31º | 1% | 0.38% | - |
| HSV(B) | 0.31º | 1% | 0.76% | - |
| XYZ | 22 | 11.36 | 1.03 | - |
| YUV | 58.29 | 95.11 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 0 | 0 | 0.99 | 1 | 0.24 | 0.31 | 1 | 0.38 |
| Hex | C1 | 1 | 0 | 0 | 63 | 64 | 18 | 0 | 64 | 26 |
| Octal | 301 | 1 | 0 | 0 | 143 | 144 | 30 | 0 | 144 | 46 |
| Binary | 11000001 | 1 | 0 | 0 | 1100011 | 1100100 | 11000 | 0 | 1100100 | 100110 |
Color Harmonies of #C10100
Complementary color
Monochromatic Colors of #C10100
Black with #C10100
Text Example
Text Example
White with #C10100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10100; }
p { color: rgb(193,1,0); }
H1.HeaderClassName
{
color: #C10100;
}
.AnyTagClassName
{
color: #C10100;
}
</style>
background-color css
<style>
a { background-color: #C10100; }
a { background-color: rgb(193,1,0); }
div.DivClassName
{
background-color: #C10100;
}
.BgClassName
{
background-color: #C10100;
}
</style>
border-color css
<style>
span { border-color: #C10100; }
span { border-color: rgb(193,1,0); }
td.TdClassName
{
border-color: #C10100;
}
.TagClassName
{
border-color: #C10100;
}
</style>