Shades of Free Speech Red #C61107
Tints of Free Speech Red #C61107
RGB
CMYK
RGB Variations
Color information
#C61107 (or 0xC61107) is known color: Free Speech Red. HEX triplet: C6, 11 and 07. RGB value is (198,17,7). Sum of RGB (Red+Green+Blue) = 198+17+7=222 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.19% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 198 - color contains mainly: red. Hex color #C61107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61107 is #39EEF8. Grayscale: #464646. Windows color (decimal): -3796729 or 463302. OLE color: 463302.
HSL color Cylindrical-coordinate representation of color #C61107: hue angle of 3.14º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C61107 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 7 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.22 |
| HSL | 3.14º | 0.93% | 0.4% | - |
| HSV(B) | 3.14º | 0.96% | 0.78% | - |
| XYZ | 23.53 | 12.42 | 1.36 | - |
| YUV | 69.98 | 92.47 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 7 | 0 | 0.91 | 0.96 | 0.22 | 3.14 | 0.93 | 0.4 |
| Hex | C6 | 11 | 7 | 0 | 5B | 60 | 16 | 3 | 5D | 28 |
| Octal | 306 | 21 | 7 | 0 | 133 | 140 | 26 | 3 | 135 | 50 |
| Binary | 11000110 | 10001 | 111 | 0 | 1011011 | 1100000 | 10110 | 11 | 1011101 | 101000 |
Color Harmonies of #C61107
Complementary color
Monochromatic Colors of #C61107
Black with #C61107
Text Example
Text Example
White with #C61107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61107; }
p { color: rgb(198,17,7); }
H1.HeaderClassName
{
color: #C61107;
}
.AnyTagClassName
{
color: #C61107;
}
</style>
background-color css
<style>
a { background-color: #C61107; }
a { background-color: rgb(198,17,7); }
div.DivClassName
{
background-color: #C61107;
}
.BgClassName
{
background-color: #C61107;
}
</style>
border-color css
<style>
span { border-color: #C61107; }
span { border-color: rgb(198,17,7); }
td.TdClassName
{
border-color: #C61107;
}
.TagClassName
{
border-color: #C61107;
}
</style>