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