Shades of Free Speech Red #C7100C
Tints of Free Speech Red #C7100C
RGB
CMYK
RGB Variations
Color information
#C7100C (or 0xC7100C) is known color: Free Speech Red. HEX triplet: C7, 10 and 0C. RGB value is (199,16,12). Sum of RGB (Red+Green+Blue) = 199+16+12=227 (30% of max value = 765). Red value is 199 (78.12% from 255 or 87.67% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 199 - color contains mainly: red. Hex color #C7100C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7100C is #38EFF3. Grayscale: #464646. Windows color (decimal): -3731444 or 790727. OLE color: 790727.
HSL color Cylindrical-coordinate representation of color #C7100C: hue angle of 1.28º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7100C is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 12 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.22 |
| HSL | 1.28º | 0.89% | 0.41% | - |
| HSV(B) | 1.28º | 0.94% | 0.78% | - |
| XYZ | 23.8 | 12.54 | 1.51 | - |
| YUV | 70.26 | 95.13 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 12 | 0 | 0.92 | 0.94 | 0.22 | 1.28 | 0.89 | 0.41 |
| Hex | C7 | 10 | C | 0 | 5C | 5E | 16 | 1 | 59 | 29 |
| Octal | 307 | 20 | 14 | 0 | 134 | 136 | 26 | 1 | 131 | 51 |
| Binary | 11000111 | 10000 | 1100 | 0 | 1011100 | 1011110 | 10110 | 1 | 1011001 | 101001 |
Color Harmonies of #C7100C
Complementary color
Monochromatic Colors of #C7100C
Black with #C7100C
Text Example
Text Example
White with #C7100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7100C; }
p { color: rgb(199,16,12); }
H1.HeaderClassName
{
color: #C7100C;
}
.AnyTagClassName
{
color: #C7100C;
}
</style>
background-color css
<style>
a { background-color: #C7100C; }
a { background-color: rgb(199,16,12); }
div.DivClassName
{
background-color: #C7100C;
}
.BgClassName
{
background-color: #C7100C;
}
</style>
border-color css
<style>
span { border-color: #C7100C; }
span { border-color: rgb(199,16,12); }
td.TdClassName
{
border-color: #C7100C;
}
.TagClassName
{
border-color: #C7100C;
}
</style>