Shades of Free Speech Red #C01101
Tints of Free Speech Red #C01101
RGB
CMYK
RGB Variations
Color information
#C01101 (or 0xC01101) is known color: Free Speech Red. HEX triplet: C0, 11 and 01. RGB value is (192,17,1). Sum of RGB (Red+Green+Blue) = 192+17+1=210 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.43% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 192 - color contains mainly: red. Hex color #C01101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01101 is #3FEEFE. Grayscale: #434343. Windows color (decimal): -4189951 or 70080. OLE color: 70080.
HSL color Cylindrical-coordinate representation of color #C01101: hue angle of 5.03º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C01101 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.25 |
| HSL | 5.03º | 0.99% | 0.38% | - |
| HSV(B) | 5.03º | 0.99% | 0.75% | - |
| XYZ | 21.94 | 11.61 | 1.11 | - |
| YUV | 67.5 | 90.48 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 1 | 0 | 0.91 | 0.99 | 0.25 | 5.03 | 0.99 | 0.38 |
| Hex | C0 | 11 | 1 | 0 | 5B | 63 | 19 | 5 | 63 | 26 |
| Octal | 300 | 21 | 1 | 0 | 133 | 143 | 31 | 5 | 143 | 46 |
| Binary | 11000000 | 10001 | 1 | 0 | 1011011 | 1100011 | 11001 | 101 | 1100011 | 100110 |
Color Harmonies of #C01101
Complementary color
Monochromatic Colors of #C01101
Black with #C01101
Text Example
Text Example
White with #C01101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01101; }
p { color: rgb(192,17,1); }
H1.HeaderClassName
{
color: #C01101;
}
.AnyTagClassName
{
color: #C01101;
}
</style>
background-color css
<style>
a { background-color: #C01101; }
a { background-color: rgb(192,17,1); }
div.DivClassName
{
background-color: #C01101;
}
.BgClassName
{
background-color: #C01101;
}
</style>
border-color css
<style>
span { border-color: #C01101; }
span { border-color: rgb(192,17,1); }
td.TdClassName
{
border-color: #C01101;
}
.TagClassName
{
border-color: #C01101;
}
</style>