Shades of Free Speech Red #C01110
Tints of Free Speech Red #C01110
RGB
CMYK
RGB Variations
Color information
#C01110 (or 0xC01110) is known color: Free Speech Red. HEX triplet: C0, 11 and 10. RGB value is (192,17,16). Sum of RGB (Red+Green+Blue) = 192+17+16=225 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.33% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 192 - color contains mainly: red. Hex color #C01110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01110 is #3FEEEF. Grayscale: #454545. Windows color (decimal): -4189936 or 1053120. OLE color: 1053120.
HSL color Cylindrical-coordinate representation of color #C01110: hue angle of 0.34º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01110 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 16 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.25 |
| HSL | 0.34º | 0.85% | 0.41% | - |
| HSV(B) | 0.34º | 0.92% | 0.75% | - |
| XYZ | 22.03 | 11.64 | 1.58 | - |
| YUV | 69.21 | 97.98 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 16 | 0 | 0.91 | 0.92 | 0.25 | 0.34 | 0.85 | 0.41 |
| Hex | C0 | 11 | 10 | 0 | 5B | 5C | 19 | 0 | 55 | 29 |
| Octal | 300 | 21 | 20 | 0 | 133 | 134 | 31 | 0 | 125 | 51 |
| Binary | 11000000 | 10001 | 10000 | 0 | 1011011 | 1011100 | 11001 | 0 | 1010101 | 101001 |
Color Harmonies of #C01110
Complementary color
Monochromatic Colors of #C01110
Black with #C01110
Text Example
Text Example
White with #C01110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01110; }
p { color: rgb(192,17,16); }
H1.HeaderClassName
{
color: #C01110;
}
.AnyTagClassName
{
color: #C01110;
}
</style>
background-color css
<style>
a { background-color: #C01110; }
a { background-color: rgb(192,17,16); }
div.DivClassName
{
background-color: #C01110;
}
.BgClassName
{
background-color: #C01110;
}
</style>
border-color css
<style>
span { border-color: #C01110; }
span { border-color: rgb(192,17,16); }
td.TdClassName
{
border-color: #C01110;
}
.TagClassName
{
border-color: #C01110;
}
</style>